The mod works great - now can I delete the thousands of files in my /cache and cache/fancy-data directories. These are putting me over the limit of files for my hosting service. Thanks
Printable View
The mod works great - now can I delete the thousands of files in my /cache and cache/fancy-data directories. These are putting me over the limit of files for my hosting service. Thanks
Hi,
I found the author have given some tips to deal this problem on http://www.data-diggers.com/query-ca...sed#comment-34
:P
How do you turn this module off? Which file?
I can always turn it back on when a fix is in place. Right now, Google does not show my 10,000+ products.....
Thanks, Kim
I am using the latest version of query cache on 1.3.7.1. I occasionally get this error while browsing through the store side of our site:
1062 Duplicate entry 'zc_7eb4ed1f36d90140477d9474b61e0e26' for key 1
in:
[db_cache table]
Is this to do with query cache?? I hate for customers to get this error message on an otherwise blank page!!
My extra configures settings are:
define('QC_USE_PRODUCT_QUERY_DETECTION',FALSE);
define('QC_ZEN_GET_CATEGORIES_PRODUCTS_LIST_PREFETCH', FALSE);
I would love to use this but after trying the newest version for the past few days I have received repeated warnings from my hosting company about high CPU loads. I am allowed a maximum of 6.5% and it has been as high as almost 18%. :shocking:
The parse times and query counts were great but I can't afford a dedicated server and I've already upgraded to more allotted CPU and can't afford to upgrade again. :no:
Is there a way to maintain a happy medium - to lower the times /counts without increasing the CPU by such a large amount? When running w/out QC my CPU load averages 1.5 - 3.5%.
All suggestions and advice welcome (but please don't tell me to change hosts, lol. I have to wait 11 months :lamo:).
Thank you!
Blessings,
Krisann
Will changing one of these lower the CPU load?Code:<?php
/**
* These settings can provide great performance gains, but also can slow down
* Your site. Make sure that turning them on improves performance of Your store.
*/
define('QC_USE_PRODUCT_QUERY_DETECTION',TRUE);
define('QC_ZEN_GET_CATEGORIES_PRODUCTS_LIST_PREFETCH', FALSE);
define('QC_ENABLE_IN_ADMIN', FALSE);
?>
Thank you!
Blessings,
Krisann