<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Holy Shmoly! &#187; memcached</title>
	<atom:link href="http://ocaoimh.ie/tag/memcached/feed/" rel="self" type="application/rss+xml" />
	<link>http://ocaoimh.ie</link>
	<description>Look what I found today!</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:27:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WP Super Cache with Object Cache support</title>
		<link>http://ocaoimh.ie/2010/01/27/wp-super-cache-object-cache-support/</link>
		<comments>http://ocaoimh.ie/2010/01/27/wp-super-cache-object-cache-support/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:02:03 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[wp-super-cache]]></category>

		<guid isPermaLink="false">http://ocaoimh.ie/?p=89495667</guid>
		<description><![CDATA[Here&#8217;s a quick post to encourage brave testers. I&#8217;m adding object cache support to WP Super Cache so you&#8217;ll be able to store your cached files in a memcached backend instead of disk. It&#8217;s not complete but it&#8217;s running on &#8230; <a href="http://ocaoimh.ie/2010/01/27/wp-super-cache-object-cache-support/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick post to encourage brave testers. I&#8217;m adding object cache support to WP Super Cache so you&#8217;ll be able to store your cached files in a memcached backend instead of disk.</p>
<p>It&#8217;s not complete but it&#8217;s running on this blog and well, you&#8217;re reading this which means it&#8217;s doing something and not breaking! If you want to give it a go grab the development version from <a href="http://wordpress.org/extend/plugins/wp-super-cache/download/">the download page</a>.</p>
<p>There are few caveats,  but three spring to mind:</p>
<ul>
<li> It won&#8217;t cache anything for &#8220;known&#8221; users. That is users who are logged in or leave comments. Usually a tiny minority of the visitors to any site.</li>
<li>  Refreshing of the cache is very incomplete. If you leave a comment, the cache for that page may not update immediately. The cache lifetime is set to 30 seconds, and after you leave a comment you become a &#8220;known user&#8221; and see the uncached version of the page anyway.</li>
<li> When posts are updated the whole cache is invalidated.</li>
</ul>
<p>If you don&#8217;t know what memcached is, or how to set it up then you probably don&#8217;t want to test this. If you do, use Google and find out about them. Unfortunately I don&#8217;t have time to explain how to install it.</p>
<p>Inspiration and some code taken from <a href="http://wordpress.org/extend/plugins/batcache/">batcache</a>, the excellent caching plugin we use on WordPress.com.</p>
<p><strong>Update!</strong> I updated the Changelog in the readme.txt and I&#8217;m looking for testers. Here&#8217;s what&#8217;s new in the development version:</p>
<blockquote><p>* Added experimental object cache support.<br />
* Added Chinese(Traditional) translation by Pseric.<br />
* Added FAQ on WP-Cache vs Supercache files.<br />
* Use Supercache file if WP-Cache file not found. Useful if mod_rewrite rules are broken or not working.<br />
* Get mobile browser list from WP Mobile Edition if found. Warn user if .htaccess out of date.<br />
* Make sure writer lock is unlocked after writing cache files.<br />
* Added link to developer docs in readme.<br />
* Added Ukranian translation by Vitaly Mylo.<br />
* Added Upgrade Notice section to readme.<br />
* Warn if zlib compression in PHP is enabled.<br />
* Added compression troubleshooting answer. Props Vladimir (http://blog.sjinks.pro/)<br />
* Added Japanese translation by Tai (http://tekapo.com/)<br />
* Updated Italian translation.</p></blockquote>
<p>The biggest changes are the addition of the object cache and a small change to the php code that serves cached wp-cache files. If the mod_rewrite rules on your site don&#8217;t work for whatever reason the plugin will look for the Supercache file and serve that instead. An extra header is added to the served page when this happens. It&#8217;s all in the readme.txt!</p>
 <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89495667" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2010/02/08/wp-super-cache-099/" rel="bookmark" title="Permanent Link: WP Super Cache 0.9.9">WP Super Cache 0.9.9</a></li><li> <a href="http://ocaoimh.ie/2009/02/04/want-to-test-the-new-wp-super-cache/" rel="bookmark" title="Permanent Link: Want to test the new WP Super Cache?">Want to test the new WP Super Cache?</a></li><li> <a href="http://ocaoimh.ie/2008/10/24/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://ocaoimh.ie/2010/01/27/wp-super-cache-object-cache-support/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
	</channel>
</rss>

