I’m a fan of Batcache, the Memcached-based WordPress full-page cache solution, but I’ve discovered that it ignores the content-type header set when the page is initially generated and re-sends all content with content-type: text/html. I posted a note about this at the WordPress support forums, but then I realized what the problem was: apache_response_headers() doesn’t [...]
Posted April 22, 2009 by Casey Bisson
Categories: Technology. Tags: batcache, caching, fix, memcached, wordpress, workaround. 3 Comments.
Elliott C. Back points to his use of object caching, WP-Cache, and MySQL query caching among the reasons why his site “is so much faster that yours.â€
Posted August 13, 2008 by Casey Bisson
Categories: Dispatches, Technology. Tags: caching, performance, tips, wordpress. Be the first one.
WordPress 2.5 is out (and the WordPress site got a facelift), and I’ve already upgraded MaisonBisson using SVN. The changes are exciting, and seem to reflect a tradition that’s developing in WordPress of delivering some really revolutionary features in the x.5 release.
The loss of file-based object caching was a bit of a problem, as my [...]
Posted March 30, 2008 by Casey Bisson
Categories: Technology. Tags: caching, concurrent editing protection, upgrade, wordpress, WordPress 2.5. 2 Comments.
I’ve been working on MySQL optimization for a while, and though there’s still more to done on that front, I’ve gotten to the point where the the cumulative query times make up less than half of the page generation time.
So I’m optimizing code when the solution is obvious (and I hope to rope Zach into [...]
Posted May 31, 2007 by Casey Bisson
Categories: Technology. Tags: acceleration, apc, caching, intermediate code cache, optimization, php, scaling, web applications, zend. 5 Comments.
Ryan Boren wrote about using memcached with WordPress almost a year ago:
Memcached is a distributed memory object caching system. WordPress 2.0 can make use of memcached by dropping in a special backend for the WP object cache. The memcached backend replaces the default backend and directs all cache requests to one or more memcached daemons. [...]
Posted December 13, 2006 by Casey Bisson
Categories: Technology. Tags: caching, memcached, optimization, wordpress. One Comment.