RAM Checker
Displays browser memory usage and device RAM. Run the allocation test to measure memory write speed.
The performance.memory API is only available in Chromium-based browsers (Chrome, Edge, Brave). Firefox and Safari do not expose heap memory information. You can still run the allocation speed test below.
Browser Memory APIs
Modern browsers expose limited memory information through the Performance API. The performance.memory API in Chrome provides insight into JavaScript heap usage, while the Device Memory API allows websites to adapt to different RAM configurations. These APIs help developers optimize web applications for a range of device capabilities.
The allocation speed test measures how quickly your system can allocate and write to a 50MB block of memory, which is a proxy for memory bandwidth — an important metric for applications that process large datasets.
Related Hardware Tests
More free tools to check your setup.
CPU Benchmark
Benchmark CPU performance with 5 JavaScript tests: integer math, float math, prime sieve, Fibonacci, and JSON parsing.
GPU Stress Test
Stress test your GPU with a heavy Canvas animation of 500 moving circles. Monitor live FPS under load.
Browser Benchmark
Benchmark your browser with Math, DOM, String, and Array performance tests. Compare your browser speed score.
FPS Test
Measure your browser's actual frame rate over 10 seconds using requestAnimationFrame. See average, min, and max FPS with a live bar chart.
Network Latency Test
Measure your browser-to-server round-trip latency with 10 pings. See average, min, and max response time in milliseconds.