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 [...]
March 30, 2008
Categories: Technology . Tags: caching, concurrent editing protection, upgrade, wordpress, WordPress 2.5 . Author: Casey . Comments: 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 [...]
May 31, 2007
Categories: Technology . Tags: acceleration, apc, caching, intermediate code cache, optimization, php, scaling, web applications, zend . Author: Casey . Comments: 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. [...]
December 13, 2006
Categories: Technology . Tags: caching, memcached, optimization, wordpress . Author: Casey . Comments: 1 Comment