[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3341":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":15,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":16,"starSnapshotCount":16,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},3341,"speedtest","librespeed\u002Fspeedtest","librespeed","Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more","https:\u002F\u002Flibrespeed.org",null,"JavaScript",14807,2471,254,5,0,32,124,18,106,"GNU Lesser General Public License v3.0",false,"master",[25,26,27,28,7,29,5,30,31],"hacktoberfest","html5-speedtest","internet-speed","internet-speed-checker","php","web-worker","xhr","2026-06-12 04:00:17","![LibreSpeed Logo](https:\u002F\u002Fgithub.com\u002Flibrespeed\u002Fspeedtest\u002Fblob\u002Fmaster\u002F.logo\u002Flogo3.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:\u002F\u002Flibrespeed.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:\u002F\u002Fspeedtest.fdossena.com\u002Fmpot_v7.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 project files to your web server's shared folder (ie. `\u002Fvar\u002Fwww\u002Fhtml\u002Fspeedtest` for Apache). For the current layout, the web root should contain `index.html`, `index-classic.html`, `index-modern.html`, `design-switch.js`, `config.json`, `speedtest.js`, `speedtest_worker.js`, `favicon.ico`, and the `backend` folder.\n1. Also copy the contents of `frontend\u002F` into the same web root so the modern UI assets end up in `styling\u002F`, `javascript\u002F`, `images\u002F`, and `fonts\u002F` next to the HTML files.\n1. Optionally, copy the results folder too, and set up the database using the config file in it.\n1. Be sure your permissions allow read and execute access where needed.\n1. Visit YOURSITE\u002Fspeedtest\u002Findex.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:\u002F\u002Ffdossena.com\u002F?p=speedtest\u002Fquickstart_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:\u002F\u002Fgithub.com\u002Flibrespeed\u002Fspeedtest-android).\n\n## CLI client\n\nA command line client is available [here](https:\u002F\u002Fgithub.com\u002Flibrespeed\u002Fspeedtest-cli).\n\n## .NET client\n\nA .NET client library is available in the [`LibreSpeed.NET`](https:\u002F\u002Fgithub.com\u002FMemphizzz\u002FLibreSpeed.NET) repo ([NuGet](https:\u002F\u002Fwww.nuget.org\u002Fpackages\u002FLibreSpeed.NET)), maintained by [MemphiZ](https:\u002F\u002Fgithub.com\u002FMemphizzz).\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## Design switch\n\nLibreSpeed supports both the classic and modern UI. The root `index.html` acts as a lightweight switcher and redirects to `index-classic.html` or `index-modern.html` based on `config.json` (`useNewDesign`) or URL overrides (`?design=new` \u002F `?design=old`). For architecture and deployment details (including Docker behavior), see [DESIGN_SWITCH.md](DESIGN_SWITCH.md).\n\n## Docker\n\nA docker image is available on [GitHub](https:\u002F\u002Fgithub.com\u002Flibrespeed\u002Fspeedtest\u002Fpkgs\u002Fcontainer\u002Fspeedtest), 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:\u002F\u002Fgithub.com\u002Flibrespeed\u002Fspeedtest-go) repo, maintained by [Maddie Zhan](https:\u002F\u002Fgithub.com\u002Fmaddie).\n\n## Rust backend\n\nA Rust implementation is available in the [`speedtest-rust`](https:\u002F\u002Fgithub.com\u002Flibrespeed\u002Fspeedtest-rust) repo, maintained by [Sudo Dios](https:\u002F\u002Fgithub.com\u002Fsudodios).\n\n## Node.js backend\n\nA partial Node.js implementation is available in the `node` branch, developed by [dunklesToast](https:\u002F\u002Fgithub.com\u002FdunklesToast). It's not recommended to use at the moment.\n\n## Donate\n\n[![Donate with Liberapay](https:\u002F\u002Fliberapay.com\u002Fassets\u002Fwidgets\u002Fdonate.svg)](https:\u002F\u002Fliberapay.com\u002Ffdossena\u002Fdonate)\n[Donate with PayPal](https:\u002F\u002Fwww.paypal.me\u002Fsineisochronic)\n\n## License\n\nCopyright (C) 2016-2024 Federico Dossena\n\nThis program is free software: you can redistribute it and\u002For 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:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Flgpl>.\n","LibreSpeed 是一个自托管的 HTML5 网速测试工具，支持多种服务器和后端技术。它采用纯 JavaScript 编写，利用 XMLHttpRequest 和 Web Workers 实现轻量级的速度检测，无需 Flash、Java 或 Websocket 支持。其核心功能包括下载速度、上传速度、Ping 值、抖动测量以及可选的 IP 地址、ISP 信息与服务器距离显示等。此外，还提供结果分享和多点测试选项。LibreSpeed 适用于需要快速部署且易于配置的网络环境，尤其适合对安全性有较高要求的企业或个人用户，能够运行于几乎所有现代浏览器及移动设备上。",2,"2026-06-11 02:53:39","top_language"]