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

Mobile
155ms
Desktop
96ms
All Devices
142ms

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:

Mobile
100ms
119ms
155ms
216ms
277ms
50ms
175ms
1506ms
49,126
All Devices
88ms
108ms
142ms
202ms
271ms
15ms
163ms
1506ms
49,835
Desktop
64ms
75ms
96ms
129ms
178ms
15ms
111ms
969ms
40,084

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
57ms
4.
Sweden
61ms
5.
Japan
63ms
6.
Israel
63ms
7.
Norway
63ms
8.
Czechia
65ms
9.
Germany
66ms
10.
Hungary
66ms
...
...
...
61.
Uzbekistan
158ms
62.
Venezuela
166ms
63.
Egypt
171ms
64.
South Africa
174ms
65.
Saudi Arabia
183ms
66.
Kenya
219ms
67.
Pakistan
240ms
68.
Sri Lanka
254ms
69.
Iran
262ms
70.
Nigeria
355ms

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:

Jobs & Education
70ms
90ms
126ms
171ms
219ms
30ms
138ms
664ms
3,348
Law & Government
66ms
81ms
108.5ms
158.5ms
205ms
29ms
126ms
548ms
2,240
Internet & Telecom
66ms
80ms
105ms
139ms
188ms
33ms
119ms
827ms
2,575
Arts & Entertainment
66ms
79ms
103ms
138ms
199ms
34ms
119ms
492ms
7,804
Online Communities
63ms
77ms
102ms
136ms
181ms
30ms
114ms
445ms
2,235
Computers & Electronics
66ms
80ms
103ms
135ms
177ms
30ms
115ms
785ms
2,545
Adult Content
66ms
81ms
105ms
132ms
172ms
15ms
114ms
515ms
4,419
All ☼
64ms
75ms
96ms
129ms
178ms
15ms
111ms
969ms
40,084
Finance
63ms
75ms
96ms
128ms
172ms
30ms
109ms
507ms
2,077
Books & Literature
63ms
75ms
101ms
125ms
158ms
42ms
107ms
480ms
1,194
Business & Industrial
63ms
73ms
92ms
123ms
177ms
30ms
108ms
969ms
2,517
Games
63ms
74ms
91ms
117ms
156ms
33ms
103ms
492ms
2,160
News
62ms
72ms
87ms
114ms
156ms
30ms
101ms
456ms
6,152
Autos & Vehicles
63ms
69ms
84ms
105ms
137ms
33ms
94ms
349ms
1,103
Shopping
63ms
70ms
83ms
105ms
135ms
39ms
94ms
413ms
4,205
Sports
61ms
70ms
84ms
105ms
143ms
39ms
95ms
362ms
1,748
Travel & Transportation
62ms
69ms
83ms
103ms
132ms
39ms
93ms
811ms
1,391
Beauty & Fitness
61ms
69ms
81ms
102ms
127ms
42ms
92ms
535ms
917
Food & Drink
60ms
68ms
79ms
99ms
130ms
36ms
89ms
282ms
865

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.