Does this page send data about me?
+
It sends 20 requests for a one-byte file on this same domain. They carry what any web request carries — your address and the browser’s standard headers — and nothing is added to them. This is the only page on this site that makes requests at all while you use it, which is why it is spelled out here.
Why not measure download speed too?
+
Because it would mean pushing tens of megabytes to every visitor. That is a running cost that grows with popularity, it is painful on a metered connection, and bandwidth testing is a field with entrenched specialists. Latency and jitter are the numbers that actually explain a bad call, and they are nearly free to measure.
My ping is higher here than in my game.
+
Different destination, different protocol. Games measure a nearby game server over UDP; this measures a web server over HTTPS, including the time to set up the connection. Both are correct answers to different questions.
What is a good number?
+
Under 60 ms is comfortable for anything. Between 60 and 150 ms calls are fine and fast games feel slightly behind. Above 150 ms conversations start to overlap because people talk over each other.
Why does the page emphasise jitter?
+
Because it explains the complaint people actually have. “The call keeps breaking up” is almost never about the average latency; it is about latency that will not sit still, and most tools do not show it.
The numbers get much worse when someone streams video.
+
That is bufferbloat: network equipment queues traffic instead of dropping it, and everything waits behind the queue. It is a configuration problem in the router, not a fault in your line, and modern routers have a setting for it.
Wi-Fi or cable — how much difference?
+
Usually a few milliseconds of median and a great deal of jitter. If your figures here are erratic, plugging in a cable for one test is the fastest way to prove whether Wi-Fi is the cause.
Some probes failed. Is that bad?
+
Yes, and it is a real finding. Ordinary web requests are retried before they are given up on, so an outright failure means something between you and the site is dropping traffic, or a captive portal is intercepting it.
Does a VPN change the result?
+
Substantially. Your traffic goes to the VPN server first, so you measure the distance to it plus the distance from it to this site. Testing with the VPN off is the way to see your own line.
Why 20 probes?
+
Fewer than ten cannot show jitter — a single slow response would dominate. Many more would take long enough that people leave. Twenty is where the numbers become stable and the test still finishes in a couple of seconds.
Can I test from a phone on mobile data?
+
Yes, and mobile is where jitter is most revealing: mobile networks give respectable median latency and much larger swings, which is exactly why calls on the move break up.
Is the result stored?
+
Only one summary line, in your own browser, so the summary page can show it alongside the other checks. Nothing is stored on our side and you can erase it on the data page.