Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 11.7
-
Fix Version/s: 11.8-rc-1
-
Component/s: Template API, Web - Templates & Resources
-
Labels:
-
Difficulty:Unknown
-
Documentation in Release Notes:
-
Similar issues:
Description
For example xwikivars.vm is included by various other templates and is executed at least 3 times. Most of what it's doing is fast but just parsing this big Velocity content is expensive (a quick test with debug=true indicated that 8% of the request was spent on those 3 templates so it's noticeable).