mpchadwick / Mpchadwick_PageCacheHitRate

Monitor your Magento site's Page Cache Hit Rate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show actual URL for misses

mpchadwick opened this issue · comments

Per this comment url is showing the URL after having been passed through Magento's rewrite logic for misses. Would be better to try to keep consistent. Here's an example...

2016-06-02T02:07:09+00:00 DEBUG (7): {"url":"http:\/\/magento-1_14_1_0.dev\/catalog\/category\/view\/id\/40","ip":"172.16.9.1","type":"miss","route":"catalog\/category\/view"}
2016-06-02T02:07:12+00:00 DEBUG (7): {"url":"http:\/\/magento-1_14_1_0.dev\/men\/blazers.html","ip":"172.16.9.1","type":"partial","route":"catalog\/category\/view"}
2016-06-02T02:07:14+00:00 DEBUG (7): {"url":"http:\/\/magento-1_14_1_0.dev\/men\/blazers.html","ip":"172.16.9.1","type":"hit","route":"catalog\/category\/view"}