{"id":13397586,"url":"https://github.com/librespeed/speedtest","last_synced_at":"2025-12-30T04:58:29.911Z","repository":{"id":37270958,"uuid":"53131903","full_name":"librespeed/speedtest","owner":"librespeed","description":"Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more","archived":false,"fork":false,"pushed_at":"2025-04-22T20:32:21.000Z","size":47587,"stargazers_count":13017,"open_issues_count":119,"forks_count":2262,"subscribers_count":268,"default_branch":"master","last_synced_at":"2025-05-11T11:38:05.370Z","etag":null,"topics":["hacktoberfest","html5-speedtest","internet-speed","internet-speed-checker","librespeed","php","speedtest","web-worker","xhr"],"latest_commit_sha":null,"homepage":"https://librespeed.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/librespeed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-03-04T11:48:03.000Z","updated_at":"2025-05-11T11:20:19.000Z","dependencies_parsed_at":"2024-02-26T11:01:01.096Z","dependency_job_id":"b7ba51e5-9158-47da-99cc-31f677fe0aa1","html_url":"https://github.com/librespeed/speedtest","commit_stats":{"total_commits":295,"total_committers":50,"mean_commits":5.9,"dds":0.423728813559322,"last_synced_commit":"2b53bbae5457357e933fd8d29a0a0d1208e87162"},"previous_names":["adolfintel/speedtest"],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librespeed%2Fspeedtest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librespeed%2Fspeedtest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librespeed%2Fspeedtest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librespeed%2Fspeedtest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/librespeed","download_url":"https://codeload.github.com/librespeed/speedtest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253670919,"owners_count":21945356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","html5-speedtest","internet-speed","internet-speed-checker","librespeed","php","speedtest","web-worker","xhr"],"created_at":"2024-07-30T18:01:32.945Z","updated_at":"2025-12-30T04:58:29.906Z","avatar_url":"https://github.com/librespeed.png","language":"PHP","funding_links":["https://liberapay.com/fdossena/donate","https://www.paypal.me/sineisochronic"],"categories":["HTML","PHP","JavaScript","hacktoberfest","前端开发框架及项目","🛠️ Developer Tools","CLI tools","Miscellaneous","Privacy/Security"],"sub_categories":["其他_文本生成、文本对话","Monitoring","Other"],"readme":"![LibreSpeed Logo](https://github.com/librespeed/speedtest/blob/master/.logo/logo3.png?raw=true)\n\n# LibreSpeed\n\nNo Flash, No Java, No Websocket, No Bullshit.\n\nThis is a very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers.\n\n## Try it\n\n[Take a speed test](https://librespeed.org)\n\n## Compatibility\n\nAll modern browsers are supported: IE11, latest Edge, latest Chrome, latest Firefox, latest Safari.\nWorks with mobile versions too.\n\n## Features\n\n* Download\n* Upload\n* Ping\n* Jitter\n* IP Address, ISP, distance from server (optional)\n* Telemetry (optional)\n* Results sharing (optional)\n* Multiple Points of Test (optional)\n\n![Screenrecording of a running Speedtest](https://speedtest.fdossena.com/mpot_v6.gif)\n\n## Server requirements\n\n* A reasonably fast web server with Apache 2 (nginx, IIS also supported)\n* PHP 5.4 or newer (other backends also available)\n* MariaDB or MySQL database to store test results (optional, Microsoft SQL Server, PostgreSQL and SQLite also supported)\n* A fast! internet connection\n\n## Installation\n\nAssuming you have PHP and a web server installed, the installation steps are quite simple.\n\n1. Download the source code and extract it\n1. Copy the following files to your web server's shared folder (ie. /var/www/html/speedtest for Apache): index.html, speedtest.js, speedtest_worker.js, favicon.ico and the backend folder\n1. Optionally, copy the results folder too, and set up the database using the config file in it.\n1. Be sure your permissions allow execute (755).\n1. Visit YOURSITE/speedtest/index.html and voila!\n\n### Installation Video\n\nThis video shows the installation process of a standalone LibreSpeed server: [Quick start installation guide for Debian 12](https://fdossena.com/?p=speedtest/quickstart_deb12.frag)\n\nMore videos will be added later.\n\n## Android app\n\nA template to build an Android client for your LibreSpeed installation is available [here](https://github.com/librespeed/speedtest-android).\n\n## CLI client\n\nA command line client is available [here](https://github.com/librespeed/speedtest-cli).\n\n## Development\n\nIf you want to contribute or develop with LibreSpeed, see [DEVELOPMENT.md](DEVELOPMENT.md) for information about using npm for development tasks, linting, and formatting.\n\n## Docker\n\nA docker image is available on [GitHub](https://github.com/librespeed/speedtest/pkgs/container/speedtest), check our [docker documentation](doc_docker.md) for more info about it.\nThe image is built every week to include an updated version of the ipinfo-DB used for ISP detection. Also this ensures, that the latest security patches in PHP are installed. Therefore we recommend to use the `latest` image.\n\n## Go backend\n\nA Go implementation is available in the [`speedtest-go`](https://github.com/librespeed/speedtest-go) repo, maintained by [Maddie Zhan](https://github.com/maddie).\n\n## Rust backend\n\nA Rust implementation is available in the [`speedtest-rust`](https://github.com/librespeed/speedtest-rust) repo, maintained by [Sudo Dios](https://github.com/sudodios).\n\n## Node.js backend\n\nA partial Node.js implementation is available in the `node` branch, developed by [dunklesToast](https://github.com/dunklesToast). It's not recommended to use at the moment.\n\n## Donate\n\n[![Donate with Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/fdossena/donate)\n[Donate with PayPal](https://www.paypal.me/sineisochronic)\n\n## License\n\nCopyright (C) 2016-2024 Federico Dossena\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/lgpl\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrespeed%2Fspeedtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibrespeed%2Fspeedtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrespeed%2Fspeedtest/lists"}