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 3618d0d4d9 now correct info 2014-01-25 13:35:04 +01:00
bin now correct info 2014-01-25 13:35:04 +01:00
dependencies Added latest full release of the crawler 2014-01-25 13:15:21 +01:00
doc imageoptim 2014-01-18 13:59:32 +01:00
report fixed the link to assets #355 2014-01-24 10:21:09 +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 now correct info 2014-01-25 13:35:04 +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 Added latest full release of the crawler 2014-01-25 13:15:21 +01:00
README.md removed branch info, new branch strategy coming up [skip ci] 2014-01-23 22:10:17 +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

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