Add preconnect to existing early hint telemetry
Categories
(Core :: Networking: HTTP, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: mleclair, Assigned: mleclair)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(3 files)
We currently only support preload
in the telemetry with the different type received. We should also collect the preconnect
early hint to see the real total early hints that we encounter in the wild
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Comment 3•2 years ago
•
|
||
Could you expand this to also add telemetry for rel=modulepreload
or should I open a separate bug for that? I just noticed that this is the way javascript module preloads are specified[1]. I've opened Bug 1798319 to track adding support for that. Our current implementation doesn't use the preloaded module script, but fetches the script twice. Somehow the test is missing. We only have a preload javascript test, not a preload module test, I probably forgot to add it.
Assignee | ||
Comment 4•2 years ago
|
||
I think we can just add it here. If its for rel and the same probe. Good catch and thanks for pointing it out
Comment 5•2 years ago
|
||
Comment on attachment 9300792 [details]
Data_Request_1797936
PRELIMINARY NOTES:
Since this collection is Glean, you can use ./mach data-review <bug number>
to create a data review response template including all metrics that have <bug number>
in their bugs
fields. Should help save you some time next time.
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
No. This collection will expire in Firefox 109.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does the data collection use a third-party collection tool?
No.
Result: datareview+
Comment 6•2 years ago
|
||
Comment 8•2 years ago
|
||
bugherder |
Description
•