CacheFu 1.2.1 (May 25, 2009)
Mostly just a maintenance release to fix some bugs. One new feature: You can now add a custom header to a response -- one possible use case is to support Surrogate-Control. See the change notes on PyPi for details.
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3, Plone 2.5 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Ricardo Newbery |
CacheFu is a collection of products which aggregate and simplify various caching settings, speeding up Plone sites using a combination of memory, proxy, and browser caching. CacheFu can be used by itself or with Squid, Varnish, and/or Apache. Configuration files can be generated for Squid, Varnish, Squid-behind-Apache, Varnish-behind-Apache, and Apache cache proxy (if you are using a non-caching Apache by itself or just Zope-only, no extra configuration files are needed).
Starting with version 1.2, the CacheFu products are now distributed as python eggs. The central product is Products.CacheSetup which when installed via easy_install or buildout takes care of pulling in the rest of the products from the bundle.
The full CacheFu bundle includes:
- http://pypi.python.org/pypi/Products.CacheSetup <-- Start Here
- http://pypi.python.org/pypi/Products.CMFSquidTool
- http://pypi.python.org/pypi/Products.PageCacheManager
- http://pypi.python.org/pypi/Products.PolicyHTTPCacheManager
The auto-generated proxy configs are now distributed separately in the CacheFu-Extras download:
CacheFu has been tested with Plone 2.5+, 3.0, 3.1, and 3.2. For earlier Plone versions, try the CacheFu 1.0.3 bundle instead.


