Is it more efficient to put wrap your entire template in or just the variables that are displayed in the template?
No matter what version, it’s always slower to put
Related Questions
- Is it more efficient to put wrap your entire template in
or just the variables that are displayed in the template? - How can my Java classes ask a template for information about its structure (e.g. a list of all the variables)?
- Is there a way to access variables of a calling template from the called template?