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
Peter Hedenskog 99bfcbdd07 updated to the new test url 2012-11-17 23:07:19 +01:00
dependencies #77 fixing the crawler so it handles depth 0 2012-11-14 23:28:50 +01:00
doc updated to the new test url 2012-11-17 23:07:19 +01:00
report cleaned the links within the page to look better 2012-11-14 23:05:59 +01:00
test different processes per site 2012-10-21 14:19:11 +02:00
.gitignore added build 2012-10-15 22:41:40 +02:00
.travis.yml added csv and images creation 2012-11-11 23:39:12 +01:00
CHANGELOG #77 fixing the crawler so it handles depth 0 2012-11-14 23:28:50 +01:00
LICENSE first commit 2012-08-21 15:01:54 +02:00
Makefile added the licence 2012-11-17 23:06:47 +01:00
README.md tuning [skip ci] 2012-11-10 22:55:25 +01:00
sitespeed.io made the measuring time of the script a little cleaner 2012-11-16 21:23:20 +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.

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 -u http://github.com/

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

Roadmap

See the issue list.

Mad props