Closed (fixed)
Project:
Cache Router
Version:
5.x-1.0-beta4
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2008 at 02:56 UTC
Updated:
17 Nov 2008 at 20:52 UTC
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
Comment #1
slantview commentedFixed 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.