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 3cc4eb8e54 text 2012-08-19 22:18:34 +03:00
dependencies added summary page 2012-08-07 16:37:22 +02:00
report added configurable path to assets 2012-08-14 15:43:30 +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
README.md text 2012-08-19 22:18:34 +03:00
sitespeed.io when crawling, only fetch 200 and content type of html 2012-08-14 15:44:23 +02:00

README.md

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

Under construction :)

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 prformance. Today yslow rules are used in combination with other best practices.

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 & later analyzed.

The output is by default HTML. One summary page, that on high level will give you input about your speed of your site. You can also see all the individual pages and their assets.

The flow looks something like this:

More information: http://sitespeed.io

Install

  1. Install PhantomJs http://code.google.com/p/phantomjs/wiki/Installation
  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

If your site is behind basic auth, you can fetch it by ./sitespeed.io http://github.com/hidden/ 1 login password

Mad props