We are planning opcode cache and session cache implementations on our server, and think cache router might give us the control we need within Drupal. However, I am concerned about the comment on the project page about not seeing statistical data. On one site especially, having the tracker/read counter for each page be incremented is important to their advertising sales strategy. In order to make sure that the tracker gets incremented, which "bins" to I need to route to the "db" cache? The rest can be default routed to APC?

Comments

slantview’s picture

Status: Active » Fixed

Fixed in latest commit. You can now set $conf['cacherouter']['default']['fast_cache'] = FALSE; or set it to false where "default" is a specific bin and you will get anonymous statistics.

Status: Fixed » Closed (fixed)

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