Changeset 1284 for trunk/README.txt

Show
Ignore:
Timestamp:
05/12/08 11:44:35 (2 months ago)
Author:
donncha
Message:

Add Performance section to readme listing caching plugins

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README.txt

    r1117 r1284  
    151151 
    152152 
     153PERFORMANCE 
     154=========== 
     155WordPress MU has a caching framework which allows third party developers 
     156to create cache engines that improve performance.  
     157There are two types of caching plugins available for WordPress.  
     158 
     1591. Object Cache. 
     160These work by storing commonly accessed data in a rapid access storage 
     161container such as RAM or directly on the filesystem.  
     162To install these plugins copy them into your wp-content folder. 
     163Memcached: http://dev.wp-plugins.org/browser/memcached/trunk/ 
     164Filesystem: http://neosmart.net/dl.php?id=14 
     165Xcache: http://neosmart.net/dl.php?id=12 
     166eAccelerator: http://neosmart.net/dl.php?id=13 
     167 
     1682. Full page cache.  
     169These work by storing complete web pages and are generally faster than  
     170object cache plugins at the expense of less flexibility. On a busy 
     171WordPress MU site these may in fact slow down your server due to  
     172limitations in how the cached files are stored. Clearing out the cached 
     173files on a regular basis will alleviate this problem. YMMV. 
     174WP Super Cache: http://ocaoimh.ie/wp-super-cache/ 
     175 
     176 
    153177Support Forum and Bug Reports 
    154178=============================