[wp-hackers] caching doesn't work?

David House dmhouse at gmail.com
Thu Feb 2 09:59:35 GMT 2006


On 02/02/06, Nathan Ollerenshaw <chrome at stupendous.net> wrote:
> I thought WP_Object_Cache obviates the need for other caching
> systems ... but it doesn't seem to make a difference performance-wise
> whether it is on or off, though looking at what stats() gives you, it
> seems to be 'working'.

Try sticking $wp_object_cache->stats() somewhere in your theme to see
how many hot/cold hits you're getting. (a hot hit is one where the
object was already cached in memory, a cold one is where it has to be
loaded from the file system, a miss is where it can't be found even
there).

--
-David House, dmhouse at gmail.com, http://xmouse.ithium.net


More information about the wp-hackers mailing list