Closed (fixed)
Project:
Cache Router
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2011 at 08:20 UTC
Updated:
30 Aug 2012 at 09:31 UTC
I have already installed APC module and in fact I am using it on one of my WordPress site using W3TC plugin.
I installed cacherouter and added the following setting:
$conf['cache_inc'] = 'sites/all/modules/cacherouter/cacherouter.inc';
$conf['cacherouter'] = array(
'default' => array(
'engine' => 'apc',
'prefix' => '',
'static' => FALSE,
'fast_cache' => TRUE,
),
);
But I cannot find an admin page like the one from:
http://drupal.org/node/330237
I cannot also see any comment in page source if cacherouter is working fine.
Comments
Comment #1
maykbrito commented+1
Comment #2
Drupal webdesigner commented+1
Comment #3
derieppe commented+1
Comment #4
aze2010 commented?
Comment #5
PixelClever commentedI'm pretty sure it's not working on my site because I see no change in the queries being actually run, but I wish there was some way to check what is actually working and what isn't and why. As it is it fails silently and that makes it impossible to bug fix. Due to the fact that it isn't working at all on my site after following the instructions I am changing this to a bug report.
Comment #6
thedavidmeister commentedThere's a separate module to see the stats in the UI - http://drupal.org/project/cacherouter_stats
It's linked on the project page for cacherouter.
This is a support request, not a bug request. Even if you don't install cacherouter_stats you can look at the stats for your cache method to see if it's being used.