Log in

View Full Version : using if conditions and server load


abdobasha2004
08-19-2009, 01:12 PM
Does using alot of "if conditions" increase server load ?

using conditions like
<if condition="$show['member']">
<if condition="$show['guest']">
....

do they have load on servers

I use them a lot to customize appearance to visitors and member
for example the visitor has no need to know the reputation of the poster ....

Lynne
08-19-2009, 02:36 PM
Unless you really, really over use them, I doubt they have much effect at all.