[Webkit-unassigned] [Bug 226083] Don't hang onto expired resources without validation headers in memory cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 11:51:58 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226083

--- Comment #13 from Antti Koivisto <koivisto at iki.fi> ---
Reusing a resource from memory cache may also save decoding for images, parsing for  stylesheets, text decoding etc. (though decoded versions are thrown out pretty fast anyway for unreferenced resources).

But yeah, it might be time to throw out the entire revalidation logic in memory cache. Would certainly simplify things. Part of its job used to be to cover things networking layer wasn't handling well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210526/9b07463c/attachment.htm>


More information about the webkit-unassigned mailing list