Bug 185985

Summary: Avoid triggering network cache speculative revalidation for loads allowing expired content
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Page LoadingAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, cgarcia, commit-queue, ews-watchlist, ggaren, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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>