Network Lag Test
Your speed test says the connection is fine, but the game still spikes. That's because games don't care about bandwidth — they care about latency while the line is busy. This measures jitter and bufferbloat in your browser, then tells you which of the three real causes you actually have.
—
Why your speed test says you're fine
A speed test answers one question: how much bandwidth can I pull from a nearby server on an otherwise idle line? That is close to irrelevant for a competitive shooter. A match sends tiny packets many times a second, and what ruins it is delay, variation in that delay, and what happens to both when the line gets busy.
So a connection can report 300 Mbps and still be unplayable. The moment someone starts a download, packets pile up in an oversized queue in your router or your ISP's equipment, and your game's packets wait behind a file transfer. Ping goes from 25ms to 400ms while the speed test still shows 300 Mbps. That's bufferbloat, and it is the single most under-diagnosed cause of "my internet is fast but the game lags".
The three things that actually cause game lag
Congestion
Someone streaming, a console updating, or your own cloud sync fills the link and everything queues behind it. Shows up here as a large gap between idle and loaded latency. Fixable at your router with a shaper.
Wifi & RF
Interference, weak signal, adapter power saving, or airtime eaten by slower devices. Shows up as high jitter and spikes with normal idle latency. No amount of prioritisation fixes a noisy channel.
Routing
Your ISP sends you the long way round to the game server. Shows up as high but stable latency. Nothing on your side fixes this — it's an ISP ticket, and the one case where a route optimiser is worth trying.
What this test can't measure
Worth being straight about, because plenty of tools aren't. We cannot measure true packet loss. Browsers can't send UDP, and TCP quietly retransmits lost packets, which surfaces as a latency spike rather than a loss. Any browser tool showing you an exact "packet loss: 0.0%" is estimating. We report the spike rate instead and label it as the proxy it is.
We can't ping a specific game server either — again, no UDP, and cross-origin rules block it. We measure to the nearest Cloudflare edge, which is an excellent proxy for the health of your last mile and local network, since that's where the overwhelming majority of these problems live. If the verdict points at routing, the next step is a per-hop tool like WinMTR against the game's server IP, and we say so.
And we can't tell whether you're on wifi — desktop browsers don't expose it. That's why the test asks you.
If your network is clean, it might be your frames
"Lag" is a symptom, not a cause. A stutter that feels like network lag is very often the PC dropping frames — and the two are completely different problems with completely different fixes. If this test comes back green, the next thing to measure is your frame timing.
That's the part we're unusually good at: every drill in Online Aim Trainer samples raw frame intervals while you play and reports your average fps, your 1% lows, jank percentage and whether hardware acceleration is even switched on. Run a 60-second drill and you'll know within a minute whether the problem was ever your internet.
Network lag FAQ
Why is my ping high when my speed test says my internet is fine?
Speed tests measure bandwidth on an idle line. Games are ruined by latency under load. A 300 Mbps connection can still add 400ms of delay the moment anything else uses it — that's bufferbloat, and no speed test will show it.
What is bufferbloat?
Oversized queues in your router or your ISP's kit. When the link fills, packets wait in a buffer instead of being dropped, so your game queues behind a download. The fix is SQM (fq_codel or CAKE) with a shaper set just below your real line rate.
What is jitter and why does it matter more than ping?
Jitter is how much latency varies between packets. A steady 80ms is playable; swinging between 20ms and 200ms is not, because the game can't predict when your input lands. Jitter is the metric behind "my ping spikes".
Does a gaming VPN like ExitLag actually fix high ping?
Only for routing problems. Route optimisers change the path across the internet — useful if your ISP routes you badly, useless against wifi interference or bufferbloat. Diagnose first, and treat a free trial as a test: if it helps, routing was the fault; if not, you've saved the subscription.
Is wifi bad for gaming?
It adds only 1–3ms when conditions are good, but it's far less consistent than a cable. Interference, power saving and shared airtime produce exactly the intermittent spikes players report. One ethernet cable usually beats every software tweak combined.
Can a browser test measure packet loss?
Not directly. Browsers can't send UDP and TCP hides loss as retransmission delay. We report spike rate as an honest proxy, and point you at WinMTR when per-hop loss is what you actually need.