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

A gsp template rendering cache

(0)
Author(s) Olivier Evalet, Alexandre Masselot
Current Release 0.1   (8 months ago)
Grails Version 1.3.2 > *
Tags
Dependency
compile ":template-cache:0.1"
Last updated by admin 8 months ago
Last updated by admin 8 months ago
Caching a whole rendered page is not always the best options, because some minor parts of the page can change from one user to another (e.g. login info).

In other situations, different perspectives can have common components and caching them can dramatically reduce page rendering time (typically a search results).

Inspired from the very good UiPerformance and springcache, we propose an idea to go a bit further and cache either template rendering or a piece of gsp.

Documentation, details and examples can be found on http://alexandre-masselot.blogspot.com/2011/09/grails-template-caching-system.html

Last updated by admin 8 months ago
Last updated by admin 8 months ago