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 4799c3bf9b windows fix for output 2014-01-23 21:57:49 +01:00
bin windows fix for output 2014-01-23 21:57:49 +01:00
dependencies upgraded to latest xml-velocity version 2014-01-20 13:44:15 +01:00
doc imageoptim 2014-01-18 13:59:32 +01:00
report Typo fix. 2014-01-21 10:14:51 +00: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 adding 2.5.1 2014-01-23 21:26:54 +01:00
CONTRIBUTING.md cleaned up links [skip ci] 2014-01-10 16:28:08 +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 upgraded to latest xml-velocity version 2014-01-20 13:44:15 +01:00
README.md updated text [skip ci] 2014-01-21 19:09:15 +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

Development

The master branch is the latest release and/or in production-ready state. Clone that and you know it will always work. I'm using the git-flow branching model, please send pull request to the develop branch.

Documentation

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

Example

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

The site summary page

All the pages

I Love Open Source

Bitdeli Badge