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 5dfe5e85fd added matt 2014-12-08 23:09:53 +01:00
assets yep, first commit of 3.0 2014-06-23 00:11:25 +02:00
bin removed default cb output 2014-09-21 22:04:37 +02:00
conf added ie & safari as browsers 2014-12-05 14:14:25 +01:00
doc imageoptim 2014-01-18 13:59:32 +01:00
lib Eliminate "has no method 'forEach'" errors when the number of runs is 1 2014-12-08 11:31:11 -06:00
templates first version of cleaning up the site view #514 2014-11-30 22:57:51 +01:00
test test file and site option 2014-10-15 23:14:45 +02:00
.gitignore ignore node 2014-06-23 00:13:57 +02:00
.jshintignore ignore phantomjs timings for now 2014-09-26 23:12:50 +02:00
.jshintrc ignore definition order for now 2014-09-26 23:13:09 +02:00
.travis.yml more testing 2014-12-05 09:36:43 +01:00
CHANGELOG updated for 3.0-alpha 2014-10-04 23:00:35 +02:00
CONTRIBUTING.md even cleaner YSlow contrib guide [skip ci] 2014-02-06 12:29:05 +01:00
CONTRIBUTORS.md added matt 2014-12-08 23:09:53 +01:00
LICENSE first commit 2012-08-21 15:01:54 +02:00
README.md new beta version 2014-12-02 22:13:01 +01:00
package.json bumped 2014-12-05 14:33:53 +01:00

README.md

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

2014-10-28: We have now released the first beta of 3.0!

The latest stable release is 2.5.7, you can get it from the release page or install it using Homebrew.

New in 3.0.0-beta

  • The main goal with 3.0 has been to move to NodeJS. The crawler & BrowserTime still uses Java and we will try to move away from that in the future
  • We use Handlebars templates (instead of the old Velocity ones).
  • All data is JSON instead of XML as it was before.
  • Drive/get/collect data from WebPageTest & Google Page Speed Insights
  • 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.
  • Support for getting Navigation Timing data from PhantomJS 2.0
  • Two new result pages: Slowest domains and Toplist (with information about assets). More info will come
  • We use Handlebars templates (instead of the old Velocity ones).
  • Yep, hate to say it but the parameters to the CLI has changed, so please check --help to see how you should do

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

Install

$ npm install sitespeed.io@3.0.0-beta-5 -g

Documentation

Will be added soon.