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 ....
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 ....