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 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,812). Here are the median (p50) values by device type:

Mobile
156ms
Desktop
99ms
All Devices
144ms

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
67ms
78ms
99ms
130ms
177ms
21ms
113ms
947ms
40,400
All Devices
92ms
114ms
144ms
201ms
268ms
27ms
165ms
1605ms
49,812
Mobile
106ms
123ms
156ms
215ms
274ms
33ms
177ms
1607ms
49,077

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.
Taiwan
52ms
2.
Netherlands
53ms
3.
Sweden
59ms
4.
Norway
60ms
5.
Switzerland
61ms
6.
Belgium
66ms
7.
Denmark
67ms
8.
Japan
68ms
9.
Germany
68ms
10.
Czechia
69ms
...
...
...
61.
India
162ms
62.
Egypt
169ms
63.
South Africa
170ms
64.
Saudi Arabia
183ms
65.
Venezuela
201ms
66.
Kenya
216ms
67.
Iran
246ms
68.
Sri Lanka
246ms
69.
Pakistan
254ms
70.
Nigeria
343ms

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
63ms
70ms
81ms
102ms
129ms
39ms
92ms
333ms
866
Beauty & Fitness
65ms
72ms
85ms
108ms
132ms
39ms
95ms
270ms
943
Shopping
66ms
73ms
86ms
108ms
138ms
37ms
97ms
447ms
4,269
Autos & Vehicles
66ms
75ms
87ms
109ms
139ms
30ms
97ms
343ms
1,087
Sports
64ms
73ms
87ms
110.5ms
144ms
35ms
99ms
392ms
1,852
Travel & Transportation
66ms
74ms
87ms
108ms
135ms
39ms
97ms
719ms
1,363
Games
64ms
76ms
93ms
116ms
148ms
36ms
102ms
472ms
2,248
News
66ms
75ms
93ms
120ms
163ms
30ms
106ms
477ms
6,294
Business & Industrial
66ms
77ms
96ms
126ms
179ms
33ms
112ms
947ms
2,437
All ☼
67ms
78ms
99ms
130ms
177ms
21ms
113ms
947ms
40,400
Finance
68ms
79ms
100ms
133ms
186ms
31ms
114ms
424ms
2,092
Computers & Electronics
68ms
83ms
104ms
132ms
171ms
24ms
114ms
705ms
2,565
Books & Literature
65ms
78ms
105ms
129ms
154ms
33ms
109ms
406ms
1,312
Online Communities
66ms
81ms
105ms
136ms
185ms
30ms
117ms
510ms
2,180
Arts & Entertainment
69ms
81ms
106ms
137ms
189ms
30ms
119ms
538ms
7,830
Internet & Telecom
70ms
84ms
108ms
141ms
186ms
30ms
120ms
793ms
2,592
Adult Content
69ms
85ms
108ms
134ms
170ms
21ms
116ms
456ms
4,565
Law & Government
72ms
85ms
115ms
166ms
219ms
31ms
132ms
454ms
2,067
Jobs & Education
72ms
87ms
123ms
165ms
219ms
30ms
135ms
542ms
3,532

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.