Round-Trip Time

Deep dive into network latency on the web: an interactive report based on Round-Trip Time (RTT) data from Chrome UX Report (CrUX).

Overview

This is an interactive report to explore network latency on the web. It addresses questions such as: What is the current health of the network? How does it vary by country and website categories? It uses Round-Trip Time (RTT) data from Chrome UX Report (CrUX).

RTT shows the time it takes for a request to go from a client to the server and back (round-trip). In CrUX, it is estimated on the initial page load navigation using navigator.connection.rtt and measured in milliseconds. CrUX provides 75th percentile (p75) aggregated for all domain visits during the past 28 days.

RTT is a diagnostic metric that helps you to understand your audience network connection. Instead of relying on 2G, 3G, or 4G labels (which are also based on RTT), it provides better visibility to your visitors' connection. For example, if your site's average RTT is slow, performance metrics like TTFB or LCP are also likely to be impacted. Consider loading some parts of your site conditionally (learn more). But if RTT is fast and you still have slow metrics, you need to optimize your site. We tried to define fast & slow buckets on the map below. To measure your site's performance, use our free Site Speed Test.

Methodology: we took RTT data for the top 50,000 domains aggregated during August 2024 (excluding empty values, which resulted in 49,799). Here are the median (p50) values by device type:

Mobile
154ms
Desktop
97ms
All Devices
141ms

Usually, 70% of a website's traffic is mobile, which explains why the All Devices value is closer to Mobile than Desktop. The table below provides a detailed breakdown of the RTT distribution with percentiles and statistics:

Mobile
104ms
121ms
154ms
212ms
270ms
27ms
174ms
1664ms
48,804
All Devices
90ms
110ms
141ms
198ms
263ms
27ms
161ms
1661ms
49,799
Desktop
66ms
77ms
97ms
127ms
172ms
18ms
110ms
948ms
40,605

Geography

Let's explore RTT by country. The regional difference is clear and reflects countries' GDP and the location of data centers. Australia and New Zealand famously experience higher RTT due to speed of light limitations, as data centers are primarily located in the US and Europe. We computed regional RTT using top-level domains (TLDs). For example, .nl represents the Netherlands, and .ca is Canada.

The map below displays the median RTT (p50). And the table on the right lists the top 10 fastest and slowest countries. You can interact with the map and use the device switch to change aggregation.

<100ms
100–150ms
150–200ms
200–250ms
>250ms
Rank
Country
p50
1.
Taiwan
52ms
2.
Netherlands
53ms
3.
Sweden
58ms
4.
Switzerland
59ms
5.
Norway
61ms
6.
Japan
66ms
7.
Belgium
66ms
8.
Denmark
66ms
9.
Germany
68ms
10.
Czechia
68ms
...
...
...
61.
Kazakhstan
159ms
62.
Egypt
169ms
63.
South Africa
171ms
64.
Saudi Arabia
184ms
65.
Venezuela
198ms
66.
Kenya
213ms
67.
Sri Lanka
223ms
68.
Iran
235ms
69.
Pakistan
254ms
70.
Nigeria
329ms

Categories

The network latency varies up to 50% by website category. Sectors like E-commerce or Auto-industry tend to invest more in web performance, resulting in lower RTT. In contrast, categories like Entertainment or Adult content, are much slower. To classify websites, we used Chrome's topic classifier (chrome://topics-internals/). Below is an interactive table to explore the network latency across different clusters of the web:

Adult Content
68ms
83ms
105ms
132ms
169ms
18ms
114ms
468ms
4,484
Internet & Telecom
68ms
82ms
105ms
137ms
180ms
20ms
117ms
794ms
2,619
Law & Government
69ms
82ms
110ms
158.5ms
210ms
33ms
127ms
436ms
2,088
Computers & Electronics
66ms
81ms
101ms
129ms
164ms
21ms
111ms
719ms
2,638
Jobs & Education
68ms
81ms
110ms
153ms
207ms
28ms
124ms
482ms
4,279
Arts & Entertainment
68ms
80ms
105ms
135ms
186ms
20ms
117ms
578ms
7,699
Online Communities
65ms
79ms
102ms
134ms
179ms
30ms
114ms
552ms
2,158
Finance
66ms
78ms
98ms
132ms
181ms
36ms
112ms
620ms
2,086
All ☼
66ms
77ms
97ms
127ms
172ms
18ms
110ms
948ms
40,605
Books & Literature
63ms
76ms
102ms
126ms
149ms
36ms
106ms
332ms
1,312
Business & Industrial
66ms
75ms
94ms
123ms
172ms
33ms
109ms
948ms
2,408
Games
63ms
75ms
90ms
114ms
146ms
36ms
100ms
486ms
2,226
Autos & Vehicles
65ms
74ms
86ms
109ms
141ms
36ms
96ms
340ms
1,076
News
65ms
74ms
90ms
118ms
157ms
30ms
103ms
466ms
6,170
Travel & Transportation
65ms
73ms
86ms
108ms
135ms
30ms
96ms
792ms
1,267
Beauty & Fitness
63.5ms
72ms
83ms
105ms
129ms
39ms
93ms
275ms
950
Shopping
64ms
72ms
84ms
107ms
136ms
37ms
95ms
432ms
4,305
Sports
64ms
72ms
84ms
110ms
144ms
33ms
98ms
364ms
1,834
Food & Drink
62ms
69ms
80ms
100ms
129ms
36ms
90ms
319ms
857

Next: This is the first iteration of the report. We plan to expand its functionality once more RTT data is available in CrUX. Feel free to contact us via Email or Twitter and suggest your ideas and improvements.