links for 2009-04-15

  • WordPress object cache with memcached backend is mainly meant for WPMU and doesn’t work well if you happened to have many vanilla WordPress installations using the same memcached backend like it is pointed out here and here.

    I have created a simple patch which you can apply against object-cache.php (downloadable from WordPress plugin repository) or here is the file already patched. The patch prepends the $blog_id to the object key. You will have to specify global variable $blog_id in wp-config.php and give it a unique id (like your blog url).

This entry was posted in General. Bookmark the permalink.

One Response to links for 2009-04-15

  1. On an academic interest the eaccelerator based object cache for wordpress has been reworked to make it into a file based cache. This would help cheap shared hosting where database is not on the same server.

    http://www.php-trivandrum.org/wordpress-plugins/wordpress-object-caching-in-file-system.html

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>