Hi!
Is there any way to get some statistics about hits/misses of page requests with activated authcache?

Comments

derMatze created an issue. See original summary.

derMatze’s picture

Issue summary: View changes
znerol’s picture

There is no built-in way to track the cache-hit ratio. Some ideas on how you could accomplish this:

  • Look at the statistics in your cache-backend (if you use something different than the database as cache backend. E.g., memcache can display such statistics)
  • Try heisencache, see also slides from montpellier.
  • Somehow track/log the X-Drupal-Cache response header in the frontend server (via custom VCL in Varnish or a custom log in NGINX).
derMatze’s picture

Thank you for the infos! :)
I'm currently using the DB as cache-backend, so I will check heisencache, which looks really promising.

znerol’s picture

Category: Feature request » Support request
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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