Skip to content

Network Latency Test

Measures round-trip browser-to-server latency with 10 pings using fetch() and performance.now().

Click "Start Test" to ping your server 10 times and measure round-trip latency.
How it works: Each ping fetches your site origin with cache: 'no-store' and measures elapsed time using performance.now(). Results include DNS resolution, TCP handshake, and server response time.

What is Network Latency?

Network latency is the time it takes for data to travel from your browser to a server and back — the round-trip time (RTT). It is measured in milliseconds (ms) and is one of the most important factors for the responsiveness of online services, especially real-time applications like gaming, video calls, and live trading.

Unlike download speed (bandwidth), which determines how fast large files transfer, latency determines how quickly a connection responds. You can have a fast internet connection with poor latency if the server is geographically distant or if your ISP routes traffic inefficiently.

Latency Rating Guide

< 20msExcellent

Ideal for competitive gaming and low-latency applications. Typical of fast wired connections to nearby servers.

20–50msGood

Suitable for most online gaming and real-time applications. Most broadband connections fall here.

50–100msFair

Acceptable for casual gaming and streaming. May cause perceptible delay in competitive scenarios.

> 100msPoor

Noticeable lag in real-time applications. Consider checking your ISP, router, or VPN configuration.