<?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: How To Smarty Cache</title>
	<atom:link href="http://www.eklenti.org/2009/04/how-to-smarty-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eklenti.org/2009/04/how-to-smarty-cache/</link>
	<description>It is all about my articles.</description>
	<lastBuildDate>Thu, 29 Oct 2009 19:02:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Root</title>
		<link>http://www.eklenti.org/2009/04/how-to-smarty-cache/comment-page-1/#comment-2697</link>
		<dc:creator>Root</dc:creator>
		<pubDate>Mon, 14 Sep 2009 08:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.eklenti.org/?p=147#comment-2697</guid>
		<description>:D. Yeap you can cache for every PAGE, But i want to cache SQL , smarty can&#039;t. ??? For example zend cache, cache anything. So smarty not for big project. If your web site get more comment or more article you can not cache your page. ;)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.eklenti.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Yeap you can cache for every PAGE, But i want to cache SQL , smarty can&#8217;t. ??? For example zend cache, cache anything. So smarty not for big project. If your web site get more comment or more article you can not cache your page. <img src='http://www.eklenti.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lukas</title>
		<link>http://www.eklenti.org/2009/04/how-to-smarty-cache/comment-page-1/#comment-2689</link>
		<dc:creator>lukas</dc:creator>
		<pubDate>Mon, 07 Sep 2009 11:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.eklenti.org/?p=147#comment-2689</guid>
		<description>This is not true, smarty cache is very useful, especially in big projects, since the loading time  of big projects tends to be more important. You just need to do a little extra work and delete the cache (or even better, just the cache file of a specific file) after something was updated.
E.g. you use a funtion delete_cache($id); everytime someone saves an input to edit a page in your cms system.</description>
		<content:encoded><![CDATA[<p>This is not true, smarty cache is very useful, especially in big projects, since the loading time  of big projects tends to be more important. You just need to do a little extra work and delete the cache (or even better, just the cache file of a specific file) after something was updated.<br />
E.g. you use a funtion delete_cache($id); everytime someone saves an input to edit a page in your cms system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
