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
soulgalore f8903bd34d hey we got a log 2016-04-14 10:43:54 +02:00
bin hey we got a log 2016-04-14 10:43:54 +02:00
lib hey we got a log 2016-04-14 10:43:54 +02:00
test Improve key structure for graphite and influx. 2016-03-22 23:38:15 +01:00
tools Intial commit of sitespeed.io 4.0. 2016-03-10 23:07:36 +01:00
.editorconfig Intial commit of sitespeed.io 4.0. 2016-03-10 23:07:36 +01:00
.eslintignore Intial commit of sitespeed.io 4.0. 2016-03-10 23:07:36 +01: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 use latest nodejs 4 2016-03-12 21:21:06 +01: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 hey we got a log 2016-04-14 10:43:54 +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