Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
Go to file
2018-04-22 19:26:54 +02:00
.editorconfig improvements and new example (#29) 2017-05-15 12:02:32 +02:00
.gitignore Updated README.md 2018-03-17 11:16:01 +01:00
doc.md Introduced fix for broken upload test in Chromium-based mobile browsers (since version 65) 2018-03-21 17:01:44 +01:00
empty.php Improved ping/jitter test 2017-06-14 12:33:11 +02:00
example-basic.html Ping test can now use timing from Performance API; New examples; Minor changes 2017-10-30 12:35:49 +01:00
example-chart.html Ping test can now use timing from Performance API; New examples; Minor changes 2017-10-30 12:35:49 +01:00
example-customSettings.html Added ISP info in getIP.php; Fixed a bug that could leave an aborted test running in background 2018-02-09 08:41:28 +01:00
example-customSettings2.html Ping test can now use timing from Performance API; New examples; Minor changes 2017-10-30 12:35:49 +01:00
example-gauges.html Ping test can now use timing from Performance API; New examples; Minor changes 2017-10-30 12:35:49 +01:00
example-pretty.html Ping test can now use timing from Performance API; New examples; Minor changes 2017-10-30 12:35:49 +01:00
example-progressBar.html Ping test can now use timing from Performance API; New examples; Minor changes 2017-10-30 12:35:49 +01:00
example-telemetryEnabled.html Ping test can now use timing from Performance API; New examples; Minor changes 2017-10-30 12:35:49 +01:00
garbage.php Fixed typo in garbage.php 2017-09-05 07:45:52 +02:00
getIP.php getIP.php can now estimate distance between client and server (default enabled, km) 2018-02-23 08:45:54 +01:00
README.md Updated README.md 2018-04-22 19:26:54 +02:00
speedtest_worker.js Introduced fix for broken upload test in Chromium-based mobile browsers (since version 65) 2018-03-21 17:01:44 +01:00
speedtest_worker.min.js Introduced fix for broken upload test in Chromium-based mobile browsers (since version 65) 2018-03-21 17:01:44 +01:00
telemetry.php Fixed telemetry error if HTTP_ACCEPT_LANGUAGE is not specified 2018-02-02 19:07:18 +01:00
telemetry_mysql.sql Added postgresql database schema (#91) 2017-11-07 19:42:26 +01:00
telemetry_postgresql.sql Fixed postgresql schema typo (#93) 2017-11-09 07:15:54 +01:00
telemetry_settings.php Changed default db type to mysql 2017-11-07 06:41:27 +01:00

HTML5 Speedtest

No Flash, No Java, No Websocket, No Bullshit.

This is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers.

Try it

Take a Speedtest

Compatibility

Only modern browsers are supported (IE11, latest Edge, latest Chrome, latest Firefox, latest Safari)

Features

  • Download
  • Upload
  • Ping
  • Jitter
  • IP Address
  • Telemetry (optional)

Requirements

  • A reasonably fast web server with PHP (see doc.md for details and use without PHP)
  • Your server must accept large POST requests (up to 20 Megabytes), otherwise the upload test will fail
  • It's also better if your server does not use compression, but it's not mandatory

Quick installation videos

Also, here's an example config on Ubuntu 16 LTS

How to use in your site

See the examples or doc.md

Docker

Please see the docker branch

Node.js backend

A Node.js implementation is available in the node branch, maintained by dunklesToast.

Donate

If you want to support this project, you can
Send a donation via PayPal.
Send ETH at this address: 0x8A5273d4e2618c4cff2C62d8EB731701FceEd8E3

License

Copyright (C) 2016-2018 Federico Dossena

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/lgpl.