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:

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

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
49ms
2.
Netherlands
52ms
3.
Switzerland
56ms
4.
Sweden
58ms
5.
Israel
60ms
6.
Norway
61ms
7.
Japan
64ms
8.
Czechia
65ms
9.
Denmark
65ms
10.
Germany
66ms
...
...
...
61.
India
156ms
62.
Venezuela
161ms
63.
Egypt
162ms
64.
South Africa
168ms
65.
Saudi Arabia
186ms
66.
Kenya
222ms
67.
Pakistan
240ms
68.
Sri Lanka
240ms
69.
Iran
270ms
70.
Nigeria
357ms

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
79ms
101ms
135ms
36ms
91ms
323ms
861
Autos & Vehicles
62ms
70ms
84ms
107ms
138ms
33ms
95ms
324ms
1,096
Shopping
62ms
70ms
83ms
105ms
136ms
36ms
94ms
408ms
4,160
Travel & Transportation
63ms
70ms
83ms
105ms
137ms
39ms
95ms
813ms
1,387
Sports
61ms
71ms
84ms
107ms
153ms
33ms
98ms
438ms
1,839
News
62ms
72ms
88ms
115ms
157ms
30ms
102ms
463ms
6,031
Games
62ms
73ms
90ms
117ms
154ms
35ms
102ms
415ms
2,176
Business & Industrial
63ms
74ms
92ms
123ms
174ms
30ms
108ms
943ms
2,479
All ☼
64ms
75ms
96ms
129ms
177ms
15ms
111ms
943ms
40,037
Books & Literature
63ms
75ms
102ms
126ms
158ms
42ms
107ms
451ms
1,171
Finance
63ms
75ms
96ms
131ms
177ms
32ms
111ms
615ms
2,066
Online Communities
63ms
78ms
103ms
138ms
185ms
30ms
115ms
471ms
2,216
Arts & Entertainment
66ms
79ms
104ms
139ms
197ms
33ms
119ms
463ms
7,686
Computers & Electronics
65ms
80ms
102ms
132ms
172ms
30ms
113ms
790ms
2,566
Internet & Telecom
66ms
80ms
105ms
139ms
186ms
30ms
118ms
803ms
2,525
Adult Content
66ms
81ms
105ms
134ms
171ms
15ms
115ms
486ms
4,430
Law & Government
67ms
82ms
111ms
158ms
206ms
30ms
126ms
537ms
2,171
Jobs & Education
69ms
83ms
117ms
162ms
213ms
27ms
132ms
659ms
3,671

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.