Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroenvdb/docker-sitespeed.io
https://github.com/jeroenvdb/docker-sitespeed.io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeroenvdb/docker-sitespeed.io
- Owner: JeroenVdb
- Created: 2014-12-19T14:33:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T19:21:06.000Z (almost 10 years ago)
- Last Synced: 2023-07-31T21:09:26.183Z (over 1 year ago)
- Size: 193 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-sitespeed.io
===================
This [Docker](https://www.docker.com/) tries to encapsulate all functionalities of [Sitespeed.io](http://www.sitespeed.io/).### Usage
**Test url and save the report to your host**
````
docker run --rm -v "$(pwd)":/sitespeed.io jeroenvdb/docker-sitespeed.io sitespeed.io --url http://httpbin.org/
````
Replace `http://httpbin.org/` with the url of your choice. It will save the report in your current working directory and delete the Docker container once done.**Test url with Firefox browser timings (9 samples)**
````
docker run --rm -v "$(pwd)":/sitespeed.io jeroenvdb/docker-sitespeed.io xvfb-run sitespeed.io --url http://httpbin.org/ -b firefox -n 1
````### Build
```
docker build -t="jeroenvdb/sitespeed:dev" .
```