Last updated by alex_mass 8 months ago
grails install-plugin profile-template
Last updated by alex_mass 8 months ago
A complex grails page if often a cascade of templates rendering, nested in each others.
Optimizing page views starts with profiling which template takes time and which template is called by which one.
We offer a capture mechanism of all <g:render template="..."> calls and several rendering: call stack, template time summary, and a visual display of the call graph
Documentation and examples can be found on
http://alexandre-masselot.blogspot.com/2011/09/grails-template-rendering-profiler.html
Last updated by admin 8 months ago
Last updated by alex_mass 8 months ago