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 9c2e884a13 added Steffen [skip ci] 2014-11-03 23:42:59 +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 the rendering path rule was too hard omn desktop (should be on mobile) thanks @Steffen185 # 2014-10-29 21:54:23 +01:00
doc imageoptim 2014-01-18 13:59:32 +01:00
lib [BUG] can't set ruleDictionary from ySlow if ySlow isn't used 2014-11-03 21:09:34 +01:00
templates use the nodejs version of browsertime 2014-10-28 20:18:10 +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 test everything again 2014-11-03 22:50:52 +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 Steffen [skip ci] 2014-11-03 23:42:59 +01:00
LICENSE first commit 2012-08-21 15:01:54 +02:00
README.md Update README.md 2014-10-29 11:00:03 +01:00
package.json bumped 2014-11-02 22:25:52 +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 -g

Documentation

Will be added soon.