sitespeed.io/docs/_includes/index/install.md

926 B

Docker

Use our Docker container to get an environment with Firefox, Chrome, XVFB and sitespeed.io up and running as fast as you can download them. They work extremely well together with Graphite/InfluxDB and Grafana that you can use to monitor your web site.

docker run --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:{% include version/sitespeed.io.txt  %} https://www.sitespeed.io/

If you want to test a user scenario/journey read how to run test scripts.

npm

Install sitespeed.io globally:

npm install -g sitespeed.io

And then run:

sitespeed.io https://www.sitespeed.io/

Follow our connectivity guide to emulate real users connectivity.