[wp-hackers] 5 minutes to a faster blog

Robert Deaton robert at lushlab.com
Fri Dec 1 12:12:54 GMT 2006


On 12/1/06, Matt Mullenweg <m at mullenweg.com> wrote:
> 4. Enable WP's built-in caching
>
> define( 'ENABLE_CACHE', true ); // in wp-config.php

For an added bonus, the APC object cache can store data in RAM instead
of to disk, for increased speed and lower server load.

-- 
--Robert Deaton
http://lushlab.com


More information about the wp-hackers mailing list