sitespeed.io/README.md

1.6 KiB

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

Sitespeed.io is a tool that analyzes web sites and give you information of why they are slow and how you can optimize the web performance. Yslow rules in combination with other best practices rules are used.

What do sitespeed.io do?

You give sitespeed a start point, the first page on your site, where you want it to start crawl. By default, one level will be crawled, meaning all links (on the same domain as the main page), will be fetched & analyzed.

The flow looks something like this:

More information: http://sitespeed.io

Install

  1. Install PhantomJs http://phantomjs.org/download.html
  2. Install Java 1.7
  3. Checkout this repository git clone git@github.com:soulgalore/sitespeed.io.git

How to run

Run the script with a parameter that is the start page of where you want to test ./sitespeed.io http://github.com/

If you want to crawl deeper than one level, that is the next parameter. ./sitespeed.io http://github.com/ 2

Roadmap

See the issue list.

Mad props