summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-12 11:44:35 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-12 11:44:35 +0000
commitddd451d32f7604b6632ed3b68bbbacf655df3a61 (patch)
treea11fc41941e24e8035f51f696e515c31e988131a /README.txt
parentaff35461690d5e839eccc7a1df30ea2f2d4503da (diff)
downloadwordpress-mu-ddd451d32f7604b6632ed3b68bbbacf655df3a61.tar.gz
wordpress-mu-ddd451d32f7604b6632ed3b68bbbacf655df3a61.tar.xz
wordpress-mu-ddd451d32f7604b6632ed3b68bbbacf655df3a61.zip
Add Performance section to readme listing caching plugins
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1284 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 80c1ce5..678a1a0 100644
--- a/README.txt
+++ b/README.txt
@@ -150,6 +150,30 @@ Please see this page for instructions on upgrading your install:
http://codex.wordpress.org/Upgrading_WPMU
+PERFORMANCE
+===========
+WordPress MU has a caching framework which allows third party developers
+to create cache engines that improve performance.
+There are two types of caching plugins available for WordPress.
+
+1. Object Cache.
+These work by storing commonly accessed data in a rapid access storage
+container such as RAM or directly on the filesystem.
+To install these plugins copy them into your wp-content folder.
+Memcached: http://dev.wp-plugins.org/browser/memcached/trunk/
+Filesystem: http://neosmart.net/dl.php?id=14
+Xcache: http://neosmart.net/dl.php?id=12
+eAccelerator: http://neosmart.net/dl.php?id=13
+
+2. Full page cache.
+These work by storing complete web pages and are generally faster than
+object cache plugins at the expense of less flexibility. On a busy
+WordPress MU site these may in fact slow down your server due to
+limitations in how the cached files are stored. Clearing out the cached
+files on a regular basis will alleviate this problem. YMMV.
+WP Super Cache: http://ocaoimh.ie/wp-super-cache/
+
+
Support Forum and Bug Reports
=============================
Please read http://codex.wordpress.org/Debugging_WPMU before