CacheFu 1.2
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| 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+ and Plone 3.0. For earlier Plone versions, try the CacheFu 1.0.3 bundle instead.
New Features in CacheFu 1.2
- Products all eggified.
- Minor bug fix to Varnish proxy cache configs
New CacheFu Manual and Web Caching Reference
A new CacheFu Manual and a Web Caching Reference is nearing completion. Stay tuned for an announcement.
Installing CacheFu
See instructions at http://pypi.python.org/pypi/Products.CacheSetup
Extras
Config files for Squid, Varnish, and Apache can be found in the 'cachefu-proxy-configs' directory available in the CacheFu Extras download,
http://plone.org/products/cachefu/releases/1.2/CacheFu-1.2-extras.tar.gz.
Change log
CacheFu 1.2
- Release manager: Ricardo Newbery, ric@digitalmarbles.com. Compatible with: Plone 3.0 and Plone 2.5+
- Refactor the GS export/import code. Add support for multiple caching policies. The format of the XML file is now consistent with standard property and object manager formats. [wichert]
- Allow installation via a GenericSetup profile. Keep using the old style external method as default installation option. This means you can now install CacheSetup completely through a GenericSetup profile dependency. [wichert]
- Repackaged as an egg. [wichert]