Hi CrUX Team,
I have been using ect (Effective Connection Type) as a filtering condition in my queries, but with the recent addition of round_trip_time (RTT) data in the CrUX dataset, I am considering switching to RTT-based filtering instead.
Currently, my query looks like this:
I would like to modify this query to filter based on round_trip_time instead of ect. Specifically, I want to retrieve largest_contentful_paint values only when the RTT is 270ms or lower.
Could you advise on the best way to achieve this? Additionally, are there any notable differences or limitations in using RTT compared to ECT for filtering?
thanks
An important difference is that ECT was a CrUX dimension—meaning the other metrics could be segmented by ECT. RTT is a CrUX metric instead of a dimension, so it's not possible to view LCP by RTT for example, but only to see the RTTs by the other dimensions (device type and country).
This may sound more limiting, but the move from dimension to metric actually unlocks more data in CrUX. This is because CrUX has certain minimum thresholds before we are able to show data. We already made dimensions optional in 2022 meaning we removed ECT, or device where necessary to report at a higher level, but metrics that were not on most page loads (Interaction to Next Paint (INP), different navigation types, and now LCP image subparts) were frequently not available for origins in BigQuery.
By reducing the number of dimensions, the data is less segmented, so the number of origins meeting these minimum requirements is increased. In January, we report INP for 68.1% of origins, whereas for the December dataset, we reported INP only for 64.5% of origins. The mechanism applies also to Navigation Types, the LCP Subparts and Resource Types in this release—they all benefit from the removal of the ECT dimension. In the CrUX APIs, the increased coverage has taken effect from the beginning of February.
--
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 visit https://groups.google.com/a/chromium.org/d/msgid/chrome-ux-report/d08429aa-7e42-4391-b12a-2d0531b6f222n%40chromium.org.
Thank you for your prompt response and clarification. I appreciate your time and effort in addressing my inquiry.
Best regards,