WP Cache installation instructions for future reference
The original, complete version is located at Ricardo Galli’s blog.
=================
Installation
-
Upload to your plugins folder, usually
wp-content/plugins/and unzip the file, it will create awp-content/plugins/wp-cache/directory. -
If you have Gzip Compression enabled turn it off (in Options->Reading).
-
Activate the plugin on the plugin screen.
-
Go to “Options” administration menu, select “WP-Cache” from the submenu, the plugin will try to autoconfigure everything. The plugin will try to autoconfigure everything and guide you through the process. In case of failure –normally due to the lack of files’ privilegies– it tell you and give the instructions to solve the problems.
Manual Installation
In case you don’t want to make wp-config.php writeable by the server, or you want to make all steps manually:
-
Upload to your plugins folder, usually
wp-content/plugins/and unzip the file, it will create awp-content/plugins/wp-cache/directory. -
If you have Gzip Compression enabled turn it off (in Options->Reading).
-
Create
wp-content/cachedirectory and make sure the web server can write in it. -
Make
wp-contentwriteable by the web server. -
Create a symbolic link from wp-content/advanced-cache.php to wp-content/plugins/wp-cache/wp-cache-phase1.php.
ln -s wp-content/plugins/wp-cache/wp-cache-phase1.php wp-content/advanced-cache.php
-
Add the following line to your
wp-config.phpfile:define(’WP_CACHE’, true);
-
Go to “Options” administration menu, select “WP-Cache” from the submenu and enable cache.