Bug 220728 - Implement visibility based resource load scheduling for low priority resources
Summary: Implement visibility based resource load scheduling for low priority resources
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: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 220726
  Show dependency treegraph
 
Reported: 2021-01-19 02:49 PST by Antti Koivisto
Modified: 2021-01-27 04:39 PST (History)
11 users (show)

See Also:


Attachments
patch (51.39 KB, patch)
2021-01-25 05:47 PST, Antti Koivisto
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
patch (51.39 KB, patch)
2021-01-26 07:02 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff
patch (48.97 KB, patch)
2021-01-26 09:17 PST, Antti Koivisto
ggaren: review+
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
patch (49.48 KB, patch)
2021-01-27 03:26 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2021-01-19 02:49:32 PST
With HTTP/2 image loads can saturate the connection and cause the loading of more important resources to be delayed (https://blog.cloudflare.com/better-http-2-prioritization-for-a-faster-web/ for a pretty good analysis). We should do some scheduling in the network process.
Comment 1 Antti Koivisto 2021-01-25 05:47:00 PST
Created attachment 418281 [details]
patch
Comment 2 Radar WebKit Bug Importer 2021-01-26 02:50:14 PST
<rdar://problem/73610046>
Comment 3 Antti Koivisto 2021-01-26 07:02:11 PST
Created attachment 418415 [details]
patch
Comment 4 Antti Koivisto 2021-01-26 09:17:35 PST
Created attachment 418429 [details]
patch
Comment 5 Geoffrey Garen 2021-01-26 13:46:02 PST
Comment on attachment 418429 [details]
patch

r=me

I didn't check the EWS issues; might be something to fix before landing.
Comment 6 Antti Koivisto 2021-01-27 03:26:48 PST
Created attachment 418522 [details]
patch
Comment 7 EWS 2021-01-27 04:39:33 PST
Committed r271946: <https://trac.webkit.org/changeset/271946>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 418522 [details].