What This FPS Test Measures
This tool uses the browser's requestAnimationFrame callback, which fires once per display refresh. By measuring the time between consecutive callbacks we derive the frames-per-second rate the browser is actually achieving on your device. The result is capped by two things: your monitor's refresh rate (since rAF can't fire faster than the display can update) and any throttling your browser applies (background tabs, power saving, GPU pressure).