[Templates] Caching Output of Components
Perrin Harkins
perrin@elem.com
Fri, 11 Aug 2006 14:52:14 -0400
On Thu, 2006-08-10 at 09:24 -0700, Bill Moseley wrote:
> I was using a modified version of Catalyst::Plugin::PageCache, but
> switched to mod_cache on the front-end server. It seems like a
> cleaner solution.
In cases where you actually can cache the whole page, it's definitely
better to use mod_cache/mod_proxy/squid than some kind of application
cache, since they handle all the extra HTTP complexities like
if-modified-since and partial GETs for you.
- Perrin