| Query cache not working [message #123] |
Wed, 30 August 2006 19:40  |
Himalian Messages: 4 Registered: August 2006 |
Junior Member |
|
|
Hi,
since my server goes very slow under a bit of load I tried to enable the query cache. I'm just running WordPress (PHP 5.1) + MySQL 4.1.10a and it's a VPS (Virtual Private Server) on Virtuozzu with Suse Linux 9.3
Below are the MySQL server variables:
have query cache YES YES
query cache limit 1048576 1048576
query cache min res unit 4096 4096
query cache size 0 0
query cache type ON ON
query cache wlock invalidate OFF OFF
query prealloc size 8192 8192
but the current status information just show:
Qcache free blocks 0
Qcache free memory 0
Qcache hits 0
Qcache inserts 0
Qcache lowmem prunes 0
Qcache not cached 0
Qcache queries in cache 0
Qcache total blocks 0
Did I miss a configuration value? There should be a lot of cacheable queries because the wordpress tables are rarely updated.
Best regards,
Himalian
|
|
|
|
|
|