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 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,812). Here are the median (p50) values by device type:

Mobile
156ms
Desktop
99ms
All Devices
144ms

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:

Desktop
67ms
78ms
99ms
130ms
177ms
21ms
113ms
947ms
40,400
All Devices
92ms
114ms
144ms
201ms
268ms
27ms
165ms
1605ms
49,812
Mobile
106ms
123ms
156ms
215ms
274ms
33ms
177ms
1607ms
49,077

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
72ms
2.
Norway
81ms
3.
Sweden
85ms
4.
Denmark
87ms
5.
Belgium
91ms
6.
Germany
95ms
7.
Czechia
95ms
8.
Hungary
96ms
9.
United Kingdom
97ms
10.
Switzerland
97ms
...
...
...
61.
Saudi Arabia
219ms
62.
India
226ms
63.
Egypt
227ms
64.
South Africa
247ms
65.
Venezuela
259ms
66.
Kenya
266ms
67.
Sri Lanka
283ms
68.
Iran
302ms
69.
Pakistan
322ms
70.
Nigeria
343ms

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:

Beauty & Fitness
95ms
110.5ms
127ms
159ms
213ms
56ms
143ms
661ms
1,008
Food & Drink
94ms
114ms
128ms
162ms
228ms
63ms
146ms
435ms
1,012
Shopping
94ms
111ms
131ms
162ms
214ms
56ms
145ms
628ms
4,584
Autos & Vehicles
102ms
117ms
137ms
168ms
222ms
67ms
151ms
808ms
1,224
Travel & Transportation
102ms
117ms
137ms
170ms
219ms
65ms
153ms
795ms
1,529
Sports
100ms
116ms
139ms
183ms
254ms
62ms
160ms
745ms
2,291
News
100ms
116ms
144ms
192ms
254ms
58ms
164ms
1008ms
7,759
Business & Industrial
103ms
120ms
150ms
204ms
261ms
63ms
171ms
1179ms
2,715
All ☼
106ms
123ms
156ms
215ms
274ms
33ms
177ms
1607ms
49,077
Finance
108ms
124ms
156ms
207ms
267ms
64ms
175ms
876ms
2,383
Games
111ms
129ms
157ms
204ms
265ms
63ms
174ms
763ms
3,008
Books & Literature
107ms
125ms
162ms
213ms
264ms
58ms
175ms
562ms
1,483
Law & Government
110ms
128ms
165ms
225ms
273ms
67ms
182ms
706ms
2,154
Online Communities
107ms
129ms
168ms
229ms
281ms
58ms
186ms
770ms
2,747
Arts & Entertainment
113ms
133ms
171ms
230ms
286ms
61ms
189ms
1008ms
10,199
Computers & Electronics
116ms
136ms
171ms
222ms
269ms
57ms
186ms
1279ms
2,852
Internet & Telecom
114ms
133ms
172ms
224ms
272ms
63ms
187ms
1607ms
3,137
Jobs & Education
115ms
137ms
177ms
230ms
280ms
57ms
190ms
973ms
3,708
Adult Content
115ms
137ms
184ms
252ms
315ms
59ms
202ms
898ms
6,679

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.