Bug 83986

Summary: Web Inspector: Network view: add a per-file Cache tab
Product: WebKit Reporter: Johan Sundström <oyasumi+bugs.webkit.org>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Enhancement CC: apavlov, bweinstein, joepeck, keishi, loislo, paulirish, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Johan Sundström 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.
Comment 1 Brian Burg 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.