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 visible (Hide)

speedtest - Version 5.4.1 Latest Release

Published by adolfintel 2 months ago

Minor update

  • Fixed mssql db settings not being applied correctly
speedtest - Version 5.4.0

Published by adolfintel 3 months ago

  • Implemented offline ipinfo.io database for ISP detection, which is used by default. Full ipinfo.io APIs are still available if you have an API key
  • Unified UI for standalone and multiple points of test
  • Added dark mode in the UI
  • Updated the documentation, along with new videos showing how to do a simple standalone installation
  • Minor changes and improvements

(Yes, I recreated this release because I messed up the tags)

speedtest - Label Docker images

Published by sstidl 5 months ago

just updated how the docker image is created.
We now have

  • ghcr.io/librespeed/speedtest:5.3.3
  • ghcr.io/librespeed/speedtest:5.3
  • ghcr.io/librespeed/speedtest:latest

on every release. You can decide, if you would like to use :latest, :master, :5.3.
we have no label with :5.

Full Changelog: https://github.com/librespeed/speedtest/compare/5.3.2...5.3.3

speedtest - Version 5.3.2

Published by sstidl 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/librespeed/speedtest/compare/5.3.1...5.3.2

speedtest - Version 5.3.1

Published by adolfintel 6 months ago

Maintenance release.

  • Fixed possible XSS in results/json.php
  • Improvements to docker build
  • Added "dual" mode to docker build (both standalone and backend at the same time)
  • Updates to documentation
speedtest - Version 5.3.0

Published by sstidl 11 months ago

  • Improved docker file
  • switch docker repo from dockerhub to github container repo
  • update php to 8.2
  • ios favicon
  • adopt new getIP API
  • improve documentation
  • change units from Mbps to Mbit/s (only naming, no changed values)
  • move examples to folder
speedtest - Version 5.2.5

Published by adolfintel almost 3 years ago

  • Fixed minor vulnerability in results/stats.php
  • The docker version can now use other DBs easily
  • Results can now be fetched as JSON instead of just an image
  • Minor fixes
speedtest - Version 5.2.4

Published by adolfintel over 3 years ago

  • Moved docker stuff into master branch
  • Minor changes
speedtest - Version 5.2.3

Published by adolfintel over 3 years ago

Maintenance release

  • Minor bug fixes
  • Some code cleanup
speedtest - Version 5.2.2

Published by adolfintel about 4 years ago

  • Improved auto test duration formula
  • Minor changes
speedtest - Version 5.2.1

Published by adolfintel about 4 years ago

  • Fixed a bug that prevented telemetry_extra from being parsed correctly
  • Fixed a bug that caused ultest to be ignored
  • Port number for MySQL can be changed in telemetry_settings.php
speedtest - Version 5.2

Published by adolfintel over 4 years ago

  • The server list can now be loaded from a remote JSON file (multiple points of test)
  • IP addresses can be redacted automatically from the telemetry data for better privacy
  • Minor changes and bug fixes
  • librespeed.org is the new official website of the project (will soon be revamped)
speedtest - Version 5.1

Published by adolfintel about 5 years ago

  • Renamed to LibreSpeed, since the project is expanding and now supports more than HTML5
  • Fixed bugs in handling of telemetry_extra
  • UI changes to make it look closer to the Android app
  • Ping algorithm changed to match the Android app
speedtest - Version 5.0

Published by adolfintel over 5 years ago

  • Major project restructuring
  • Merged single and multiple points of test versions
  • Added speedtest.js as an abstraction layer, no need to interact with the web worker anymore
  • Updated documentation
speedtest - Version 4.7.2 (Multiple Servers)

Published by adolfintel over 5 years ago

  • Improved performance of getIP.php
  • Can now use ipinfo.ip access token
  • Updated browser quirks
  • Minor improvement to ping test
  • Improved usage of Performance API in server selector
speedtest - Version 4.7.2 (Single server)

Published by adolfintel over 5 years ago

  • Improved performance of getIP.php
  • Can now use ipinfo.ip access token
  • Updated browser quirks
  • Minor improvement to ping test
speedtest - Version 4.7.1 (Multiple servers)

Published by adolfintel over 5 years ago

  • Implemented ID obfuscation for results sharing
  • Various improvements to IP and ISP detection
  • Minor changes and bugfixes

This is a re-release of version 4.7.1 because of an issue in the ID obfuscation algorithm.

speedtest - Version 4.7.1 (Single server)

Published by adolfintel over 5 years ago

  • Implemented ID obfuscation for results sharing
  • Various improvements to IP and ISP detection
  • Compatibility fix for Caddy web server
  • Minor changes and bugfixes

This is a re-release of version 4.7.1 because of an issue in the ID obfuscation algorithm.

speedtest - Version 4.7

Published by adolfintel almost 6 years ago

  • Automatic duration for download and upload tests, tests are shorter on fast connections
  • Fixed a bug that could cause telemetry/stats.php to fail on very large databases
  • Improved IP detection
  • New logo and issue templates
speedtest - Version 4.6.2

Published by adolfintel about 6 years ago

  • Improved Ping and Jitter test
  • Minor improvements and bug fixes