CrUX is the Chrome UX Report from Google. This crash course will take you through everything you need to get the most out of the data.
https://developers.google.com/web/tools/chrome-user-experience-report/
https://web.dev/fast/chrome-ux-report
- walkthroughs of using CrUX tools
https://github.com/GoogleChrome/CrUX
- CrUX Cookbook
- utils for analyzing CrUX data
- page and origin-level CrUX data
- daily aggregations
- historical UX trends
- customizable, shareable, and embeddable dashboard built on Data Studio
https://www.thinkwithgoogle.com/feature/testmysite
- mobile domain FCP comparisons
- speed/revenue calculator
https://developers.google.com/speed/docs/insights/v5/get-started
- runs Lighthouse on the given URL
- returns page and origin-level CrUX data
- explore the API without writing code
- blog post with steps to create a daily monitoring dashboard in Sheets
https://github.com/GoogleChrome/CrUX/tree/master/gs
- example script to monitor CrUX using the PSI API and log to Sheets
https://docs.google.com/spreadsheets/d/1VBHLI7v_07t8iDlagrYgiLaYrKGMTRJRwonZ5I4MPm8/edit?usp=sharing
- demo of v4 API sheet
https://datastudio.google.com/open/1hHb7H3FMe0HanjgpBRh9Cbk1k4QmzUoW
- connect Sheets to Data Studio for prettier data viz
https://docs.google.com/spreadsheets/d/1mFWe_KbO8_MevyzrDyULbB3SQqXiciKlzWJfmyUBneU/edit?usp=sharing
- demo of v5 API sheet
https://bigquery.cloud.google.com/project/chrome-ux-report
https://github.com/GoogleChrome/CrUX/tree/master/sql
- "CrUX Cookbook"
- sample recipes