updated for 2.0 [skip ci]
This commit is contained in:
parent
674f4e164c
commit
9a6659a04e
10
README.md
10
README.md
|
|
@ -1,17 +1,18 @@
|
|||
<a href="http://sitespeed.io" target="_blank">Sitespeed.io</a> - how speedy is your website? [](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
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue