↧
APC Object Cache Backend for WordPress
I wrote the original APC Object Cache backend for WordPress back in 2006. Shared it via a link on the wp-hackers list, and until a few days ago, hadn’t touched it since. It has now been updated to...
View ArticleFragment Caching in WordPress
Fragment caching is useful for caching HTML snippets that are expensive to generate and exist in multiple places on your site. It’s like full page HTML caching, but more granular, and it speeds up...
View ArticleIntroducing Cache Buddy: a companion for your WordPress page caching solution
WordPress is, by default, completely dynamic. On every page load, a bunch of “work” happens. Cookies are read. A database is queried. Content is transformed. All of this makes WordPress very powerful...
View Article