sitespeedio/sitespeed.io-standalone
sitespeed.io without any browsers
2.9K
This Docker get you sitespeed.io without any browsers.
The --rm -v "$(pwd)":/sitespeed.io
will make the result HTML stored on your host.
docker run --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io-standalone sitespeed.io -u http://www.sitespeed.io
sitespeed.io is highly configurable, check the documentation. Note: Fetching timings using SlimerJS will need Xvfb, check the browser containers on how to include it.
docker pull sitespeedio/sitespeed.io-standalone