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:

Mobile
100ms
119ms
155ms
216ms
277ms
50ms
175ms
1506ms
49,126
All Devices
88ms
108ms
142ms
202ms
271ms
15ms
163ms
1506ms
49,835
Desktop
64ms
75ms
96ms
129ms
178ms
15ms
111ms
969ms
40,084

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.

:
All Devices
MobileDesktop
<100ms
100–150ms
150–200ms
200–250ms
>250ms
Rank
Country
p50
1.
Netherlands
66ms
2.
Norway
79ms
3.
Denmark
79ms
4.
Sweden
80ms
5.
United Kingdom
83ms
6.
Belgium
83ms
7.
Switzerland
83ms
8.
Czechia
85ms
9.
Germany
86ms
10.
Taiwan
86ms
...
...
...
61.
Uzbekistan
208ms
62.
Saudi Arabia
208ms
63.
India
211ms
64.
Egypt
234ms
65.
South Africa
244ms
66.
Kenya
281ms
67.
Sri Lanka
285ms
68.
Iran
291ms
69.
Pakistan
299ms
70.
Nigeria
358ms

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 Devices
MobileDesktop
Adult Content
97ms
125ms
171ms
243ms
302ms
15ms
190ms
1506ms
6,402
Arts & Entertainment
95ms
117ms
157ms
224ms
287ms
36ms
178ms
989ms
10,522
Books & Literature
93ms
111ms
147ms
195ms
258ms
45ms
162ms
597ms
1,375
Jobs & Education
90ms
115ms
161ms
224ms
283ms
30ms
178ms
750ms
3,770
Internet & Telecom
89ms
111ms
149ms
209ms
267ms
45ms
168ms
1323ms
3,227
Sports
89ms
106ms
129ms
174ms
254ms
52ms
151ms
625ms
2,163
All ☼
88ms
108ms
142ms
202ms
271ms
15ms
163ms
1506ms
49,835
News
88ms
105ms
132ms
181ms
256ms
36ms
153ms
710ms
7,569
Autos & Vehicles
87ms
101ms
121ms
160ms
216ms
33ms
138ms
562ms
1,278
Online Communities
87ms
112ms
152ms
214ms
275ms
36ms
169ms
662ms
2,915
Travel & Transportation
87ms
102ms
121ms
156ms
212ms
50ms
137ms
840ms
1,579
Law & Government
86ms
104ms
142ms
199ms
255ms
36ms
158ms
919ms
2,353
Games
85ms
104ms
141ms
195ms
264ms
39ms
160ms
989ms
3,031
Beauty & Fitness
84ms
99ms
115ms
146ms
198.5ms
54ms
132ms
524ms
1,020
Computers & Electronics
84ms
106ms
141ms
198ms
262ms
40ms
160ms
948ms
2,976
Food & Drink
84ms
98ms
118ms
156ms
226.5ms
57ms
137ms
456ms
1,030
Business & Industrial
83ms
100ms
130ms
183ms
255ms
31ms
152ms
1077ms
2,931
Finance
83ms
99ms
138ms
190ms
251ms
43ms
153ms
796ms
2,420
Shopping
82ms
97ms
116ms
149ms
207ms
41ms
132ms
537ms
4,629

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.