extensive use of low variables?
I have made extensive use of Lowe variables in the form of if conditionals, either to show or hide content elements depending on need on my homepage.
{ if lv_myvariable=="yes"}
show block
{/if}
I have some 50 variables controlling content in this way. Is this likely to slow things down?
Replies
Low 23 Jul 2012 16:47
Hi Martin,
No, that shouldn't affect performance too much.
martin allman 23 Jul 2012 18:12
Thank you Low