[Webkit-unassigned] [Bug 189760] New: Resource Load Statistics: Relax cap on partitioned cache max age if reloads result in the same bytes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 19 12:17:28 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189760
Bug ID: 189760
Summary: Resource Load Statistics: Relax cap on partitioned
cache max age if reloads result in the same bytes
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: wilander at apple.com
We should add logic to achieve the following:
1. Set cache max age cap for prevalent resources to N days.
2. Start every new cache entry with a max age cap multiplier M = 1.
3. When a cache entry for a prevalent resource reaches the age of N*M days, discard it, but hold on to its checksum and M.
4. If the reload results in the same checksum, increase M according to some scheme such as linear or doubling, until it reaches a year.
--
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/20180919/890e1923/attachment.html>
More information about the webkit-unassigned
mailing list