mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1915852 - Update prioritization.html to reflect changes in font fetchpriority adjustments r=acreskey,necko-reviewers,kershaw DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D228078
This commit is contained in:
parent
bf93eb8cac
commit
254a8ee26a
@ -48,7 +48,7 @@ These priorities are calculated based on the following factors:
|
||||
| **JavaScript (Async)** | `TailAllowed (512), Unblocked (16)` | `PRIORITY_NORMAL, 0` | `3` | `false` | |
|
||||
| **JavaScript (Defer)** | `Unblocked (16)` | `PRIORITY_NORMAL, 0` | `3` | `false` | |
|
||||
| **Font @font-face** | `TailForbidden (1024)` | `PRIORITY_HIGH, -10` | `3` | `false` | Urgency affected by `TailForbidden` CoS |
|
||||
| **Font (rel=preload)** | `TailForbidden (1024), Unblocked (16)` | `PRIORITY_HIGH, -10`<br>`fetchpriority=high: PRIORITY_HIGH, -10`<br>`fetchpriority=low: PRIORITY_LOW, 10` | `2`<br>`fetchpriority=high: 2`<br>`fetchpriority=low: 4` | `false` | |
|
||||
| **Font (rel=preload)** | `TailForbidden (1024), Unblocked (16)` | `PRIORITY_HIGH, -10`<br>`fetchpriority=high: PRIORITY_HIGHEST, -20`<br>`fetchpriority=low: PRIORITY_LOW, 10` | `2`<br>`fetchpriority=high: 1`<br>`fetchpriority=low: 4` | `false` | |
|
||||
| **Image** | `(0)` | `PRIORITY_LOW, 10`<br>`fetchpriority=high: PRIORITY_HIGH, -10`<br>`fetchpriority=low: PRIORITY_LOWEST, 20` | `5`<br>`fetchpriority=high: 3`<br>`fetchpriority=low: 6` | `true` | |
|
||||
| **Image (rel=preload)** | `(0)` | `PRIORITY_LOW, 10`<br>`fetchpriority=high: PRIORITY_HIGH, -10`<br>`fetchpriority=low: PRIORITY_LOWEST, 20` | `4`<br>`fetchpriority=high: 3`<br>`fetchpriority=low: 5` | `true` | |
|
||||
| **Image (About to Be Rendered)** | `(0)` | `PRIORITY_HIGH, -10` | `3` | `true` | See: [image_layout_network_priority](https://searchfox.org/mozilla-central/rev/a13db27562f9237db97e2ea5b01dc879d5b55b74/modules/libpref/init/StaticPrefList.yaml#7429-7431) and [bug 1915817](https://bugzilla.mozilla.org/show_bug.cgi?id=1915817) |
|
||||
|
Loading…
Reference in New Issue
Block a user