source: products/vendor/Products.CacheSetup/1.2.1/README.txt

Last change on this file was 3296, checked in by fenix, 12 years ago

Load Products.CacheSetup?-1.2.1 into vendor/Products.CacheSetup?/current.

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1Introduction
2============
3
4CacheFu speeds up Plone sites transparently using a combination
5of memory, proxy, and browser caching. Can be used by itself or
6with Squid, Varnish, and/or Apache. Once installed, your site
7should run much faster (about 10x faster by itself or
8about 50x faster with Squid).
9
10CacheFu is a collection of products and recipes.  The central
11product is ``Products.CacheSetup`` which when installed via
12easy_install or buildout takes care of pulling in the rest of
13the products from the bundle.
14
15The full bundle includes:
16
17* http://pypi.python.org/pypi/Products.CacheSetup
18
19* http://pypi.python.org/pypi/Products.CMFSquidTool
20
21* http://pypi.python.org/pypi/Products.PageCacheManager
22
23* http://pypi.python.org/pypi/Products.PolicyHTTPCacheManager
24
25Additional optional components include some Squid, Varnish, and
26Apache configuration helpers.  See the installation instructions
27for more info about these.
28
29The latest information about releases can be found at
30http://plone.org/products/cachefu
31
32CacheFu has been tested with Plone 2.5+ and Plone 3.0.
33For earlier Plone versions, try the CacheFu 1.0.3 bundle
34instead.
35
Note: See TracBrowser for help on using the repository browser.