A lightweight, single-file PHP tool for quickly benchmarking and inspecting a PHP server.
It checks server resources, PHP performance, disk I/O, network latency and throughput, and browser/frontend performance — all from one tester.php file.
No Composer, database, framework, or build step is required.
- Choose a language:
- English:
tester/en/tester.php - Persian:
tester/fa/tester.php
- English:
- Upload
tester.phpto your PHP-enabled server. - Open it in your browser.
Open the uploaded file:
https://example.com/tester.php
The benchmark starts automatically and displays the results when the tests are completed.
- PHP and server environment information
- CPU and RAM information
- PHP/CPU performance benchmarks
- Array, Regex, JSON, compression, and SQLite tests
- Disk I/O and throughput tests
- Network latency, jitter, and download throughput
- Browser and JavaScript performance tests
- Canvas/FPS and rendering performance tests
- Overall relative performance score
Results are intended for relative comparison and diagnostics, not as an industry-standard benchmark. The overall score is also relative and should only be used to compare different hosts using this tool
Some information and tests depend on server permissions, PHP extensions, system configuration, and network conditions.
For more consistent browser and frontend results, use Private / Incognito mode and repeat the test 5–10 times with a Hard Reload (Shift + Ctrl + R or Cmd + Shift + R).
The report may expose server information such as PHP version, web server software, CPU/RAM information, loaded extensions, and disk information. Avoid exposing the tester publicly if this information is sensitive.
MIT License — see LICENSE.