RESOLVED INVALID 83986
Web Inspector: Network view: add a per-file Cache tab
https://bugs.webkit.org/show_bug.cgi?id=83986
Summary Web Inspector: Network view: add a per-file Cache tab
Johan Sundström
Reported 2012-04-14 14:11:28 PDT
For http header cache debugging and performance tuning, add a "Cache" sibling tab to the Headers, Preview and Response tabs, which would list for each file: * if it was loaded immediately from the browser cache * if it first polled the server for a fresher version * if it ended up (re)fetching the file from the server * if it ended up committed to the browser cache, and for how long * in human language, for each of the above, why that was the case In other words, a literal description, down to the specific combination of http headers (and their contents) passed from a potential prior request to that file, and (where applicable) in combination with the current request to the file, the mechanics implemented by the browser's cache mechanics which created that specific outcome. Of course, any other parameters invoked that go into these decisions which I might have glossed over should also be noted; initial specs always need some evolving.
Attachments
Brian Burg
Comment 1 2014-12-12 14:35:48 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.