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

Mobile
151ms
Desktop
95ms
All Devices
138ms

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
65ms
75ms
95ms
126ms
174ms
30ms
109ms
1295ms
40,946
All Devices
83ms
102ms
138ms
195ms
264ms
29ms
158ms
1684ms
49,808
Mobile
95ms
116ms
151ms
209ms
270ms
29ms
171ms
1685ms
48,851

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
60ms
2.
Norway
71ms
3.
Sweden
75ms
4.
Denmark
75ms
5.
Switzerland
77ms
6.
Belgium
78ms
7.
United Kingdom
80ms
8.
Germany
81ms
9.
Czechia
82ms
10.
Canada
84ms
...
...
...
61.
Egypt
210ms
62.
Uzbekistan
213ms
63.
Kazakhstan
218ms
64.
Venezuela
218ms
65.
South Africa
241ms
66.
Kenya
264ms
67.
Iran
268ms
68.
Sri Lanka
278ms
69.
Pakistan
291ms
70.
Nigeria
366ms

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
Shopping
79ms
93ms
113ms
144ms
201ms
38ms
128ms
652ms
4,699
Beauty & Fitness
81ms
94ms
114ms
141ms
195ms
48ms
128ms
779ms
1,050
Food & Drink
80ms
92ms
114ms
147ms
215ms
48ms
131ms
442ms
1,004
Autos & Vehicles
84ms
98ms
118ms
159ms
207ms
33ms
135ms
548ms
1,221
Travel & Transportation
82ms
97ms
120ms
155ms
209ms
51ms
135ms
817ms
1,448
Business & Industrial
81ms
96ms
126ms
174ms
242ms
33ms
147ms
1030ms
2,835
Sports
84ms
100ms
130ms
174ms
252ms
53ms
149ms
694ms
2,239
Computers & Electronics
80ms
99ms
132ms
187ms
253ms
42ms
152ms
1061ms
3,033
News
83ms
99ms
132ms
178ms
247ms
39ms
150ms
823ms
7,631
Finance
81ms
96ms
133ms
185ms
243ms
39ms
150ms
692ms
2,475
Games
82ms
100ms
135ms
181ms
255ms
38ms
153ms
604ms
3,063
Law & Government
82ms
100ms
137.5ms
189ms
234ms
34ms
150ms
563ms
2,310
All ☼
83ms
102ms
138ms
195ms
264ms
29ms
158ms
1684ms
49,808
Jobs & Education
75ms
93ms
138ms
197ms
255ms
33ms
154ms
767ms
4,263
Internet & Telecom
85ms
108ms
144ms
203ms
263ms
36ms
164ms
1684ms
3,225
Books & Literature
88ms
111ms
145ms
194ms
251ms
49ms
159ms
611ms
1,438
Online Communities
85ms
110ms
148ms
211ms
276ms
38ms
168ms
713ms
2,787
Arts & Entertainment
90ms
114ms
154ms
219ms
282ms
39ms
174ms
1142ms
10,333
Adult Content
94ms
121ms
168ms
240ms
306ms
30ms
189ms
1340ms
6,434

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.