<?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: Speed up CRE Loaded with cache</title>
	<atom:link href="http://www.infotales.com/cre-loaded-speed-up-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infotales.com/cre-loaded-speed-up-cache/</link>
	<description>Web application performance, Web Server Performance, Data Mining, SEO, MySQL, Magento Performance and much more</description>
	<lastBuildDate>Wed, 01 Sep 2010 05:32:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: wasimasif</title>
		<link>http://www.infotales.com/cre-loaded-speed-up-cache/comment-page-1/#comment-246</link>
		<dc:creator>wasimasif</dc:creator>
		<pubDate>Thu, 20 May 2010 02:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.infotales.com/?p=467#comment-246</guid>
		<description>No its not PHP5 issue. The single and double quote characters are replace with similar looking character by wordpress. When you copy paste code php generates error. The easy way to fix is whenever you copy from online web site replace single quote or double quote like characters with actual quotes.</description>
		<content:encoded><![CDATA[<p>No its not PHP5 issue. The single and double quote characters are replace with similar looking character by wordpress. When you copy paste code php generates error. The easy way to fix is whenever you copy from online web site replace single quote or double quote like characters with actual quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://www.infotales.com/cre-loaded-speed-up-cache/comment-page-1/#comment-245</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Wed, 19 May 2010 21:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.infotales.com/?p=467#comment-245</guid>
		<description>Not sure that this is a php5 issue?  Changing the single quotes to double quotes resolved the error on line 5 as described above.</description>
		<content:encoded><![CDATA[<p>Not sure that this is a php5 issue?  Changing the single quotes to double quotes resolved the error on line 5 as described above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://www.infotales.com/cre-loaded-speed-up-cache/comment-page-1/#comment-244</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Wed, 19 May 2010 17:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.infotales.com/?p=467#comment-244</guid>
		<description>I cannot get past a syntax error.  I am running CRE 6.4

Parse error: syntax error, unexpected T_CLASS in /path/to/includes/runtime/applicationtop/cache_applicationtop_bottom.php on line 5

any ideas?</description>
		<content:encoded><![CDATA[<p>I cannot get past a syntax error.  I am running CRE 6.4</p>
<p>Parse error: syntax error, unexpected T_CLASS in /path/to/includes/runtime/applicationtop/cache_applicationtop_bottom.php on line 5</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toronto</title>
		<link>http://www.infotales.com/cre-loaded-speed-up-cache/comment-page-1/#comment-243</link>
		<dc:creator>toronto</dc:creator>
		<pubDate>Sat, 27 Feb 2010 21:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.infotales.com/?p=467#comment-243</guid>
		<description>I want to thank the blogger very much not only for this post but also for his all previous efforts. I found this to be extremely interesting. I will be coming back to this for more information.</description>
		<content:encoded><![CDATA[<p>I want to thank the blogger very much not only for this post but also for his all previous efforts. I found this to be extremely interesting. I will be coming back to this for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wasimasif</title>
		<link>http://www.infotales.com/cre-loaded-speed-up-cache/comment-page-1/#comment-242</link>
		<dc:creator>wasimasif</dc:creator>
		<pubDate>Mon, 04 Jan 2010 14:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.infotales.com/?p=467#comment-242</guid>
		<description>Yeh its also ok to use paths like this. Good to know its working great for you.</description>
		<content:encoded><![CDATA[<p>Yeh its also ok to use paths like this. Good to know its working great for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PJ</title>
		<link>http://www.infotales.com/cre-loaded-speed-up-cache/comment-page-1/#comment-241</link>
		<dc:creator>PJ</dc:creator>
		<pubDate>Mon, 04 Jan 2010 02:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.infotales.com/?p=467#comment-241</guid>
		<description>&lt;a href=&quot;#comment-1737&quot; rel=&quot;nofollow&quot;&gt;@wasimasif &lt;/a&gt;

Yes i checked the configure file in includes it is configured properly

&quot;define(&#039;DIR_WS_CLASSES&#039;, DIR_WS_INCLUDES . &#039;classes/&#039;);

so if i used

include(‘includes/classes/cache.class.php’); and result are identical

so it okay to use full path?
and i tested the site with full path and it did speed up.

thanks</description>
		<content:encoded><![CDATA[<p><a href="#comment-1737" rel="nofollow">@wasimasif </a></p>
<p>Yes i checked the configure file in includes it is configured properly</p>
<p>&#8220;define(&#8216;DIR_WS_CLASSES&#8217;, DIR_WS_INCLUDES . &#8216;classes/&#8217;);</p>
<p>so if i used</p>
<p>include(‘includes/classes/cache.class.php’); and result are identical</p>
<p>so it okay to use full path?<br />
and i tested the site with full path and it did speed up.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wasimasif</title>
		<link>http://www.infotales.com/cre-loaded-speed-up-cache/comment-page-1/#comment-240</link>
		<dc:creator>wasimasif</dc:creator>
		<pubDate>Sun, 03 Jan 2010 04:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.infotales.com/?p=467#comment-240</guid>
		<description>&lt;code&gt;include(DIR_WS_CLASSES . ‘cache.class.php’);&lt;/code&gt; and &lt;code&gt;include(‘includes/classes/cache.class.php’);&lt;/code&gt; must result identical. Please check if DIR_WS_CLASSES is properly configured in includes/configure.php.</description>
		<content:encoded><![CDATA[<p><code>include(DIR_WS_CLASSES . ‘cache.class.php’);</code> and <code>include(‘includes/classes/cache.class.php’);</code> must result identical. Please check if DIR_WS_CLASSES is properly configured in includes/configure.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PJ</title>
		<link>http://www.infotales.com/cre-loaded-speed-up-cache/comment-page-1/#comment-239</link>
		<dc:creator>PJ</dc:creator>
		<pubDate>Fri, 01 Jan 2010 19:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.infotales.com/?p=467#comment-239</guid>
		<description>hello

the following codes did not work for me in cre loaded 6.4

get_cache(‘GLOBAL’);
?&gt;

But if you change

include(DIR_WS_CLASSES . ‘cache.class.php’);

to

include(&#039;includes/classes/cache.class.php&#039;);

works fine for me.

Thanks</description>
		<content:encoded><![CDATA[<p>hello</p>
<p>the following codes did not work for me in cre loaded 6.4</p>
<p>get_cache(‘GLOBAL’);<br />
?&gt;</p>
<p>But if you change</p>
<p>include(DIR_WS_CLASSES . ‘cache.class.php’);</p>
<p>to</p>
<p>include(&#8216;includes/classes/cache.class.php&#8217;);</p>
<p>works fine for me.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
