Bug 1657188 Comment 1 Edit History

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

Four probes should be added:
* TIME_TO_LOAD_EVENT_START_REL_PRELOAD_MS
* TIME_TO_LOAD_EVENT_START_REL_PRELOAD_MS
Four probes should be added:
* `TIME_TO_LOAD_EVENT_START_REL_PRELOAD_MS`: identical to ` TIME_TO_LOAD_EVENT_START_MS`, but only reported if `network.preload=true` and the document tree contained a document with a `<link rel=preload>` element.
* `TIME_TO_LOAD_EVENT_END_REL_PRELOAD_MS`:  identical to ` TIME_TO_LOAD_EVENT_END_MS`, but only reported if `network.preload=true` and the document tree contained a document with a `<link rel=preload>` element.
* `TIME_TO_LOAD_EVENT_START_NO_REL_PRELOAD_MS`:  identical to ` TIME_TO_LOAD_EVENT_START_MS`, but only reported if `network.preload=false` or the document tree did not contain a document with a `<link rel=preload>` element.
* TIME_TO_LOAD_EVENT_END_NO_REL_PRELOAD_MS: identical to `TIME_TO_LOAD_EVENT_END_MS`, but only reported if `network.preload=false` or the document tree did not contain a document with a `<link rel=preload>` element.

Back to Bug 1657188 Comment 1