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

maykbrito’s picture

+1

Drupal webdesigner’s picture

+1

derieppe’s picture

+1

aze2010’s picture

?

PixelClever’s picture

Title: How do I know if cacherouter is working on my site? » No way to tell if cacher router is actually working (Module fails silently)
Component: Miscellaneous » Code
Assigned: jaypabs » Unassigned
Category: support » bug

I'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.

thedavidmeister’s picture

Category: bug » support
Status: Active » Fixed

There'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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.