Bug 1795896 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

To not waste metered data, we shouldn't load early hint preloads, because they might not get used in the final response.

When phase2 lands, we only preload early hints if the configs `network.early-hints.enabled true` and `network.preload true` (responsible for Link-Header and Link-Element preloads) are set.

It seems to me like we do have preload enabled in Fenix. So we should decide whether we want to disable early hint preloads, all preloads or keep as is.
To not waste metered data, we shouldn't load early hint preloads, because they might not get used in the final response.

When early hint phase2 lands, we only preload early hints if the configs `network.early-hints.enabled true` and `network.preload true` (responsible for Link-Header and Link-Element preloads) are set.

It seems to me like we do have preload enabled in Fenix. So we should decide whether we want to disable early hint preloads, all preloads or keep as is.

Back to Bug 1795896 Comment 0