Average TTFB Mobile

94 views
Skip to first unread message

Mik Dunne

unread,
Dec 5, 2023, 3:56:32 AM12/5/23
to Chrome UX Report (Discussions)
Hi, 

I have fixed the TTFB on both mobile and desktop for a site. The average has come down on Desktop, but the average seems to be taking much longer to come down on Mobile. 

We've seen a massive improvement in CRUX report, however the TTFB was fixed from Oct 2nd onwards and it's well under 1 second on both mobile and desktop, but still showing 1.3 seconds on Page Speed Insights. 

Is this normal? Does it take longer for the average come down on mobile? 

Thanks 

Mik Dunne

unread,
Dec 5, 2023, 4:00:11 AM12/5/23
to Chrome UX Report (Discussions), Mik Dunne
Here's a screenshot showing the improvement

CRUX Oct 2023.png

I wonder is it because the average was so poor over many months before? However, I though it measured a 28 day period? 

Thanks

Mik Dunne

unread,
Dec 5, 2023, 4:07:45 AM12/5/23
to Chrome UX Report (Discussions), Mik Dunne
The screenshot above is Mobile only, here is Desktop CRUX Oct 2023 desktop.png

❄ Johannes Henkel

unread,
Dec 5, 2023, 1:18:14 PM12/5/23
to Mik Dunne, Chrome UX Report (Discussions)
The CrUX data in PSI is a 28 day period, in all cases.
It is also the same data that's in the CrUX API, so if you want to know the time interval, you can look at the CrUX API responses, particularly the part that's called CollectionPeriod.
E.g. (assumes API_KEY is set):
curl -s --request POST "https://chromeuxreport.googleapis.com/v1/records:queryRecord?key=$API_KEY"     --header 'Accept: application/json'     --header 'Content-Type: application/json'     --data '{"formFactor":"PHONE","origin":"https://www.example.com","metrics":["experimental_time_to_first_byte"]}'

You may also like looking at the crux history api, since it has weekly data points (28 day aggregation each).

This tool (not Google) uses the history API to make graphs such that underneath each bar it tells you the collection period.


--
You received this message because you are subscribed to the Google Groups "Chrome UX Report (Discussions)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chrome-ux-repo...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chrome-ux-report/48145468-2f6e-44de-b087-60473bc68760n%40chromium.org.

Mik Dunne

unread,
Dec 5, 2023, 10:12:32 PM12/5/23
to Chrome UX Report (Discussions), joha...@google.com, Chrome UX Report (Discussions), Mik Dunne
Great, thanks for the links and data, pretty helpful!
Reply all
Reply to author
Forward
0 new messages