Bug 232147 - Preconnect to link's target on click
Summary: Preconnect to link's target on click
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: 232668
Blocks:
  Show dependency treegraph
 
Reported: 2021-10-22 08:42 PDT by Chris Dumez
Modified: 2021-11-03 07:47 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.23 KB, patch)
2021-10-22 08:44 PDT, Chris Dumez
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (3.38 KB, patch)
2021-10-22 10:30 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (3.44 KB, patch)
2021-10-22 14:08 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 2021-10-22 08:42:43 PDT
Preconnect to link's target on click, for reduced page load time.
Comment 1 Chris Dumez 2021-10-22 08:44:21 PDT
Created attachment 442166 [details]
Patch
Comment 2 Ben Nham 2021-10-22 09:50:32 PDT
Seems like a reasonable analog to the existing preconnect in WebPageProxy::loadRequest.
Comment 3 Chris Dumez 2021-10-22 10:30:29 PDT
Created attachment 442178 [details]
Patch
Comment 4 Chris Dumez 2021-10-22 14:08:05 PDT
Created attachment 442198 [details]
Patch
Comment 5 EWS 2021-10-22 17:19:35 PDT
Committed r284730 (243442@main): <https://commits.webkit.org/243442@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 442198 [details].
Comment 6 Radar WebKit Bug Importer 2021-10-22 17:20:18 PDT
<rdar://problem/84570015>
Comment 7 Chris Dumez 2021-11-03 07:47:54 PDT
Follow-up fix in Bug 232668.