<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Use WordPress Cache</title>
	<atom:link href="http://wpengineer.com/1607/use-wordpress-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/1607/use-wordpress-cache/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Tue, 22 May 2012 12:01:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/1607/use-wordpress-cache/#comment-1657</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1607#comment-1657</guid>
		<description>@DD32: i think, WordPress use not a filebased cache with the version 2.6. Only a cache with possibilities of the server was used higher as 2.6. The functions in xore have the same name. I hope, i understand your comment right.</description>
		<content:encoded><![CDATA[<p>@DD32: i think, WordPress use not a filebased cache with the version 2.6. Only a cache with possibilities of the server was used higher as 2.6. The functions in xore have the same name. I hope, i understand your comment right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Resources #1 &#124; wpcrunchy</title>
		<link>http://wpengineer.com/1607/use-wordpress-cache/#comment-1647</link>
		<dc:creator>Wordpress Resources #1 &#124; wpcrunchy</dc:creator>
		<pubDate>Sat, 22 Aug 2009 11:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1607#comment-1647</guid>
		<description>[...] How to use easily the cache functionality of WordPress. Read This [...]</description>
		<content:encoded><![CDATA[<p>[...] How to use easily the cache functionality of WordPress. Read This [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DD32</title>
		<link>http://wpengineer.com/1607/use-wordpress-cache/#comment-1645</link>
		<dc:creator>DD32</dc:creator>
		<pubDate>Sat, 22 Aug 2009 01:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1607#comment-1645</guid>
		<description>&gt; this cache is not persistent and only stays in memory until page is generated.

It is Persistent if someone loads an External Object cache.

&gt;&gt;To cache between page loads - options and transients should be used.
&gt;What do you mean with &#039;transients&#039;?

Transients should be used.
Transients are like options, Which are only stored in the database if(and only if) an External Object cache is not loaded.

For example, If i use a generic WP install, with nothing else added, Transients will be saved as an option. If i use a WordPress install with the Memcache object cache enabled, Transients will -only- be stored in Memcached.


&gt; The biggest improvement happened in version 2.6, in which the cache has changed to an object-oriented solution.

Not sure what you mean by that.. The API and underlying structure hasnt changed since nearly 2.0 IIRC. Its just that recently, The file-cache was striped out of WordPress so people wouldnt enable it on some hosts.. Unless its running on a decenthost with plenty of IO, it would actually slow things down. (Many shared hosts with Networked filesystems rings a bell)</description>
		<content:encoded><![CDATA[<p>&gt; this cache is not persistent and only stays in memory until page is generated.</p>
<p>It is Persistent if someone loads an External Object cache.</p>
<p>&gt;&gt;To cache between page loads - options and transients should be used.<br />
&gt;What do you mean with 'transients'?</p>
<p>Transients should be used.<br />
Transients are like options, Which are only stored in the database if(and only if) an External Object cache is not loaded.</p>
<p>For example, If i use a generic WP install, with nothing else added, Transients will be saved as an option. If i use a WordPress install with the Memcache object cache enabled, Transients will -only- be stored in Memcached.</p>
<p>&gt; The biggest improvement happened in version 2.6, in which the cache has changed to an object-oriented solution.</p>
<p>Not sure what you mean by that.. The API and underlying structure hasnt changed since nearly 2.0 IIRC. Its just that recently, The file-cache was striped out of WordPress so people wouldnt enable it on some hosts.. Unless its running on a decenthost with plenty of IO, it would actually slow things down. (Many shared hosts with Networked filesystems rings a bell)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pete</title>
		<link>http://wpengineer.com/1607/use-wordpress-cache/#comment-1644</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Fri, 21 Aug 2009 21:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1607#comment-1644</guid>
		<description>@Rast
What do you mean with &#039;transients&#039;?</description>
		<content:encoded><![CDATA[<p>@Rast<br />
What do you mean with 'transients'?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rarst</title>
		<link>http://wpengineer.com/1607/use-wordpress-cache/#comment-1640</link>
		<dc:creator>Rarst</dc:creator>
		<pubDate>Fri, 21 Aug 2009 13:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1607#comment-1640</guid>
		<description>One thing I don&#039;t see in post and found confusing - this cache is not persistent and only stays in memory until page is generated.

So it only make sense if some data has to be used few times in a single page load. To cache between page loads - options and transients should be used.

PS fetch_rss must die, long live fetch_feed :)</description>
		<content:encoded><![CDATA[<p>One thing I don't see in post and found confusing - this cache is not persistent and only stays in memory until page is generated.</p>
<p>So it only make sense if some data has to be used few times in a single page load. To cache between page loads - options and transients should be used.</p>
<p>PS fetch_rss must die, long live fetch_feed <img src='http://wpengineer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John (Human3rror)</title>
		<link>http://wpengineer.com/1607/use-wordpress-cache/#comment-1639</link>
		<dc:creator>John (Human3rror)</dc:creator>
		<pubDate>Fri, 21 Aug 2009 11:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1607#comment-1639</guid>
		<description>sweet! thanks for this.</description>
		<content:encoded><![CDATA[<p>sweet! thanks for this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

