<?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: Query Cache v1.6 released</title>
	<atom:link href="http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/</link>
	<description>Zen Cart Optimization, Performance and A/B Split Testing Modules for Zen Cart</description>
	<lastBuildDate>Wed, 09 Jun 2010 16:00:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Isaac</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-32</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Tue, 11 May 2010 04:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-32</guid>
		<description>Any plan to upgrade this for Zen Cart 1.3.9b since the two core files touched by this more are updated in 1.3.9b.</description>
		<content:encoded><![CDATA[<p>Any plan to upgrade this for Zen Cart 1.3.9b since the two core files touched by this more are updated in 1.3.9b.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-29</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 03 Apr 2010 16:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-29</guid>
		<description>I checked QC 1.6 and it works on multi level categories.  I can&#039;t tell for sure but I think it&#039;s because QueryCache tries to prefetch part of products_to_categories table and it does not fit in server memory. If You have test site with copy of the store and You can give temporary access to it to me I can check what is the problem and develop patch specific to Your site.</description>
		<content:encoded><![CDATA[<p>I checked QC 1.6 and it works on multi level categories.  I can&#8217;t tell for sure but I think it&#8217;s because QueryCache tries to prefetch part of products_to_categories table and it does not fit in server memory. If You have test site with copy of the store and You can give temporary access to it to me I can check what is the problem and develop patch specific to Your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-28</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Fri, 02 Apr 2010 17:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-28</guid>
		<description>I am wondering if anybody else is having problem with their site when QC_ZEN_GET_CATEGORIES_PRODUCTS_LIST_PREFETCH is set to TRUE. It doesn&#039;t work for us when we have category level greater than 2.</description>
		<content:encoded><![CDATA[<p>I am wondering if anybody else is having problem with their site when QC_ZEN_GET_CATEGORIES_PRODUCTS_LIST_PREFETCH is set to TRUE. It doesn&#8217;t work for us when we have category level greater than 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-26</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-26</guid>
		<description>No, unfortunately there isn&#039;t any switch. If You want to turn off query cache edit includes/auto_loaders/config.query_cache.php and comment the line:
&lt;code&gt;
$autoLoadConfig[0][] = array(&#039;autoType&#039;=&gt;&#039;classInstantiate&#039;,
                               &#039;className&#039;=&gt;&#039;QueryCache&#039;,
                               &#039;objectName&#039;=&gt;&#039;queryCache&#039;,
                               &#039;checkInstantiated&#039;=&gt;true);
&lt;/code&gt;

Make also sure to turn off all switches in includes/extra_configuration/query_cache.php</description>
		<content:encoded><![CDATA[<p>No, unfortunately there isn&#8217;t any switch. If You want to turn off query cache edit includes/auto_loaders/config.query_cache.php and comment the line:</p>
<div class="codesnip-container" >$autoLoadConfig[0][] = array(&#8216;autoType&#8217;=>&#8217;classInstantiate&#8217;,<br />
                               &#8216;className&#8217;=>&#8217;QueryCache&#8217;,<br />
                               &#8216;objectName&#8217;=>&#8217;queryCache&#8217;,<br />
                               &#8216;checkInstantiated&#8217;=>true);</div>
<p>Make also sure to turn off all switches in includes/extra_configuration/query_cache.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-24</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 09 Mar 2010 20:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-24</guid>
		<description>Is there a way to &#039;turn off&#039; Query Cache easily instead of deleting and re-installing files.  Want to compare differences in performance with and w/o Query Cache.</description>
		<content:encoded><![CDATA[<p>Is there a way to &#8216;turn off&#8217; Query Cache easily instead of deleting and re-installing files.  Want to compare differences in performance with and w/o Query Cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 16 Feb 2010 09:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-20</guid>
		<description>Query Cache does not use file based caching and does not store anything in cache/ folder. I&#039;m not quite sure but I think it&#039;s impossible to limit Zen Carts own cache. There are other cache solutions for Zen Cart - do You use any of them?</description>
		<content:encoded><![CDATA[<p>Query Cache does not use file based caching and does not store anything in cache/ folder. I&#8217;m not quite sure but I think it&#8217;s impossible to limit Zen Carts own cache. There are other cache solutions for Zen Cart &#8211; do You use any of them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.data-diggers.com/index.php/2009/01/query-cache-v1-6-released/comment-page-1/#comment-19</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 15 Feb 2010 22:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.data-diggers.eu/?p=41#comment-19</guid>
		<description>How do I limit the size of the cache dir, it seems to be getting massive</description>
		<content:encoded><![CDATA[<p>How do I limit the size of the cache dir, it seems to be getting massive</p>
]]></content:encoded>
	</item>
</channel>
</rss>
