Enable PerformanceEventTiming.interactionId on Nightly
Categories
(Core :: DOM: Performance APIs, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: canova, Assigned: canova)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
We implemented PerformanceEventTiming.interactionId
behind a pref in bug 1934683. Currently there are some spec issues, that's why we are not enabling it yet. But we should enable the dom.performance.event_timing.enable_interactionid
pref on nightly to get interop numbers and test it in a broader audience.
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Backed out for causing bc failures.
- Backout link
- Push with failures
- Failure Log browser_readerMode_menu.js
- Failure Log browser_426329.js
- Failure Log test_textbox_search.xhtml
Comment 5•4 months ago
|
||
bugherder |
Updated•4 months ago
|
Comment 6•4 months ago
|
||
Do we want to add this to the Nightly relnotes? Please add a relnote-firefox?
nomination if yes.
Assignee | ||
Comment 7•4 months ago
|
||
Yes, it would be good to mention this in the relnotes.
Release Note Request (optional, but appreciated)
[Why is this notable]:
This adds support for the interactionId
attribute in the PerformanceEventTiming
API, which is used to calculate the "Interaction to Next Paint" (INP) metric—part of Core Web Vitals. It helps analyze responsiveness and debug long task delays by grouping related input events.
[Affects Firefox for Android]: Yes
[Suggested wording]:
Added support for PerformanceEventTiming.interactionId
, allowing developers to group related input events. This enables support for the Interaction to Next Paint (INP) responsiveness metric.
[Links (documentation, blog post, etc)]:
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEventTiming/interactionId
https://developer.mozilla.org/en-US/docs/Glossary/Interaction_to_next_paint
https://web.dev/articles/inp
Comment 8•4 months ago
|
||
Added to the Nightly relnotes.
Updated•3 months ago
|
Comment 9•6 days ago
|
||
Removed from the Nightly release notes as it's been included for more than 3 cycles now. Feel free to nominate this for a fresh release note once this feature is ready to ride the trains.
Description
•