speedtest

Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more

LGPL-3.0 License

Stars
11.8K
Committers
47

Bot releases are hidden (Show)

speedtest - Version 4.6.1

Published by adolfintel about 6 years ago

  • Speedtest worker now outputs status as JSON for easier parsing
  • Removed incomplete CSV implementation
  • Updated all examples and documentation
speedtest - Version 4.6 (Update 1)

Published by adolfintel about 6 years ago

  • Aesthetic changes
  • Added a telemetry_extra field in the speedtest settings that can be used to pass data from the frontend that you want to be stored in the database.
  • Minor bug fixes
speedtest - Version 4.6

Published by adolfintel about 6 years ago

  • Implemented results sharing (#142)
  • ISP info is now stored in the DB (#143)
  • Added basic interface for browsing results and seraching by ID (with password)
speedtest - node v0.2

Published by dunklesToast over 6 years ago

This is the first Release of packaged executables for the NodeJS Speedtest Port.
If you encounter any errors, tell us in the issues tab!
The NodeJS Port currently does not have all the features the original PHP Version has (Telemetry, ISP Detection), but we'll add them soon.
Read the Wiki for instructions and troubleshooting!

The Server listens on port 8888 - in a future release, you will be able to change this!

speedtest - Version 4.5.5

Published by adolfintel over 6 years ago

  • Telemetry now supports CSV as output
  • Minor changes
speedtest - Version 4.5.4

Published by adolfintel over 6 years ago

  • Fixed upload test in Chromium-based mobile browsers (version 65 and up)
  • Fixed a bug that prevented GET parameters from being used in url_telemetry
speedtest - Version 4.5.3

Published by adolfintel over 6 years ago

  • getIP.php can now estimate distance between client and server (default enabled, km)
  • Minor changes
speedtest - Version 4.5.2

Published by adolfintel over 6 years ago

  • You can now get ISP info along with the IP address (ISP name and country)
  • Minor bug fix
speedtest - Version 4.5.1

Published by adolfintel over 6 years ago

This is a proper release of all the minor fixes and features that were added in the last months.

  • Improved getIp.php to support reverse proxies
  • Added PostgreSQL support for telemetry (default still mysql, and disabled)
  • Fixed a bug that caused telemetry.php to fail if HTTP_ACCEPT_LANGUAGE header was not present
  • Fixed a bug with testStatus indicating that the download test was in progress while the test was starting
  • Minor changes to IE11 workarounds
  • Removed some unused code
speedtest - Version 4.5

Published by adolfintel almost 7 years ago

  • Ping+Jitter test can now use Performance API to get better results on browsers that properly support it. This makes the ping test much more precise on Chromium-based browsers.
  • Remade all examples, and fixed the old example4 (now called example-gauges) which was incompatible with IE11
  • Minor changes (progress of tests is now visible, megabits/mebibits selector, some typos)
speedtest - Version 4.4

Published by adolfintel about 7 years ago

  • Test order can now be changed
  • Rewritten settings parser
  • Minor changes
speedtest - 4.3.2 Hotfix 1

Published by adolfintel about 7 years ago

  • Hotfix for Edge 16
speedtest - Version 4.3.2

Published by adolfintel about 7 years ago

  • Improved garbage.php (#60)
  • Telemetry now supports MySQL and SQLite (#58)
speedtest - Version 4.3.1

Published by adolfintel about 7 years ago

  • Implemented optional telemetry
  • Added new example
  • Updated documentation
  • Minor changes, fixes and code quality improvements
speedtest - Version 4.2.9

Published by adolfintel over 7 years ago

  • Specific tests can now be disabled (#52)
  • Added example7 to demostrate this new feature
speedtest - Version 4.2.8

Published by adolfintel over 7 years ago

  • Time limits are now ignored in download and upload tests if the speed is still 0.00 when the limit is reached
  • Minor changes
speedtest - Version 4.2.7

Published by adolfintel over 7 years ago

This is a cleanup release, nothing new was added.

  • Removed unused Fetch API code (may come back in future, if browser support improves)
  • Removed Safari quirk (now treated like other Chromium-based browsers)
speedtest - Version 4.2.6

Published by adolfintel over 7 years ago

  • Improved management of custom settings
  • Added Quickstart videos for Debian 9 and Windows Server 2016
speedtest - Version 4.2.5

Published by adolfintel over 7 years ago

  • Added customizable grace time at beginning of dl/ul tests to
  • GET parameters can now be used in url_dl, url_ul, url_ping and url_getIp
  • Minor changes
speedtest - Version 4.2.4

Published by adolfintel over 7 years ago

  • Added parameter for custom overhead compensation factor
  • Fixed a problem where xhr_ignoreErrors could not be set
  • Fixed a typo in IE11 specific code