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.
metricsmonitoringperfmattersperformance-analysisperformance-dashboardperformance-metricssitespeedwebwebperf
|
|
||
|---|---|---|
| dependencies | ||
| doc | ||
| report | ||
| test | ||
| .gitignore | ||
| .travis.yml | ||
| CHANGELOG | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| sitespeed.io | ||
README.md
Sitespeed.io - how speedy is your website? 
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
- 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 -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
- 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/