https://github.com/lukasbecvar/speed-test
Simple website for testing internet speed
https://github.com/lukasbecvar/speed-test
php speed speed-test speedtest symfony testing
Last synced: about 1 month ago
JSON representation
Simple website for testing internet speed
- Host: GitHub
- URL: https://github.com/lukasbecvar/speed-test
- Owner: lukasbecvar
- License: mit
- Created: 2025-08-08T12:04:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T10:21:09.000Z (10 months ago)
- Last Synced: 2025-08-25T12:33:38.165Z (10 months ago)
- Topics: php, speed, speed-test, speedtest, symfony, testing
- Language: PHP
- Homepage: https://speed-test.becvar.xyz/
- Size: 177 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Speed Test
Simple website for testing internet speed
## Preview

## Installation - Development
1. Clone the repository
2. Run with docker compose (scripts/docker-start-dev.sh)
## Installation - Production
1. Clone this repository
2. Install dependencies ``npm install && composer install``
3. Build assets ``npm run build``
4. Configure website host [apache-site.conf](./docker/configs/apache-site.conf)
## Installation - Docker
You can build a docker image using the production docker file or use the image available here in github packages.
```yaml
php:
image: ghcr.io/lukasbecvar/speed-test:latest
container_name: speed_test_webserver
restart: always
volumes:
- ./.docker/services/log:/var/log
mem_limit: 2g
ports:
- "80:80"
```
## License
This software is licensed under the [MIT license](LICENSE).