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 37872ed79d first commit 2012-10-15 22:38:29 +02:00
dependencies lower value for spof 2012-10-15 22:37:40 +02:00
doc first commit 2012-10-08 22:48:39 +02:00
report added more text about spof 2012-10-15 11:30:16 +02:00
test/server added right path for root dir, running as travis 2012-08-13 19:59:21 +02:00
.gitignore added mac thingy 2012-08-08 17:05:31 +02:00
.travis.yml argh, missed starting the server in sub 2012-08-13 20:35:25 +03:00
CHANGELOG added 1.1 2012-10-15 11:31:04 +02:00
LICENSE first commit 2012-08-21 15:01:54 +02:00
Makefile first commit 2012-10-15 22:38:29 +02:00
README.md removed wrong text [skip ci] 2012-10-10 11:41:12 +03:00
sitespeed.io exit if 0 pages is found 2012-10-14 23:37:26 +02:00

README.md

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