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 July 2025 (excluding empty values, which resulted in 49,835). Here are the median (p50) values by device type:

Mobile
155ms
Desktop
96ms
All Devices
142ms

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
64ms
75ms
96ms
129ms
178ms
15ms
111ms
969ms
40,084
All Devices
88ms
108ms
142ms
202ms
271ms
15ms
163ms
1506ms
49,835
Mobile
100ms
119ms
155ms
216ms
277ms
50ms
175ms
1506ms
49,126

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
69ms
2.
Norway
83ms
3.
Sweden
84ms
4.
Denmark
84ms
5.
Germany
88ms
6.
United Kingdom
89ms
7.
Czechia
89ms
8.
Belgium
89ms
9.
Switzerland
89ms
10.
Hungary
91ms
...
...
...
61.
Uzbekistan
214ms
62.
India
224ms
63.
Saudi Arabia
224ms
64.
Egypt
248ms
65.
South Africa
249ms
66.
Kenya
287ms
67.
Iran
293ms
68.
Sri Lanka
296ms
69.
Pakistan
306ms
70.
Nigeria
355ms

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:

Food & Drink
89ms
106ms
126ms
162ms
235ms
63ms
145ms
458ms
1,023
Beauty & Fitness
90ms
107ms
123ms
156ms
207ms
55ms
140ms
522ms
991
Shopping
90ms
108ms
127ms
160ms
219ms
54ms
143ms
537ms
4,541
Autos & Vehicles
97ms
113ms
132.5ms
168ms
227ms
64ms
149ms
563ms
1,258
Books & Literature
102ms
122ms
156ms
209ms
267ms
58ms
172ms
607ms
1,370
Online Communities
103ms
127ms
168ms
228ms
282ms
57ms
184ms
659ms
2,853
Jobs & Education
111ms
134ms
181ms
239ms
292ms
57ms
194ms
753ms
3,716
Sports
95ms
114ms
135ms
183ms
258ms
58ms
158ms
790ms
2,158
Finance
102ms
119ms
152ms
204ms
263ms
62ms
170ms
795ms
2,367
Travel & Transportation
96ms
112ms
133ms
168ms
219ms
60ms
148ms
850ms
1,572
News
93ms
112ms
139ms
190ms
261ms
54ms
160ms
860ms
7,529
Law & Government
102ms
121ms
161ms
220ms
270ms
62ms
176ms
920ms
2,312
Computers & Electronics
110ms
131ms
171ms
228ms
277ms
57ms
187ms
949ms
2,857
Arts & Entertainment
107ms
129ms
170ms
234ms
291ms
57ms
188ms
997ms
10,399
Games
105ms
126ms
158ms
210ms
272ms
57ms
177ms
997ms
2,999
Business & Industrial
98ms
117ms
148ms
204ms
266ms
61ms
168ms
1076ms
2,842
Internet & Telecom
106ms
128ms
168ms
225ms
280ms
61ms
185ms
1322ms
3,133
All ☼
100ms
119ms
155ms
216ms
277ms
50ms
175ms
1506ms
49,126
Adult Content
108ms
134ms
181ms
249ms
305ms
60ms
198ms
1506ms
6,351

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.