A template profiler
Dependency :
compile ":profile-template:0.1"
Summary
Installation
grails install-plugin profile-template
Description
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 graphDocumentation and examples can be found on http://alexandre-masselot.blogspot.com/2011/09/grails-template-rendering-profiler.html