updated for 2.0 [skip ci]

This commit is contained in:
Peter Hedenskog 2013-10-06 21:12:42 +02:00
parent 674f4e164c
commit 9a6659a04e
1 changed files with 6 additions and 4 deletions

View File

@ -1,17 +1,18 @@
<a href="http://sitespeed.io" target="_blank">Sitespeed.io</a> - how speedy is your website? [![Build Status](https://secure.travis-ci.org/soulgalore/sitespeed.io.png?branch=master)](http://travis-ci.org/soulgalore/sitespeed.io)
=============
Sitespeed.io is an open source tool that helps you analyze and optimize your website speed and performance, based on performance best practices rules.
Sitespeed.io will create five different type of result pages:
Sitespeed.io is an open source tool that helps you analyze and optimize your website speed and performance, based on performance best practices rules and collectimg metrics using the Navigation Timing API.
Sitespeed.io will create six different result pages:
* Site summary page
* Detailed site summary page
* Detailed site report
* Full page analyzis per page
* Full page analyzis (per page)
* Most used assets report
* Screenshots
![The site summary page](https://raw.github.com/soulgalore/sitespeed.io/master/doc/summary-1.8.jpg)
See <a href="http://sitespeed.io">http://sitespeed.io</a> for documentation.
See <a href="http://www.sitespeed.io">http://www.sitespeed.io</a> for documentation.
The branches: *master* is the latest release, the *wip-branch* is the coming release.
@ -20,6 +21,7 @@ Related projects:
* https://github.com/soulgalore/crawler - Crawler used to fetch the URL:s that will be analyzed
* https://github.com/soulgalore/xml-velocity - Used to convert the XML from Yslow to HTML
* https://github.com/soulgalore/doc.sitespeed.io - The documentation site
* https://github.com/tobli/browsertime - Browser Time fetches timings from your browser
* https://github.com/soulgalore/delay - Delay your assets. Project used for testing if the sitespeed rules are working