NEW 137113
Web Inspector: Should show until when a resource is cached
https://bugs.webkit.org/show_bug.cgi?id=137113
Summary Web Inspector: Should show until when a resource is cached
Martin Häcker
Reported 2014-09-25 02:40:46 PDT
Currently it is very hard to debug caching issues using the webkit inspector. Ideally when I look at a resource (for example a js file) I want to see if this object is added to the cache, and for how long it will stay there. Bonus if you can tie this back to the originators of this information. This is the current report one gets when requesting a resource: Anfrage & Antwort Methode GET im Cache Nein Status OK Code 200 Codiert 41.48 KB Decodiert 41.48 KB Übertragen 41.72 KB Komprimiert Nein What this doesn't tell me (and I don't care if it is shown at another place in the UI, but this seems logical as the cached status is already shown here) is if this resource is GOING INTO the browser cache and for how long it will stay there by itself. The Information I want would be something like this: in Cache NO (Now cached for 24 hours) in Cache NO (Now cached until 23:30 tomorrow) Bonus points if there is a tooltip or more detailed info available that tells me something like Resource is cacheable because it specified Cache-Control: public and Cache-Control:max-age=49249. The Expires:Thu, 25 Sep 2014 23:30:00 GMT says something different but will be ignored as per RFC <link> This would greatly ease debugging caching issues as it gives definitive information what the browser intents to to do with a file and how it interprets what the server told it.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-09-25 02:40:57 PDT
Martin Häcker
Comment 2 2014-09-25 02:45:33 PDT
See also bug #137115 for the reverse scenario
Note You need to log in before you can comment on or make changes to this bug.