Mpchadwick_PageCacheHitRate icon indicating copy to clipboard operation
Mpchadwick_PageCacheHitRate copied to clipboard

Monitor your Magento site's Page Cache Hit Rate

Results 6 Mpchadwick_PageCacheHitRate issues
Sort by recently updated
recently updated
newest added

Hi, On enabling the module, I am getting error has below. Magento version 1.12.0.2 and we have Redis for both the default cache ( default array) and the full page...

Hi Max, Thanks for your great extension and very informative talk on NomadMage on the subject. I've noticed something though while testing the module. *All* requests contribute to the hit/miss/partial...

[This](https://github.com/mpchadwick/Mpchadwick_PageCacheHitRate/blob/8a145973e58a2796a419702d729888abfcd3b4dd/app/code/community/Mpchadwick/PageCacheHitRate/Model/Tracker/Redis.php#L29-L33) can throw, e.g. if Redis is out of memory. If should be caught and handled, rather than leading to an exception.

That's how Magento 2 does it. Some interesting discussion here about how to leverage with ELK stack too https://pressjitsu.com/blog/wordpress-cache-hit-rate/

enhancement