Document network request scheduling and prioritization system
Categories
(Core :: Networking, task, P3)
Tracking
()
People
(Reporter: acreskey, Unassigned)
References
(Blocks 3 open bugs)
Details
(Keywords: leave-open, Whiteboard: [necko-triaged])
Attachments
(3 files)
Firefox, Necko, and Dom use a complex system to schedule and prioritize network requests.
This includes modules that interact with each other -- supportsPriority, classOfService, thirdPartyTracking, speculativeLoading, and image priority shifting.
And the behaviour changes based on the version of the http protocol being used.
It would be helpful to have these systems documented.
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 1•1 year ago
|
||
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 2•1 year ago
|
||
Add first draft documentation of our network prioritization so that we can iterate on it and refine it.
Comment 4•1 year ago
|
||
The "Resource Scheduling and Priority Table" from the initial draft only mentions the effect of fetchpriority on Image and Fetch but it affects more. This hedgedoc (maybe not up-to-date) gives more details: https://notes.igalia.com/s/dGX-j1_7O#Support-for-HTTP2-1
Updated•1 year ago
|
Comment 5•1 year ago
|
||
| bugherder | ||
| Reporter | ||
Comment 6•1 year ago
|
||
First version is published:
https://firefox-source-docs.mozilla.org/networking/http/prioritization.html
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 7•1 year ago
|
||
Updated•1 year ago
|
Comment 9•1 year ago
|
||
| bugherder | ||
| Reporter | ||
Comment 10•1 year ago
|
||
Update prioritization, scheduling to include CSS, JS specifics.
Updated•1 year ago
|
Comment 11•1 year ago
|
||
Comment 12•1 year ago
|
||
| bugherder | ||
| Reporter | ||
Updated•1 year ago
|
Comment 13•11 months ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:smayya, maybe it's time to close this bug?
For more information, please visit BugBot documentation.
Updated•11 months ago
|
Description
•