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 bce092953d added stub-methods for getting nicer OS and browser names 2014-06-23 22:34:37 +02:00
assets yep, first commit of 3.0 2014-06-23 00:11:25 +02:00
bin yep, first commit of 3.0 2014-06-23 00:11:25 +02:00
conf yep, first commit of 3.0 2014-06-23 00:11:25 +02:00
doc imageoptim 2014-01-18 13:59:32 +01:00
lib added stub-methods for getting nicer OS and browser names 2014-06-23 22:34:37 +02:00
templates cleaned up the timing metrics definitions 2014-06-23 22:21:19 +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 yep, first commit of 3.0 2014-06-23 00:11:25 +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.