[Catalyst] Page fragment caching
Mike Whitaker
mike at altrion.org
Wed Jan 20 09:40:52 GMT 2010
> b) there is something like page fragment caching which allows me to
> not cache DBIC objects but generated HTML in an elegant way (without
> having to wrap each TT code snippet with cache get/set calls)?
> Catalyst::Plugin::PageCache only allows the caching of whole pages
> which currently is not an option because there is more dynamic stuff
> (like logged-in user) added to the final page. AFAIK, page fragment
> caching is quite common in other frameworks (RoR comes to mind ...).
One way to acheive this is to front-end your site with the varnish proxy and use ESI.
More information about the Catalyst
mailing list