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
Peter Hedenskog 6357bbba21 removing duplicates and cleanup 2014-10-04 23:41:56 +02: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 choose which tests to run 2014-09-23 21:22:17 +02:00
doc imageoptim 2014-01-18 13:59:32 +01:00
lib fixing more data for the top lists #471 2014-10-04 21:03:55 +02:00
templates don't show domains timing when we don't have it #471 2014-10-04 22:30:13 +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
.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 check the host file 2014-09-23 22:42:43 +02: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 merge from zack 2014-02-11 18:56:14 +01:00
LICENSE first commit 2012-08-21 15:01:54 +02:00
README.md removing duplicates and cleanup 2014-10-04 23:41:56 +02:00
package.json cleanup 2014-10-03 20:48:39 +02:00

README.md

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

2014-10-04: Today I've merged the 3.0-wip into the master branch and releasing an early alpha release of 3.0. It is still really rough around the edges and it will be fixed the coming weeks. The release date for a final 3.0 is the 3:rd of November.

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-alpha

  • 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-alpha -g

Documentation

Will be added soon.