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:

All Devices
90ms
110ms
141ms
198ms
263ms
27ms
161ms
1661ms
49,799
Mobile
104ms
121ms
154ms
212ms
270ms
27ms
174ms
1664ms
48,804
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.
Netherlands
71ms
2.
Norway
81ms
3.
Sweden
84ms
4.
Denmark
85ms
5.
Belgium
91ms
6.
Germany
93ms
7.
Czechia
93ms
8.
Hungary
95ms
9.
United Kingdom
97ms
10.
Switzerland
97ms
...
...
...
61.
Saudi Arabia
217ms
62.
India
223ms
63.
Egypt
225ms
64.
South Africa
247ms
65.
Venezuela
250ms
66.
Kenya
269ms
67.
Sri Lanka
269ms
68.
Iran
279ms
69.
Pakistan
316ms
70.
Nigeria
351ms

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:

All ☼
104ms
121ms
154ms
212ms
270ms
27ms
174ms
1664ms
48,804
Arts & Entertainment
111ms
130ms
168ms
229ms
280ms
56ms
186ms
809ms
9,932
News
99ms
116ms
141ms
189ms
252ms
57ms
161ms
838ms
7,602
Adult Content
114ms
137ms
183ms
251ms
309ms
60ms
201ms
1001ms
6,539
Shopping
93ms
109ms
128ms
159ms
213ms
54ms
142ms
617ms
4,589
Jobs & Education
108ms
129ms
167ms
221ms
272ms
55ms
181ms
696ms
4,253
Internet & Telecom
111ms
131ms
169ms
219ms
267ms
63ms
183ms
1664ms
3,127
Games
109ms
127ms
155ms
199ms
256ms
56ms
170ms
778ms
2,969
Computers & Electronics
115ms
134ms
168ms
215ms
263ms
57ms
181ms
1334ms
2,873
Online Communities
106ms
127ms
168ms
225ms
279ms
56ms
183ms
693ms
2,701
Business & Industrial
102ms
119ms
147ms
199ms
255ms
62ms
167ms
1157ms
2,681
Finance
107ms
123ms
154ms
202ms
259ms
63ms
171ms
591ms
2,358
Sports
100ms
116ms
138ms
186ms
252ms
59ms
160ms
738ms
2,289
Law & Government
107ms
125ms
162ms
219ms
267ms
64ms
177ms
647ms
2,150
Books & Literature
106ms
122ms
162ms
215ms
260ms
56ms
174ms
556ms
1,462
Travel & Transportation
101ms
117ms
137ms
174ms
223ms
63ms
153ms
820ms
1,438
Autos & Vehicles
100ms
116ms
137ms
168ms
219ms
66ms
149ms
610ms
1,207
Beauty & Fitness
92ms
108ms
124ms
155ms
201ms
54ms
139ms
862ms
1,006
Food & Drink
92ms
112ms
126ms
159ms
223.5ms
62ms
143ms
474ms
1,000

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.