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
- Rename title/description per suggestion ("Core Web Vitals histograms")
- Restructure button bar so all 3 buttons appear first in DOM order,
followed by content wrappers (fixes tab order)
- Remove per-component metric selectors; the pass-rate timeseries
selector now drives the geo breakdown and histogram via a shared
cwv-metric-change event
- Deep-linking works via ?good-cwv-over-time=CLS
- Histogram resolves "overall" to LCP (has no combined view)
- Titles update dynamically ("LCP histogram", "INP geographic breakdown")
- Rename "Show distribution" button to "Show histogram"
Copy file name to clipboardExpand all lines: config/techreport.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -737,8 +737,8 @@
737
737
},
738
738
"cwv_distribution": {
739
739
"id": "cwv_distribution",
740
-
"title": "Core Web Vitals distribution",
741
-
"description": "How origins are distributed across performance buckets for individual Core Web Vitals metrics. Green, orange, and red zones indicate good, needs improvement, and poor thresholds respectively.",
740
+
"title": "Core Web Vitals histograms",
741
+
"description": "How origins are distributed for individual Core Web Vitals metrics. Green, orange, and red zones indicate good, needs improvement, and poor thresholds respectively.",
0 commit comments