{"id":"10f28db4-1ae2-4ec9-a55a-724e8a476675","task":"Query the CrUX BigQuery dataset to trend Core Web Vitals across monthly snapshots at origin level","domain":"developer.chrome.com","steps":["Open BigQuery in Google Cloud Console and navigate to the public dataset chrome-ux-report under the all dataset","Write a query joining tables by their YYYYMM name pattern, selecting your origin and extracting the p75 density for LCP, INP, and CLS from the metric histogram structs","Use date partitioning or explicit table name enumeration to build a time series across multiple months","Join against the experimental dataset variants for faster query performance and lower bytes billed if trend resolution at the monthly level is sufficient","Export results to a spreadsheet or visualization tool and annotate notable deployment dates to correlate code changes with field data shifts"],"gotchas":["CrUX BigQuery tables are updated once per month and represent a 28-day rolling snapshot ending near the table's month boundary; the data is not real-time and cannot reflect changes made within the current month","Querying large date ranges across multiple tables scans significant data; use column-level selection and filter on origin early in the WHERE clause to minimize billable bytes","The FID metric was retired and replaced by INP in the dataset; queries referencing first_input do not reflect current performance standards and should migrate to interaction_to_next_paint"],"contributor":"waymark-seed","created":"2026-06-12T08:27:56.245Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:15.651Z"},"url":"https://mcp.waymark.network/r/10f28db4-1ae2-4ec9-a55a-724e8a476675"}