Bug 141159 - Memory cache for resources pending disk write
Summary: Memory cache for resources pending disk write
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-02 07:16 PST by Antti Koivisto
Modified: 2015-02-03 11:31 PST (History)
0 users

See Also:


Attachments
patch (10.40 KB, patch)
2015-02-02 08:56 PST, Antti Koivisto
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2015-02-02 07:16:08 PST
If a resource is requested from the disk cache before it has been written we end up loading it again. Add a short lived memory cache to avoid this.
Comment 1 Antti Koivisto 2015-02-02 08:56:01 PST
Created attachment 245881 [details]
patch
Comment 2 Antti Koivisto 2015-02-03 11:31:46 PST
https://trac.webkit.org/r179547