Bug 185985 - Avoid triggering network cache speculative revalidation for loads allowing expired content
Summary: Avoid triggering network cache speculative revalidation for loads allowing ex...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-05-25 09:46 PDT by Chris Dumez
Modified: 2018-05-25 10:24 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.87 KB, patch)
2018-05-25 09:49 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2018-05-25 09:46:41 PDT
Avoid triggering network cache speculative revalidation for loads allowing expired content (e.g. history loads). This causes us to do unnecessary revalidations.
Comment 1 Chris Dumez 2018-05-25 09:49:18 PDT
Created attachment 341296 [details]
Patch
Comment 2 Geoffrey Garen 2018-05-25 09:58:23 PDT
If we skip speculative revalidation, does that mean that we'll also skip the optimization that brings all the resources for a given URL into memory?
Comment 3 WebKit Commit Bot 2018-05-25 10:23:19 PDT
Comment on attachment 341296 [details]
Patch

Clearing flags on attachment: 341296

Committed r232190: <https://trac.webkit.org/changeset/232190>
Comment 4 WebKit Commit Bot 2018-05-25 10:23:21 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-05-25 10:24:55 PDT
<rdar://problem/40557978>