Hello my fellow frontend geeks.
We have made a small performance optimization regarding navigation tags in Dynamicweb CMS that you might wanna know about.
This performance optimization can have an effect on how your @If Defined() tags might work, or not ;)
To optimize the performance of the CMS, we have changed so that navigationtags not used in a template are not created/defined by our code.
The effect of this are that, if you have an @If Defined(MyMenu) but you don't use @MyMenu in your template, then your @If tag will not work. It will see it as if the tag is NOT defined.
Hope this will clear thing out ...
// Sebastian