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:

Mobile
100ms
119ms
156ms
216ms
277ms
50ms
176ms
1491ms
48,949
All Devices
87ms
107ms
143ms
203ms
271ms
15ms
164ms
1495ms
49,845
Desktop
64ms
75ms
96ms
129ms
177ms
15ms
111ms
943ms
40,037

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
64ms
2.
Norway
74ms
3.
Sweden
75ms
4.
Denmark
77ms
5.
Belgium
82ms
6.
Switzerland
82ms
7.
United Kingdom
84ms
8.
Germany
86ms
9.
Czechia
86ms
10.
Taiwan
86ms
...
...
...
61.
Uzbekistan
206ms
62.
India
214ms
63.
Saudi Arabia
214ms
64.
Egypt
224ms
65.
South Africa
237ms
66.
Kenya
278ms
67.
Sri Lanka
279ms
68.
Pakistan
294ms
69.
Iran
295ms
70.
Nigeria
372ms

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
Food & Drink
84ms
98ms
118ms
162ms
226ms
57ms
139ms
435ms
1,030
Sports
88ms
105ms
131ms
183ms
256ms
54ms
153ms
784ms
2,248
Travel & Transportation
89ms
104ms
123ms
161ms
216ms
50ms
140ms
807ms
1,582
Books & Literature
94ms
112ms
150ms
197ms
258ms
48ms
163ms
586ms
1,376
Autos & Vehicles
87ms
102ms
121ms
162ms
219ms
47ms
139ms
544ms
1,280
Shopping
82ms
97ms
116ms
151ms
208ms
41ms
133ms
685ms
4,605
Computers & Electronics
84ms
105ms
141ms
196ms
259ms
40ms
159ms
927ms
3,029
Arts & Entertainment
94ms
117ms
159ms
223ms
288ms
39ms
179ms
1015ms
10,350
Games
84ms
102ms
141ms
191ms
264ms
39ms
159ms
1015ms
3,016
Law & Government
86ms
105ms
143ms
201ms
257ms
37ms
159ms
903ms
2,269
Finance
83ms
101ms
141ms
195ms
252ms
36ms
155ms
810ms
2,433
Online Communities
87ms
111ms
155ms
216ms
278ms
35ms
171ms
660ms
2,895
Business & Industrial
83ms
100ms
130ms
183ms
255ms
32ms
152ms
1081ms
2,884
Internet & Telecom
89ms
111ms
150ms
210ms
273ms
30ms
169ms
1176ms
3,198
News
87ms
105ms
134ms
181ms
254ms
30ms
154ms
784ms
7,436
Jobs & Education
81ms
105ms
150ms
215ms
276ms
27ms
168ms
810ms
4,069
All ☼
87ms
107ms
143ms
203ms
271ms
15ms
164ms
1495ms
49,845
Adult Content
98ms
125ms
173ms
243ms
303ms
15ms
191ms
1495ms
6,451

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.