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 8888c34c22 write error log path to sout when phantomjs is failing #334 2014-01-15 20:08:13 +01:00
bin write error log path to sout when phantomjs is failing #334 2014-01-15 20:08:13 +01:00
dependencies added new xml-velocity version 2014-01-10 00:46:26 +01:00
doc new image 2013-12-10 21:20:12 +01:00
report one name for windows #341 2014-01-15 19:38:07 +01:00
test changed blogger url 2014-01-04 14:28:18 +01:00
.gitignore added build 2012-10-15 22:41:40 +02:00
.travis.yml new way of choosing browser 2014-01-10 13:22:23 +01:00
CHANGELOG new wip branch 2014-01-09 22:21:33 +01:00
CONTRIBUTING.md added windows info [skip ci] 2013-11-21 10:33:12 +01:00
CONTRIBUTORS.md added Juga 2013-10-08 13:09:47 +02:00
LICENSE first commit 2012-08-21 15:01:54 +02:00
Makefile fixed typeo 2014-01-13 15:12:19 +01:00
README.md functionality list [skip ci] 2014-01-13 13:47:35 +01:00

README.md

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

Sitespeed.io is an open source tool that helps you analyze and optimize your website speed and performance, based on performance best practices rules and collecting browser metrics using the Navigation Timing API and User Timings.

You can use it on Mac, Linux & Windows (using Git Bash). And collect timing metrics using Chrome, Firefox and Internet Explorer (Windows only). You can use Jenkins with the Jenkins plugin to collect data and break builds.

Run on Mac OS X

$ brew install sitespeedio/sitespeedio/sitespeed.io
$ sitespeed.io -h

Run on Linux or Windows

Follow these instructions to run on Linux and these for Windows.

Functionality

Here's a list of the main features, for a full list checkout the documentation:

  • Crawl your site or feed sitespeed with a list of URL:s
  • Analyze the pages against the latest web best practice rule
  • Fetch Navigation Timing & User Timing metrics using Chrome, Firefox and/or Internet Explorer
  • See the result on a high summary level for all the pages and individual results on a page level
  • Analyze and compare multiple sites (use it to compare your site with competitors)
  • Output JUnit XML of both web best practices & timing metrics
  • Get screenshots of your site at a specific viewport
  • See the most used assets for all analyzed pages

Example

And here's a couple of examples on how the result pages looks like: The site summary page

See http://www.sitespeed.io for documentation.

The branches: master is the latest release, the wip-branch is the coming release.

I Love Open Source

Bitdeli Badge