PDA

View Full Version : Use conditionals, or distinct styles for less php load?


kontrabass
Thu 14th Dec '06, 2:00pm
I have several forums that must display unique graphics in the header/footer (ads). I'm wondering, if it would present a lower load on the www server, to use conditionals: (if forumid==1 then show this ad, if forumid==2 then show this ad, etc.)

Or, if it would be better to create new styles, and force the forums to each use a unique style. Or, is the difference so minute that it wouldn't matter? Thanks :)

Shining Arcanine
Sat 16th Dec '06, 1:38am
The difference is so minute that it should not be measurable.