<?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>tom's blog &#187; wordpress</title>
	<atom:link href="http://tom.knaupp.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://tom.knaupp.com</link>
	<description>free software, security and a bunch of my strange thoughts</description>
	<lastBuildDate>Tue, 23 Mar 2010 22:38:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress / enabling (built in) cache</title>
		<link>http://tom.knaupp.com/2008/01/22/wordpress-enabling-built-in-cache/</link>
		<comments>http://tom.knaupp.com/2008/01/22/wordpress-enabling-built-in-cache/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 02:33:22 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Memento]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[disk cache]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/2008/01/22/wordpress-enabling-built-in-cache/</guid>
		<description><![CDATA[Edit wp-config.php and add define('ENABLE_CACHE', true); Create the directory cache in the folder wp-content/ (take care it&#8217;s writeable!) If you want to take control about expiration time, you can do this including these lines in wp-config.php: define('CACHE_EXPIRATION_TIME', 900); That&#8217;s all : ) The next time, your blog is being visted, the pages will be cached.. [...]]]></description>
			<content:encoded><![CDATA[<p>Edit <em>wp-config.php</em> and add<br />
<code>define('ENABLE_CACHE', true);</code><br />
<br />
Create the directory <em>cache</em> in the folder <em>wp-content/</em> (take care it&#8217;s writeable!)<br />
<br />
If you want to take control about expiration time, you can do this including these lines in wp-config.php:<br />
<code>define('CACHE_EXPIRATION_TIME', 900);</code><br />
<br />
That&#8217;s all : )<br />
The next time, your blog is being visted,  the pages will be cached..<br />
B.t.w.: You can empty the cache directory every time you want (in case of trouble, etc..).<br />
<br />
More infos:<br />
<a href="http://www.mitternachtshacking.de/blog/356-wordpress-cache-aktiviert" title="WordPress Cache aktiviert" target="_blank">http://www.mitternachtshacking.de/blog/356-wordpress-cache-aktiviert</a> (de)<br />
<a href="http://sw-guide.de/2007-07/bessere-blog-performance-dank-wordpress-internen-cache/" title="Bessere Blog-Performance dank WordPress-internen Cache" target="_blank">http://sw-guide.de/2007-07/bessere-blog-performance-dank-wordpress-internen-cache/</a> (de)<br />
<br />
<strong>Update (!):</strong><br />
The file-based caching mechanism has been removed from the WordPress 2.5 code. Detailed infos at <a href="http://neosmart.net/blog/2008/wordpress-25-and-the-object-cache/" title="WordPress 2.5 and the Object Cache..." target="_blank">neosmart.net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2008/01/22/wordpress-enabling-built-in-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
