1.6 KiB
1.6 KiB
Sitespeed.io - how speedy is your site? 
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
- Install PhantomJs http://phantomjs.org/download.html
- Install Java 1.7
- 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
- Marcel Duran for Yslow https://github.com/marcelduran/yslow/ without it sitespeed would be nothing :)
- Ariya Hidayat for PhantomJS https://github.com/ariya/phantomjs
- Mark Otto & Jacob Thornton for Twitter Bootstrap https://github.com/twitter/bootstrap/