-
-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
Description
Google provides a library called web-vitals to collect web vitals metrics in a way that matches Google products and services collect those metrics in PageSpeed API / CrUX reports.
And then, Lighthouse scores can be calculated off these basic metrics using the official formula seen at https://googlechrome.github.io/lighthouse/scorecalc/#FCP=2741&SI=8006&FMP=3454&TTI=10926&FCI=6500&LCP=7680&TBT=267&CLS=0.06&device=desktop&version=9
So I was wondering if this would be a good addition to QM, to have a new panel that displays those front-end metrics for the user, and provide a path for learning how to improve them by linking to full PageSpeed reports.
johnbillion, lkraav and adamsilversteincrstauf