You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
It would be helpful if the 'mod_pagespeed_statistics' handler could be enhanced
to provide, per VHOST granularity as opposed to global statistics.
If there is an alternative, please let me know.
Thanks
Original issue reported on code.google.com by hayes...@gmail.com on 7 May 2012 at 5:27
The text was updated successfully, but these errors were encountered:
I think this is possible. We debated about making statistics work this way
when initially designing them, but didn't for two reasons:
- the initial implementation of statistics was not scalable to have a
distinct set for each vhost (but this is no longer the case)
- we rationalized that to monitor server health you wanted to see the statistics
aggregated together. However it might be reasonable to bind them to the
cache directory.
The main challenge now is figuring when we could get this done.
Original comment by jmara...@google.com on 8 May 2012 at 2:29
Original issue reported on code.google.com by
hayes...@gmail.com
on 7 May 2012 at 5:27The text was updated successfully, but these errors were encountered: