Trying to speed up a template by adding a selector or selectors. The scenario is numerous snippets (10-20) being called by a script that loads the snippet based on a field value. The @FIELDS@ on each snippet are contained within DIV’s with ID’s that are unique to the snippet. The @FIELDS@ are common to all the snippets
Are multiple selectors supported in a text script (delimited with a comma) and is there a limit?
The text scripts can be put in a folder to limit the execution scope, but appear to be limited to the context/section.
I would like to limit the scripts execution to the snippets if possible?