Merge branch 'master' of github.com:soulgalore/sitespeed.io

This commit is contained in:
Peter Hedenskog 2012-09-26 09:39:57 +02:00
commit 442251dbcd
1 changed files with 7 additions and 2 deletions

View File

@ -1,13 +1,13 @@
<a href="http://sitespeed.io" target="_blank">Sitespeed.io</a> - how speedy is your site? [![Build Status](https://secure.travis-ci.org/soulgalore/sitespeed.io.png?branch=0.9-wip)](http://travis-ci.org/soulgalore/sitespeed.io)
=============
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.
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. 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 output is by default HTML. One summary page, that on high level will give you input about your speed of your site. Sitespeed uses modified Yslow rules to evaluate the page, the rules can be found here: https://github.com/soulgalore/yslow/blob/master/src/common/rulesets/ruleset_sitespeed.js
The flow looks something like this:
@ -40,6 +40,11 @@ If your site is behind basic auth, you can fetch it by
./sitespeed.io http://github.com/hidden/ 1 login password
</code>
Roadmap
-------
See the issue list.
Mad props
-------
* Marcel Duran for Yslow https://github.com/marcelduran/yslow/ without it sitespeed would be nothing :)