You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a proposal for Largest Contentful Paint (LCP) which is only missing from Safari/Webkit now, but Cumulative Layout Shift (CLS) and Interaction to Next Paint (INP) are also missing from both Safari/Webkit and Firefox. These metrics are exceptionally useful for monitoring and optimising websites, particularly when attribution is collected.
Given the nuances between the different browsers, we cannot solely depend on data from Chromium:
Browsers operate differently in many areas (e.g. tight mode)
Some support unpolyfillable features (e.g. Speculation Rules) that have a huge impact on performance
Polyfills and alternative code paths can have wildly different performance characteristics to their platform-native counterparts
iOS users have different upgrade paths / device performance characteristics to Android users
In terms of implementation, it definitely makes sense to break these metrics into separate deliverables, but from a voting point of view, maybe keeping them wrapped up under one "Core Web Vitals" proposal to gauge interest might be more accurate?
Description
There's a proposal for Largest Contentful Paint (LCP) which is only missing from Safari/Webkit now, but Cumulative Layout Shift (CLS) and Interaction to Next Paint (INP) are also missing from both Safari/Webkit and Firefox. These metrics are exceptionally useful for monitoring and optimising websites, particularly when attribution is collected.
Given the nuances between the different browsers, we cannot solely depend on data from Chromium:
In terms of implementation, it definitely makes sense to break these metrics into separate deliverables, but from a voting point of view, maybe keeping them wrapped up under one "Core Web Vitals" proposal to gauge interest might be more accurate?
Specifications
(Note the latter two aren't full specs for the metrics, but the APIs they depend on. The metrics are calculated in userland from these)
Specification
W3C
Additional Signals
interactionId
(necessary for accurate INP)The text was updated successfully, but these errors were encountered: