Cacherouter; Site Responsiveness.
bacchus101 - April 22, 2009 - 19:09
| Project: | Cache Router |
| Version: | 6.x-1.0-beta8 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I am not sure if it is my specific implementation or something to do with the configuration of the module itself, but when I attempt to use Cacherouter, my site comes to a crawl (at least for UID1.)
Usually, it is my fault when something goes wrong, so I better start by offering up what I added to settings.php:
$conf['cache_inc'] = './sites/all/modules/cacherouter/cacherouter.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'memcache',
'server' => array('192.168.137.249:11211', '192.168.137.248:11211'),
'shared' => TRUE,
'prefix' => '',
'path' => 'files/filecache',
'static' => FALSE,
),
);Of note:
1. I have the same results with Authcache (obviously, I guess!)
2. If I switch to Memcache API - the site is instantly faster than without caching (vs. slower with caching enabled.) It seems to work without issue.
MySQL database 5.1.34
PHP 5.2.9-0.dotdeb.2
Web server lighttpd/1.4.19
Memcached Server Version 1.2.2
Thanks
