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

Mobile
151ms
Desktop
96ms
All Devices
139ms

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
126ms
173ms
19ms
109ms
905ms
40,065
All Devices
84ms
102ms
139ms
196ms
265ms
29ms
159ms
1660ms
49,543
Mobile
94ms
114ms
151ms
209ms
271ms
31ms
170ms
1665ms
48,695

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
50ms
2.
Netherlands
52ms
3.
Sweden
58ms
4.
Switzerland
58ms
5.
Norway
60ms
6.
Japan
65ms
7.
Denmark
65ms
8.
Germany
66ms
9.
Czechia
67ms
10.
Belgium
67ms
...
...
...
61.
Kazakhstan
161ms
62.
Egypt
165ms
63.
South Africa
171ms
64.
Saudi Arabia
181ms
65.
Venezuela
191ms
66.
Kenya
210ms
67.
Sri Lanka
231ms
68.
Iran
243ms
69.
Pakistan
252ms
70.
Nigeria
320ms

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
60ms
68ms
78ms
96ms
126ms
36ms
88ms
296ms
981
Beauty & Fitness
63ms
69ms
81ms
104ms
128ms
39ms
92ms
285ms
1,011
Shopping
63ms
69ms
82ms
105ms
133ms
30ms
93ms
423ms
4,523
Sports
63ms
72ms
83ms
108ms
150ms
36ms
98ms
370ms
1,706
Autos & Vehicles
63ms
72ms
84ms
108ms
135ms
33ms
94ms
317ms
1,024
Travel & Transportation
63ms
72ms
85ms
108ms
140ms
30ms
97ms
799ms
1,230
News
63ms
72ms
89ms
117ms
160ms
30ms
103ms
468ms
5,981
Games
61ms
74ms
90ms
114ms
143ms
33ms
99ms
416ms
2,309
Business & Industrial
63ms
74ms
93ms
123ms
173ms
24ms
108ms
905ms
2,469
All ☼
64ms
75ms
96ms
126ms
173ms
19ms
109ms
905ms
40,065
Finance
65ms
77ms
97ms
129ms
178ms
35ms
112ms
507ms
2,119
Books & Literature
63ms
74ms
99ms
125ms
153ms
30ms
105ms
356ms
1,227
Computers & Electronics
65ms
78ms
100ms
130ms
168ms
24ms
111ms
445ms
2,593
Online Communities
63ms
76ms
100ms
134ms
178ms
19ms
113ms
542ms
2,227
Arts & Entertainment
66ms
79ms
103ms
135ms
195ms
24ms
117ms
506ms
7,969
Adult Content
66ms
81ms
105ms
132ms
170ms
29ms
113ms
509ms
4,458
Internet & Telecom
67ms
81ms
106ms
138ms
186ms
19ms
118ms
775ms
2,605
Law & Government
68ms
81ms
110ms
156ms
204ms
31ms
125ms
507ms
1,988
Jobs & Education
67ms
81ms
111ms
156ms
203ms
28ms
125ms
594ms
3,373

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.