Hello,
A lot of traffic on the Web is from Google Discover Feed, especially from Google App with referer: android-app://com.google.android.googlequicksearchbox/ .
I see that traffic has a bigger TTFB around ~90 ms for P75, than from other sources.
I start investigation:
Traffic from the Google App is open in Custom Tabs and it’s counts to CrUX.
Custom Tabs could be traced from Android device.
Recorded tracing for open news from Google Discover and checked navigation related traces
On the record is some delay. I guess, that tasks are related to warmup Custom Tabs.
There is something like UNO https://calendar.perfplanet.com/2024/uno/ . For that traffic UNO for P75 is ~90 ms from users. We start logging missing gaps for calculating TTFB with this gaps.
The gap between startTime and redirectStart (this could be workerStart or fetchStart it depends) for P75 is ~ 85 ms. It’s almost the total value of UNO.
I think that the “warmup” phase should not be included in the value of TTFB. It’s not related to the site. We can’t improve this. It’s browser delay. I guess that navigation could start after this phase.
Sites where a lot of traffic is from Google Discover have a worse TTFB than direct traffic.
I think that the “warmup” phase should not be included in the value of TTFB. It’s not related to the site. We can’t improve this. It’s browser delay. I guess that navigation could start after this phase.
--
You received this message because you are subscribed to the Google Groups "web-vitals-feedback" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web-vitals-feed...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/web-vitals-feedback/b133934f-1988-44d2-a396-473f5dec00c5n%40googlegroups.com.
I'll see if we can forward it on to the relevant team. I know that they are very keen to reduce these sorts of delays (see this recent post as an example of delays like this which they worked on reducing).