[wp-hackers] WP-Cache vs. eAccelerator vs. Memcache vs. ... (Yeah,
another server opt. discussion)
Ryan Boren
ryan at boren.nu
Sun Oct 28 16:30:40 GMT 2007
On 10/28/07, Computer Guru <computerguru at neosmart.net> wrote:>
> Does anyone know if WP uses object caching throughout, or if there are
> functions in the core which still need to be "object cachified?" (made aware
> of object caching and taking advantage of it if present)
We've done quite a bit of caching work in 2.4. It's been extended to
more places. We also have an advanced caching plugin for 2.4 that
saves the results of the main query.
http://dev.wp-plugins.org/browser/advanced-caching/trunk/advanced-caching.php
The cache in 2.3 covers quite a lot, but in 2.4 I can get many pages
down to 0 queries. I've been testing with your xcache backend for the
object cache and things are pretty freakin' fast.
Ryan
More information about the wp-hackers
mailing list