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 58e10b7d5b new crawler that uses OS dependent line separator when storing text file #422 2014-07-26 21:45:02 +02:00
assets yep, first commit of 3.0 2014-06-23 00:11:25 +02:00
bin new strucuture to keep the flow understadable, part 1 2014-07-06 14:00:36 +02:00
conf added WPT texts 2014-07-01 13:24:21 +02:00
doc imageoptim 2014-01-18 13:59:32 +01:00
lib new crawler that uses OS dependent line separator when storing text file #422 2014-07-26 21:45:02 +02:00
templates use the aggregated data and show it, the same way as in summary #428 2014-07-25 22:09:44 +02:00
test changed blogger url 2014-01-04 14:28:18 +01:00
.gitignore ignore node 2014-06-23 00:13:57 +02:00
.travis.yml just run it for now 2014-06-23 00:25:03 +02:00
CHANGELOG removed old structure 2014-06-23 00:10:31 +02:00
CONTRIBUTING.md even cleaner YSlow contrib guide [skip ci] 2014-02-06 12:29:05 +01:00
CONTRIBUTORS.md merge from zack 2014-02-11 18:56:14 +01:00
LICENSE first commit 2012-08-21 15:01:54 +02:00
README.md updated link to documentation 2014-06-23 14:46:39 +02:00
package.json cross-spawn makes spawn work on windows, sweet! #422 2014-07-26 19:28:07 +02:00

README.md

Sitespeed.io - how speedy is your website? Build Status

Hey, we are working on the coming 3.0 release where we will cleanup everything, make it easier to write your own rules and easier for us to add functionality in the future.

You can use the new version on Mac & Linux and hopefully on Windows in the near future.

We still have much to do before 3.0 can be released but you can take the new version for a joyride right now.

Install

$ cd sitespeed.io
$ npm pack
$ npm install sitespeed.io-3.0.0-alpha.tgz -g

New in 3.0

  • We use nodejs instead of bash/Java (we still use Java because of the crawler and BrowserTime but we will try to at least change the crawler in the near future).
  • We use Handlebars templates (instead of the old Velocity ones).
  • All data is is JSON instead of XML as it was before.
  • New integration: You can fetch data from Google Page Speed Insights and WebPageTest
  • HAR-files created from the browser you use when fetching Navigation Timing API metrics
  • Generate JUnit XML files and/or send data to Graphite; now included as main functionality.
  • And a lot more ...

Documentation

Will be added soon.