When I turn cache on at the tag level using these parameters:
{exp:channel:entries channel="blog" limit="25" disable="category_field|trackbacks|comments" dynamic="off" require_entry="yes" orderby="date" sort="desc" cache="yes" refresh="10"}My page loading comes to a stand still and takes 30 seconds to load the 43 queries happening on my blog template. Without the cache, it just take 3-5 seconds. I want to speed this up using caching. So what is happening is turning cache on is making things worse even on repeated page loads.
See the live cached template here: http://bit.ly/yxWBm6
I am using an advanced setup and therefore have updated the path correctly to my cache folder in my config.php file.
I have checked with my system administrator. We have full server control and the file permissions are set correctly to 777. A folder called tag_cache is generated and the files within that folder also have 777 permissions.
We also tried moving the cache folder from the system folder to the root folder of the website and also tried moving it outside the root just to check. In these scenarios, I face the same delay in loading + the tag_cache folder is not created even after paths have been updated.
Here is my setup details:
My EE version is 2.3.1 Build 20111017
Browser Chrome 15.0.874.121
Platform Mac OS X
Running Apache/2.2.3 (CentOS) not windows
MySQL 5.5.14
PHP Version 5.3.3