sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.
Go to file
Tobias Lidskog b51625ad68 Fix cli args merging.
Cleanup solution for:
- args in config files should trigger plugin loading
- alias shortcuts (e.g. -b) should trigger plugin loading
- consistent handling of canonical vs. alias form of cli options
- documentation for verbose flag
2016-05-16 02:55:47 +02:00
bin Fix cli args merging. 2016-05-16 02:55:47 +02:00
lib Fix cli args merging. 2016-05-16 02:55:47 +02:00
test Push requests per domain to graphite and influxdb. 2016-05-09 00:26:49 +02:00
tools Print calming message on check-licenses.js succees 2016-05-08 07:32:53 +02:00
.editorconfig Intial commit of sitespeed.io 4.0. 2016-03-10 23:07:36 +01:00
.eslintignore Disable linting for third party js. 2016-04-18 09:35:53 +02:00
.eslintrc Check for bitwise operators in eslint. 2016-03-29 23:52:16 +02:00
.gitignore Intial commit of sitespeed.io 4.0. 2016-03-10 23:07:36 +01:00
.pug-lintrc Fix jade lint errors and check by default. 2016-03-29 23:53:01 +02:00
.travis.yml lets test in nodejs 6 2016-05-10 10:33:29 +02:00
CHANGELOG.md Intial commit of sitespeed.io 4.0. 2016-03-10 23:07:36 +01:00
LICENSE Intial commit of sitespeed.io 4.0. 2016-03-10 23:07:36 +01:00
README.md Resolve merge conflict. 2016-03-11 09:01:50 +01:00
package.json latest and greatest pagexray with first vs third party domains 2016-05-15 22:27:02 +02:00

README.md

sitespeed.io

Build status Downloads Docker Stars

Website | Documentation | Twitter

Welcome to the wonderful world of web performance!

This branch tracks the development of the upcoming version 4.0 of sitespeed.io. The current production version is developed in the master branch.

Version 4.0 is a ground up rewrite for node.js 4.3 and newer. It builds on all our experience since shipping 3.0 in December 2014, the first version to use node.js. It's currently under active development, and the feature set is not yet set in stone. However we're determined to make it the best version of sitespeed.io to date.

Documentation and tests for the upcoming version aren't in place yet. Rest assured, it will be before 4.0 is released. If you're feeling adventurous and would like to give the new version a spin, try the following (you'll need node.js installed):

> git clone https://github.com/sitespeedio/sitespeed.io.git
> cd sitespeed.io
> git checkout 4.0
> npm install
> bin/sitespeed.js --help
> bin/sitespeed.js http://www.sitespeed.io