Why does my 144 Hz monitor show 60 fps?
+
Because browsers cap page animation, usually at 60 frames per second, independently of the display. That is a browser design decision, not a fault in your monitor or your graphics card. Games bypass it; web pages do not.
What is a normal result?
+
On a healthy machine, a median around 60 with the worst frames above 30. A median near 30 usually means hardware acceleration is off or the machine is busy; below 25 something is genuinely wrong.
Why show the worst one per cent?
+
Because it matches what people complain about. “It stutters” is almost never about the average — it is about the handful of frames that arrive late, and an average of 58 fps can hide frames arriving at 12.
The number dropped after I opened more tabs.
+
That is expected and is a useful result. Tabs running video, timers or heavy scripts compete for the same resources, and a browser extension doing work on every frame is a common hidden cause.
Does this test my graphics card?
+
No, and any page claiming to would be misleading you. Browsers limit page animation, so a strong card and a modest one usually score the same here. This measures whether your browsing is smooth.
How do I check whether hardware acceleration is on?
+
In Chrome and Edge it is in Settings under System; in Firefox under Performance. Turning it off is a standard troubleshooting suggestion that people then forget to undo, and it halves results here.
Does the test send anything?
+
No. It counts frames the browser hands to this page. There is no request, no permission prompt and nothing stored beyond a one-line verdict in your own browser.
Why five seconds?
+
Shorter runs catch a burst rather than a pattern, and longer ones simply annoy. Five seconds is enough to produce a few hundred frames, which is what makes the worst-one-per-cent figure meaningful.
It says almost no frames arrived.
+
The tab was throttled — you switched away, or the browser suspended it. Run it again with the tab in the foreground and do not change windows.
My phone reports lower than my computer.
+
Usually power management. Phones reduce the frame rate when warm or on low battery, and some enter a low-power mode that halves it outright.
Can this explain why video stutters?
+
Partly. If the reading is low, video will stutter for the same reason as everything else. If the reading is fine and only video stutters, look at the connection instead — that is a different fault with a different fix.
Does the moving square matter?
+
Yes. Without something actually being drawn, a browser is entitled to hand out frames lazily, and the measurement would describe an idle page rather than one doing work.