Browser FPS Meter
Measure browser frames per second via requestAnimationFrame. Shows instant, average and min FPS over the last 5s.
FPS instantâneo / médio / mínimo (5s)
Medição via requestAnimationFrame. Mantenha a aba focada para resultados precisos.
What this frame counter actually measures
Scrolling feels choppy and you cannot tell whether the page, the browser or the laptop is at fault. This page draws three live numbers: the frame rate of the last frame, the average over the past 5 seconds, and the worst single frame in that same window. It is good for comparing scenarios back to back: on battery versus plugged in, with and without that extension enabled, Chrome versus Firefox.
Under the hood it is a requestAnimationFrame loop. On every frame it measures the gap since the previous one and divides 1000 by it, keeping the values in a rolling 5-second window. The minimum is the worst individual frame in that window, so a single 100 ms hitch drops it to 10 and it only recovers once those 5 seconds roll off. The ceiling is your display: a 60 Hz panel gives you 60 and nothing more.
Measurement starts on its own when the page loads, with no start or reset button. It measures this page, which is essentially idle, so treat the number as the ceiling your browser can deliver rather than the frame rate of your own site or game. For that, use the Performance panel in DevTools on the real page. Browsers throttle requestAnimationFrame in background tabs, so keep this tab visible. Nothing is sent anywhere.
Frequently asked questions
Why is it stuck at 60 when my GPU can do far more?
Can I measure my own site with this?
The minimum dropped to 4. Is something wrong?
Related Tools
Browser Info
Discover detailed information about your browser and system: name, version, OS, screen resolution, language, time zone and more.
QR Code Reader
Read QR codes from device camera or uploaded image. 100% in your browser (jsQR).
Image Color Picker
Load an image and discover the color of any pixel in real time. Hover to see HEX, RGB and HSL with a magnifier. Automatically extracts the dominant color palette.
Discord Invite Builder
Builds Discord invite URLs (discord.gg/CODE) from a valid invite code.
Countdown Timer
Countdown timer configurable in hours, minutes and seconds. With sound alert and progress bar.
Resize Image
Resize any image by setting width and height in pixels. Option to maintain aspect ratio. Browser-side processing, no upload to servers.