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

Mobile
154ms
Desktop
97ms
All Devices
141ms

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
66ms
77ms
97ms
127ms
172ms
18ms
110ms
948ms
40,605
All Devices
90ms
110ms
141ms
198ms
263ms
27ms
161ms
1661ms
49,799
Mobile
104ms
121ms
154ms
212ms
270ms
27ms
174ms
1664ms
48,804

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
67ms
2.
Norway
75ms
3.
Sweden
79ms
4.
Denmark
80ms
5.
Belgium
84ms
6.
Taiwan
86ms
7.
Switzerland
89ms
8.
Germany
90ms
9.
United Kingdom
90ms
10.
Czechia
90ms
...
...
...
61.
Kazakhstan
209ms
62.
India
213ms
63.
Egypt
217ms
64.
Venezuela
237ms
65.
South Africa
241ms
66.
Kenya
262ms
67.
Sri Lanka
267ms
68.
Iran
277ms
69.
Pakistan
309ms
70.
Nigeria
353ms

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
All ☼
90ms
110ms
141ms
198ms
263ms
27ms
161ms
1661ms
49,799
Adult Content
102ms
127ms
171ms
244ms
304ms
27ms
192ms
1001ms
6,579
Internet & Telecom
91ms
114ms
146ms
202ms
253ms
30ms
165ms
1661ms
3,229
Business & Industrial
85ms
103ms
132ms
179ms
242ms
35ms
150ms
1151ms
2,753
Computers & Electronics
84ms
106ms
137ms
184.5ms
243ms
36ms
153ms
1040ms
3,028
Jobs & Education
77ms
97ms
141ms
198ms
260ms
36ms
156ms
681ms
4,629
Law & Government
87ms
108ms
144ms
202ms
255ms
36ms
160ms
610ms
2,186
Shopping
84ms
98ms
117ms
149ms
201ms
38ms
132ms
615ms
4,668
Arts & Entertainment
96ms
116ms
155ms
219ms
276ms
39ms
175ms
809ms
10,063
Games
86ms
105ms
137ms
181ms
247ms
39ms
153ms
730ms
3,016
Online Communities
89ms
114ms
150ms
212ms
272ms
39ms
168ms
692ms
2,757
Finance
86ms
104ms
141ms
191ms
246ms
40ms
156ms
591ms
2,401
News
92ms
110ms
137ms
183ms
248ms
42ms
154ms
823ms
7,647
Autos & Vehicles
90ms
105ms
123ms
159ms
210ms
44ms
139ms
610ms
1,229
Sports
91ms
109ms
133ms
180ms
248ms
49ms
153ms
737ms
2,301
Beauty & Fitness
86ms
99ms
116ms
145ms
194ms
51ms
132ms
862ms
1,032
Travel & Transportation
91ms
108ms
128ms
161ms
216ms
51ms
143ms
818ms
1,445
Books & Literature
96ms
116ms
150ms
204ms
249ms
54ms
163ms
556ms
1,472
Food & Drink
87ms
102ms
118ms
150ms
220ms
54ms
137ms
444ms
1,006

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.