Network Latency Test
Measures round-trip browser-to-server latency with 10 pings using fetch() and performance.now().
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
Ideal for competitive gaming and low-latency applications. Typical of fast wired connections to nearby servers.
Suitable for most online gaming and real-time applications. Most broadband connections fall here.
Acceptable for casual gaming and streaming. May cause perceptible delay in competitive scenarios.
Noticeable lag in real-time applications. Consider checking your ISP, router, or VPN configuration.
Related Hardware Tests
More free tools to check your setup.
Browser Benchmark
Benchmark your browser with Math, DOM, String, and Array performance tests. Compare your browser speed score.
Input Lag Test
Measure browser-level click-to-frame latency using requestAnimationFrame. See average, best, and worst lag across 10 clicks.
FPS Test
Measure your browser's actual frame rate over 10 seconds using requestAnimationFrame. See average, min, and max FPS with a live bar chart.
Reaction Time Test
Measure your reflex speed in milliseconds with a 5-round click test. Compare to gamer and average population benchmarks.
CPU Benchmark
Benchmark CPU performance with 5 JavaScript tests: integer math, float math, prime sieve, Fibonacci, and JSON parsing.