Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [chrome-ux-report]

Chrome UX Report provides user experience reports generated by Chrome for real user performance metrics, across the public web.

chrome-ux-report
7 questions with no upvoted or accepted answers
3 votes
1 answer
112 views

CRUX API throws error when I want to get loading experience data(LCP,CLS,FID) of a URL that have a redirection(301)

I want to use CRUX API to get URL based loading experience data(LCP, CLS, FID). If the URL have a redirection due to something missing in cookie, CRUX API returns error. But CRUX API querying with URL ...
Mustafa Birinci's user avatar
2 votes
1 answer
672 views

Why does PSI API put values of originLoadingExperience in loadingExperience, in case CRuX does not have sufficient real-world speed data for the page?

In case the Chrome User Experience Report does not have sufficient real-world speed data for the page, the response of the PSI API (v5) does contain values for all properties of loadingExperience in ...
Aaron Peters's user avatar
0 votes
0 answers
13 views

Connecting chrome-ux-report dataset in BigQuery via service account

I can access chrome-ux-report via BigQuery UI which is fine. But I would connect to the dataseta chrome-ux-report via service account, trought 3rd-party-connectors or 3rd-party BigQuery client (such ...
Gianluca Il Gege Gerla's user avatar
0 votes
1 answer
52 views

Web vitals score

I have question about how to get data for Web vitals score. I am using Google Lighthouse and i wanted to edit score values for the latest ones. Right in the source files there are links like this - ...
vebrt's user avatar
  • 1
0 votes
1 answer
82 views

Metrics responsed in random order on querying CrUX Report API

I queries to CrUX Report API, as dev docs show. Instead of origin I use url to get data for certain URLs, so my query looks like: curl https://chromeuxreport.googleapis.com/v1/records:queryRecord?key=...
Evgeniy's user avatar
  • 2,491
0 votes
1 answer
81 views

Find Origin that passed Core Web Vitals Stat?

The changelog (https://developers.google.com/web/tools/chrome-user-experience-report/bigquery/changelog)reports the origins having good Core Web Vitals, and This info is excellent! Please share if ...
Sham's user avatar
  • 1
0 votes
0 answers
79 views

SQL: Query used in online guide for ttfb doesn't return any results in BigQuery

To create automatic sitespeed reports I have been following this guide: How to create a site speed report based on crux However when I paste (and change the crux database to a specific country and ...
Miesjell's user avatar