[Webkit-unassigned] [Bug 169865] Web Inspector: Disable Cache When Inspector Open
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 19 13:41:01 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=169865
Brian Burg <bburg at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bburg at apple.com
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Brian Burg <bburg at apple.com> ---
This would be extremely confusing to most people. Completely disabling caches does not match any browsing mode and has unexpected behavior. And it would make the Network and Timeline tab results completely useless if you are trying to diagnose performance issues a user sees.
In the Inspector there is a Reload From Origin command (Cmd-Shift-R), which essentially makes all cache lookups fail (but still caches the responses). This is what you want to use if you suspect there is stale content. We could consider adding that to Safari itself, but such enhancements are tracked via bugreport.apple.com, not WebKit bugzilla.
There are also many server-side things you can do to bust out of the cache.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170319/aa149e9c/attachment.html>
More information about the webkit-unassigned
mailing list