Sign in to edit and +1 items.
Login required
Download

A template profiler

(0)
Author(s) Alexandre Masselot
Current Release 0.1   (8 months ago)
Grails Version 1.3.2 > *
Tags
Dependency
compile ":profile-template:0.1"
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