2014-02-08, 09:07 AM
Hello,
Using the latest code from github "05211dd970", When setting the cache option in the config file to "files" it writes the cache files to the disk but not does seem to use them.
As you can see there is very little change and I'm sure from 1.6 used less query's when file cache was enabled.
If this is not a bug and I'm not thinking right please close the thread.
Using the latest code from github "05211dd970", When setting the cache option in the config file to "files" it writes the cache files to the disk but not does seem to use them.
As you can see there is very little change and I'm sure from 1.6 used less query's when file cache was enabled.
$config['cache_store'] = 'db';
Generated in 1.02 seconds (0.50% PHP / 99.50% MySQL)
SQL Queries: 7 / Server Load: Unknown / Memory Usage: 768 KB
$config['cache_store'] = 'files';
Generated in 1.022 seconds (0.50% PHP / 99.50% MySQL)
SQL Queries: 7 / Server Load: Unknown / Memory Usage: 768 KB
If this is not a bug and I'm not thinking right please close the thread.