librespeed/speedtest

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 3rd, 2026
Created on March 4th, 2016
Open Issues & Pull Requests: 13 (+0)
GitHub issues: Enabled
Number of forks: 2,510
Total Stargazers: 15,146 (+0)
Total Subscribers: 261 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.5 hours
Mean response time: 94.3 days
90th percentile: 251.9 days
Tracked items: 159

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 5% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 11
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 20 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • no-issue-activity (112)
  • enhancement (6)
  • Docker (5)
  • question (5)
  • fixed but not released (4)
  • Confirmed (3)
  • bug (3)
  • READ THIS! (1)

Most active issues this week

Detailed Description

LibreSpeed is a self-hosted speed test tool implemented in JavaScript that measures download, upload, ping, and jitter without requiring Flash, Java, or WebSocket technology.

The tool solves the problem of running internet speed tests on your own infrastructure rather than relying on third-party services. It uses XMLHttpRequest and Web Workers to perform measurements in the browser, keeping the implementation lightweight. The backend can run on Apache, nginx, or IIS with PHP 5.4 or newer, and optionally stores results in MariaDB, MySQL, PostgreSQL, Microsoft SQL Server, or SQLite. The frontend loads from a modern UI by default but supports a classic interface as well, with a design switcher that respects configuration and URL parameters.

LibreSpeed suits organizations wanting to host speed testing internally, whether for network diagnostics, ISP validation, or user-facing speed measurement. The installation process is straightforward for anyone with a web server and PHP already running. The tool includes optional features like telemetry, results sharing, multiple test points, and a connection stability test with latency charting and CSV export. Mobile browsers are fully supported. The project provides ecosystem clients including an Android app template, a command-line client, and a .NET library.

The project maintains active development with regular code quality practices including npm-based development tasks, linting, and formatting standards documented for contributors. The codebase supports multiple backend implementations beyond PHP, indicating ongoing architectural flexibility. Documentation includes installation videos and detailed guides for specific deployment scenarios like Debian systems.