Quote Originally Posted by data_digger View Post
Paste here contents of includes/extra_configures/query_cache.php.
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);
?>
Will changing one of these lower the CPU load?

Thank you!

Blessings,
Krisann