All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

extensive use of low variables?

martin allman 23 Jul 2012 16:45 question, complete

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

  1. Low 23 Jul 2012 16:47

    Hi Martin,

    No, that shouldn't affect performance too much.

  2. martin allman 23 Jul 2012 18:12

    Thank you Low