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

Mobile
156ms
Desktop
96ms
All Devices
143ms

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
177ms
15ms
111ms
943ms
40,037
Mobile
100ms
119ms
156ms
216ms
277ms
50ms
176ms
1491ms
48,949
All Devices
87ms
107ms
143ms
203ms
271ms
15ms
164ms
1495ms
49,845

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
67ms
2.
Norway
79ms
3.
Sweden
80ms
4.
Denmark
82ms
5.
Switzerland
87ms
6.
Belgium
88ms
7.
Germany
89ms
8.
Czechia
89ms
9.
United Kingdom
90ms
10.
Hungary
90ms
...
...
...
61.
Uzbekistan
212ms
62.
Saudi Arabia
227ms
63.
India
228ms
64.
Egypt
235ms
65.
South Africa
243ms
66.
Kenya
284ms
67.
Sri Lanka
287ms
68.
Iran
296ms
69.
Pakistan
301ms
70.
Nigeria
371ms

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
90ms
106ms
126ms
167ms
232ms
61ms
146ms
474ms
1,024
Autos & Vehicles
98ms
113ms
134ms
171ms
226ms
64ms
150ms
550ms
1,260
Books & Literature
102ms
123ms
158ms
210ms
266ms
55ms
173ms
594ms
1,365
Online Communities
103ms
128ms
170ms
231ms
285ms
55ms
185ms
657ms
2,834
Shopping
90ms
107ms
127ms
162ms
220ms
54ms
143ms
686ms
4,519
Sports
93ms
113ms
137ms
192ms
259ms
56ms
160ms
785ms
2,241
Travel & Transportation
97ms
114ms
135ms
172ms
223ms
61ms
151ms
811ms
1,574
Finance
102ms
119ms
155ms
209ms
267ms
61ms
172ms
818ms
2,384
Jobs & Education
110ms
132ms
174ms
235ms
288ms
58ms
191ms
818ms
3,817
Law & Government
102ms
123ms
161ms
222ms
273ms
59ms
178ms
905ms
2,229
Computers & Electronics
109ms
130ms
171ms
226ms
276ms
59ms
186ms
929ms
2,889
News
92ms
111ms
140ms
190ms
261ms
54ms
160ms
967ms
7,394
Arts & Entertainment
106ms
129ms
172ms
234ms
293ms
57ms
189ms
1023ms
10,219
Games
104ms
125ms
159ms
207ms
270ms
60ms
176ms
1023ms
2,980
Business & Industrial
97ms
116ms
148ms
207ms
265ms
60ms
169ms
1082ms
2,793
Internet & Telecom
106ms
129ms
171ms
228ms
282ms
59ms
188ms
1177ms
3,099
All ☼
100ms
119ms
156ms
216ms
277ms
50ms
176ms
1491ms
48,949
Adult Content
108ms
135ms
183ms
249ms
305ms
58ms
199ms
1491ms
6,405

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.