Recipes for extracting insights from the Chrome User Experience Report (CrUX).
- Counting the number of distinct origins
- Searching for origins by their domain
- Generating First Contentful Paint (FCP) histogram data for an origin
- Generating FCP histograms for each device
- Measuring proportion of device usage
- Generating FCP histogram with normalized bin widths
- Generating timeseries of competitors' fast FCP
Pull requests welcome!
- See CONTRIBUTING.md
- Standard SQL preferred
- Match formatting of existing recipes ("Format Query" on BigQuery doesn't always look good)
- Name your recipe using descriptive keywords (eg
median-fcp.sql
) - Use lots of comments whenever needed to help users understand what you're doing, why you're doing it that way, and any limitations of your approach
- Queries that consume 10+ GB must be noted in the comments
- Assign PR to @rviscomi for review