From 2203019b62ac033edde6816d1be56f8e949f0377 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Wed, 29 Aug 2012 10:55:53 +0300 Subject: [PATCH 1/3] Added roadmap [skip ci] --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2429992e0..5bd56137d 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,16 @@ If your site is behind basic auth, you can fetch it by ./sitespeed.io http://github.com/hidden/ 1 login password +Roadmap +------- +Quite much work to do: + +* Each page tested should also genreate a HAR file, and each HAR-file should be parsed to HTML, so you can see access flow. +* The analyze of the page, should be threaded, so it can be done faster (a.k.a running yslow.js) +* The bash script should be moved to java, hate testing in bash +* Add test:s + + Mad props ------- * Marcel Duran for Yslow https://github.com/marcelduran/yslow/ without it sitespeed would be nothing :) From b84879f25402995d7b4a885c3d7eb2941c8de7f0 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Wed, 29 Aug 2012 20:51:16 +0300 Subject: [PATCH 2/3] typeo & changed order of roadmap [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd56137d..b597c08a2 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,11 @@ Roadmap ------- Quite much work to do: -* Each page tested should also genreate a HAR file, and each HAR-file should be parsed to HTML, so you can see access flow. * The analyze of the page, should be threaded, so it can be done faster (a.k.a running yslow.js) * The bash script should be moved to java, hate testing in bash * Add test:s +* Each page tested should also generate a HAR file, and each HAR-file should be parsed to HTML, so you can see access flow. + Mad props From 6fb3aeb84ba353fbaaee1cb2105bb5da90527047 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Tue, 11 Sep 2012 08:07:52 +0300 Subject: [PATCH 3/3] text --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b597c08a2..cc2f00dde 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ Sitespeed.io - how speedy is your site? [![Build Status](https://secure.travis-ci.org/soulgalore/sitespeed.io.png?branch=master)](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: @@ -42,13 +42,7 @@ If your site is behind basic auth, you can fetch it by Roadmap ------- -Quite much work to do: - -* The analyze of the page, should be threaded, so it can be done faster (a.k.a running yslow.js) -* The bash script should be moved to java, hate testing in bash -* Add test:s -* Each page tested should also generate a HAR file, and each HAR-file should be parsed to HTML, so you can see access flow. - +See the issue list. Mad props