diff --git a/.travis.yml b/.travis.yml index 5d9cc6fdf..2cbc18b66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,14 +16,14 @@ before_script: - sleep 10 script: - npm run-script travis -- node ./bin/sitespeed.js -u http://www.sitespeed.io -b firefox -n 1 -d 0 --budget test/budget.json +- node ./bin/sitespeed.js -u https://www.sitespeed.io -b firefox -n 1 -d 0 --budget test/budget.json - node ./bin/sitespeed.js --sites test/resources/urls/sites.txt -n 1 -b firefox -n 1 - node ./bin/sitespeed.js -f test/resources/urls/sites.txt -n 1 -- node ./bin/sitespeed.js -u http://www.sitespeed.io -b firefox -n 1 --noYslow -m 3 --screenshot -- node ./bin/sitespeed.js -u http://www.sitespeed.io -n 2 -d 0 --gpsiKey $GKEY --wptKey $WPTKEY --wptHost www.webpagetest.org +- node ./bin/sitespeed.js -u https://www.sitespeed.io -b firefox -n 1 --noYslow -m 3 --screenshot +- node ./bin/sitespeed.js -u https://www.sitespeed.io -n 2 -d 0 --gpsiKey $GKEY --wptKey $WPTKEY --wptHost www.webpagetest.org - node ./bin/sitespeed.js -u http://127.0.0.1:8009/test/resources//server/www/ -d 0 --junit -- node ./bin/sitespeed.js -u http://www.sitespeed.io -b headless -n 1 -m 2 --phantomjsPath /usr/local/phantomjs/bin/phantomjs -- node ./bin/sitespeed.js -u http://www.sitespeed.io -b headless -n 1 --headless slimerjs -d 0 --noYslow +- node ./bin/sitespeed.js -u https://www.sitespeed.io -b headless -n 1 -m 2 --phantomjsPath /usr/local/phantomjs/bin/phantomjs +- node ./bin/sitespeed.js -u https://www.sitespeed.io -b headless -n 1 --headless slimerjs -d 0 --noYslow after_script: - kill `ps aux | grep "python -m SimpleHTTPServer" | grep -v grep | awk '{print $2}'` env: diff --git a/HELP.md b/HELP.md index d535bd7cf..41d6cdea7 100644 --- a/HELP.md +++ b/HELP.md @@ -4,7 +4,7 @@ Do you want to make sitespeed.io even better? Here's how you can help out! ## Developers We love to have more people involved in making sitespeed.io better. We are constantly working on adding more documentation and trying to write more information in the issues so its easier to help out. If there's an [issue](https://github.com/sitespeedio/sitespeed.io/issues) that you want to help out, ping the issue and we'll help you getting started. -Have you already implemented your own [postTask](http://www.sitespeed.io/documentation/#postTasks)? Add it as a [gist](http://gist.github.com/) and show people how you done it. +Have you already implemented your own [postTask](https://www.sitespeed.io/documentation/#postTasks)? Add it as a [gist](http://gist.github.com/) and show people how you done it. ## Companies Do you use sitespeed.io in your everyday work? Then we have a perfect proposition for you! Have a hack day with focus on sitespeed.io for your team and contribute back. Pick one the things in the **Help wanted** section. Or maybe there's a function you think is missing? Create it. Contribute back. diff --git a/README.md b/README.md index c1e35b57e..d73518108 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Downloads][downloads-image]][downloads-url] [![Stars][stars-image]][stars-url] -[Website](http://www.sitespeed.io) | [Documentation](http://www.sitespeed.io/documentation/) | [Help us](https://github.com/sitespeedio/sitespeed.io/blob/master/HELP.md) | [Twitter](https://twitter.com/SiteSpeedio) +[Website](https://www.sitespeed.io) | [Documentation](https://www.sitespeed.io/documentation/) | [Help us](https://github.com/sitespeedio/sitespeed.io/blob/master/HELP.md) | [Twitter](https://twitter.com/SiteSpeedio) Welcome to the wonderful world of web performance! diff --git a/bin/sitespeed.js b/bin/sitespeed.js index e6747fd01..ef6c9e89e 100755 --- a/bin/sitespeed.js +++ b/bin/sitespeed.js @@ -1,7 +1,7 @@ #!/usr/bin/env node /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/aggregator.js b/lib/aggregators/aggregator.js index c3424c8f6..02d515a25 100644 --- a/lib/aggregators/aggregator.js +++ b/lib/aggregators/aggregator.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/browsertime/customMetric.js b/lib/aggregators/browsertime/customMetric.js index 897f2a982..a44ecc2af 100644 --- a/lib/aggregators/browsertime/customMetric.js +++ b/lib/aggregators/browsertime/customMetric.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/browsertime/genericTimeMetric.js b/lib/aggregators/browsertime/genericTimeMetric.js index ad33ae090..940d6ab1e 100644 --- a/lib/aggregators/browsertime/genericTimeMetric.js +++ b/lib/aggregators/browsertime/genericTimeMetric.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/gpsi/requests.js b/lib/aggregators/gpsi/requests.js index bcd197f88..40a441e05 100644 --- a/lib/aggregators/gpsi/requests.js +++ b/lib/aggregators/gpsi/requests.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/gpsi/score.js b/lib/aggregators/gpsi/score.js index 8f2205dde..696a27851 100644 --- a/lib/aggregators/gpsi/score.js +++ b/lib/aggregators/gpsi/score.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/har/genericTimeMetric.js b/lib/aggregators/har/genericTimeMetric.js index 6a73690bf..facf6564c 100644 --- a/lib/aggregators/har/genericTimeMetric.js +++ b/lib/aggregators/har/genericTimeMetric.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/headless/genericTimeMetric.js b/lib/aggregators/headless/genericTimeMetric.js index aa54b6150..da9a453bd 100644 --- a/lib/aggregators/headless/genericTimeMetric.js +++ b/lib/aggregators/headless/genericTimeMetric.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/TTFB.js b/lib/aggregators/webpagetest/TTFB.js index e5fd608a3..09d7ee1ff 100644 --- a/lib/aggregators/webpagetest/TTFB.js +++ b/lib/aggregators/webpagetest/TTFB.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/bytes.js b/lib/aggregators/webpagetest/bytes.js index 1c143fbba..fa7cab11e 100644 --- a/lib/aggregators/webpagetest/bytes.js +++ b/lib/aggregators/webpagetest/bytes.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/firstPaint.js b/lib/aggregators/webpagetest/firstPaint.js index 28b6f8574..0d37336bd 100644 --- a/lib/aggregators/webpagetest/firstPaint.js +++ b/lib/aggregators/webpagetest/firstPaint.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/imageSavings.js b/lib/aggregators/webpagetest/imageSavings.js index 29fd798da..390c83773 100644 --- a/lib/aggregators/webpagetest/imageSavings.js +++ b/lib/aggregators/webpagetest/imageSavings.js @@ -1,5 +1,5 @@ /** -* Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) +* Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/imageTotal.js b/lib/aggregators/webpagetest/imageTotal.js index 14355da7f..9569b4b2e 100644 --- a/lib/aggregators/webpagetest/imageTotal.js +++ b/lib/aggregators/webpagetest/imageTotal.js @@ -1,5 +1,5 @@ /** -* Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) +* Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/loadTime.js b/lib/aggregators/webpagetest/loadTime.js index 3c51b1a2a..2aaaf2e35 100644 --- a/lib/aggregators/webpagetest/loadTime.js +++ b/lib/aggregators/webpagetest/loadTime.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/render.js b/lib/aggregators/webpagetest/render.js index 9804ddf12..d4979af21 100644 --- a/lib/aggregators/webpagetest/render.js +++ b/lib/aggregators/webpagetest/render.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/request.js b/lib/aggregators/webpagetest/request.js index 66b7e2a8d..e9461f4fe 100644 --- a/lib/aggregators/webpagetest/request.js +++ b/lib/aggregators/webpagetest/request.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/serverRTT.js b/lib/aggregators/webpagetest/serverRTT.js index 1a4cde40f..ea0d9c392 100644 --- a/lib/aggregators/webpagetest/serverRTT.js +++ b/lib/aggregators/webpagetest/serverRTT.js @@ -1,5 +1,5 @@ /** -* Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) +* Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/speedIndex.js b/lib/aggregators/webpagetest/speedIndex.js index 203198bdd..a94be72a8 100644 --- a/lib/aggregators/webpagetest/speedIndex.js +++ b/lib/aggregators/webpagetest/speedIndex.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/userTimings.js b/lib/aggregators/webpagetest/userTimings.js index 388b18791..2f85e1e57 100644 --- a/lib/aggregators/webpagetest/userTimings.js +++ b/lib/aggregators/webpagetest/userTimings.js @@ -1,5 +1,5 @@ /** -* Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) +* Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/webpagetest/visualComplete.js b/lib/aggregators/webpagetest/visualComplete.js index 4d3b602b7..2b7da77c4 100644 --- a/lib/aggregators/webpagetest/visualComplete.js +++ b/lib/aggregators/webpagetest/visualComplete.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/wptAggregator.js b/lib/aggregators/wptAggregator.js index c86e05ff8..b60819942 100644 --- a/lib/aggregators/wptAggregator.js +++ b/lib/aggregators/wptAggregator.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/wptMetric.js b/lib/aggregators/wptMetric.js index 4d995e251..67c013c74 100644 --- a/lib/aggregators/wptMetric.js +++ b/lib/aggregators/wptMetric.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/browserScaledImages.js b/lib/aggregators/yslow/browserScaledImages.js index f49b8a4c0..c4a5d4de2 100644 --- a/lib/aggregators/yslow/browserScaledImages.js +++ b/lib/aggregators/yslow/browserScaledImages.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/cacheTime.js b/lib/aggregators/yslow/cacheTime.js index 932fcaca6..e165717fa 100644 --- a/lib/aggregators/yslow/cacheTime.js +++ b/lib/aggregators/yslow/cacheTime.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/criticalPathScore.js b/lib/aggregators/yslow/criticalPathScore.js index bbf16f19d..0e646624e 100644 --- a/lib/aggregators/yslow/criticalPathScore.js +++ b/lib/aggregators/yslow/criticalPathScore.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/cssImagesPerPage.js b/lib/aggregators/yslow/cssImagesPerPage.js index 9a11dc5c5..e85fa451a 100644 --- a/lib/aggregators/yslow/cssImagesPerPage.js +++ b/lib/aggregators/yslow/cssImagesPerPage.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/cssPerPage.js b/lib/aggregators/yslow/cssPerPage.js index 703854d47..7f778b845 100644 --- a/lib/aggregators/yslow/cssPerPage.js +++ b/lib/aggregators/yslow/cssPerPage.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/cssWeight.js b/lib/aggregators/yslow/cssWeight.js index 4d581e68d..ed0bfc8e0 100644 --- a/lib/aggregators/yslow/cssWeight.js +++ b/lib/aggregators/yslow/cssWeight.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/cssWeightPerPage.js b/lib/aggregators/yslow/cssWeightPerPage.js index ca15b634b..08e5add22 100644 --- a/lib/aggregators/yslow/cssWeightPerPage.js +++ b/lib/aggregators/yslow/cssWeightPerPage.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/docWeight.js b/lib/aggregators/yslow/docWeight.js index 275b79d53..4875405f7 100644 --- a/lib/aggregators/yslow/docWeight.js +++ b/lib/aggregators/yslow/docWeight.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/domElements.js b/lib/aggregators/yslow/domElements.js index b6d948ed4..031725b8d 100644 --- a/lib/aggregators/yslow/domElements.js +++ b/lib/aggregators/yslow/domElements.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/fontsPerPage.js b/lib/aggregators/yslow/fontsPerPage.js index ff7d55912..c5c45553b 100644 --- a/lib/aggregators/yslow/fontsPerPage.js +++ b/lib/aggregators/yslow/fontsPerPage.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/imagesPerPage.js b/lib/aggregators/yslow/imagesPerPage.js index 505446db9..f19879698 100644 --- a/lib/aggregators/yslow/imagesPerPage.js +++ b/lib/aggregators/yslow/imagesPerPage.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/imagesWeight.js b/lib/aggregators/yslow/imagesWeight.js index 68c95df8d..06cfecf16 100644 --- a/lib/aggregators/yslow/imagesWeight.js +++ b/lib/aggregators/yslow/imagesWeight.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/imagesWeightPerPage.js b/lib/aggregators/yslow/imagesWeightPerPage.js index a2e25a1d5..b5cca0b09 100644 --- a/lib/aggregators/yslow/imagesWeightPerPage.js +++ b/lib/aggregators/yslow/imagesWeightPerPage.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/jsPerPage.js b/lib/aggregators/yslow/jsPerPage.js index 0cf82d578..fab18eb90 100644 --- a/lib/aggregators/yslow/jsPerPage.js +++ b/lib/aggregators/yslow/jsPerPage.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/jsSyncInHead.js b/lib/aggregators/yslow/jsSyncInHead.js index 2314a3489..d4e127247 100644 --- a/lib/aggregators/yslow/jsSyncInHead.js +++ b/lib/aggregators/yslow/jsSyncInHead.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/jsWeight.js b/lib/aggregators/yslow/jsWeight.js index 5434dc31a..a02582542 100644 --- a/lib/aggregators/yslow/jsWeight.js +++ b/lib/aggregators/yslow/jsWeight.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/jsWeightPerPage.js b/lib/aggregators/yslow/jsWeightPerPage.js index 8b0963dbf..2963b7027 100644 --- a/lib/aggregators/yslow/jsWeightPerPage.js +++ b/lib/aggregators/yslow/jsWeightPerPage.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/maxRequestsPerHost.js b/lib/aggregators/yslow/maxRequestsPerHost.js index 258b1dd18..84d14d486 100644 --- a/lib/aggregators/yslow/maxRequestsPerHost.js +++ b/lib/aggregators/yslow/maxRequestsPerHost.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/noduplicates.js b/lib/aggregators/yslow/noduplicates.js index fbd1b1ea5..8b6a4b863 100644 --- a/lib/aggregators/yslow/noduplicates.js +++ b/lib/aggregators/yslow/noduplicates.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/numberOfDomains.js b/lib/aggregators/yslow/numberOfDomains.js index 86a97fb22..19801e662 100644 --- a/lib/aggregators/yslow/numberOfDomains.js +++ b/lib/aggregators/yslow/numberOfDomains.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/pageWeight.js b/lib/aggregators/yslow/pageWeight.js index f8853e590..b4ec904d2 100644 --- a/lib/aggregators/yslow/pageWeight.js +++ b/lib/aggregators/yslow/pageWeight.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/pagesWithSPOF.js b/lib/aggregators/yslow/pagesWithSPOF.js index 2a07a3d6c..38f59640b 100644 --- a/lib/aggregators/yslow/pagesWithSPOF.js +++ b/lib/aggregators/yslow/pagesWithSPOF.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/redirectsPerPage.js b/lib/aggregators/yslow/redirectsPerPage.js index dfafef9de..92440a380 100644 --- a/lib/aggregators/yslow/redirectsPerPage.js +++ b/lib/aggregators/yslow/redirectsPerPage.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/requests.js b/lib/aggregators/yslow/requests.js index f30b69752..6cbcf2914 100644 --- a/lib/aggregators/yslow/requests.js +++ b/lib/aggregators/yslow/requests.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/requestsWithoutExpires.js b/lib/aggregators/yslow/requestsWithoutExpires.js index 8f0303f04..67d080e01 100644 --- a/lib/aggregators/yslow/requestsWithoutExpires.js +++ b/lib/aggregators/yslow/requestsWithoutExpires.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/requestsWithoutGzip.js b/lib/aggregators/yslow/requestsWithoutGzip.js index d3a2f7524..824542ae7 100644 --- a/lib/aggregators/yslow/requestsWithoutGzip.js +++ b/lib/aggregators/yslow/requestsWithoutGzip.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/ruleScore.js b/lib/aggregators/yslow/ruleScore.js index 305305c0c..cb2b214b5 100644 --- a/lib/aggregators/yslow/ruleScore.js +++ b/lib/aggregators/yslow/ruleScore.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/singleDomainRequests.js b/lib/aggregators/yslow/singleDomainRequests.js index 664514ad0..51edf40b8 100644 --- a/lib/aggregators/yslow/singleDomainRequests.js +++ b/lib/aggregators/yslow/singleDomainRequests.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/spofPerPage.js b/lib/aggregators/yslow/spofPerPage.js index e3d72f12b..8f8c74e0f 100644 --- a/lib/aggregators/yslow/spofPerPage.js +++ b/lib/aggregators/yslow/spofPerPage.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/aggregators/yslow/timeSinceLastMod.js b/lib/aggregators/yslow/timeSinceLastMod.js index 52a5a62d5..e78360ea4 100644 --- a/lib/aggregators/yslow/timeSinceLastMod.js +++ b/lib/aggregators/yslow/timeSinceLastMod.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/analyze/analyzer.js b/lib/analyze/analyzer.js index d32bd8c3a..bb3dfff26 100644 --- a/lib/analyze/analyzer.js +++ b/lib/analyze/analyzer.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/analyze/browsertime.js b/lib/analyze/browsertime.js index 63f5aceba..4418c970a 100644 --- a/lib/analyze/browsertime.js +++ b/lib/analyze/browsertime.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/analyze/gpsi.js b/lib/analyze/gpsi.js index 0fd86585c..9863a85e0 100644 --- a/lib/analyze/gpsi.js +++ b/lib/analyze/gpsi.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/analyze/headless.js b/lib/analyze/headless.js index 0f03ce916..b438d5825 100644 --- a/lib/analyze/headless.js +++ b/lib/analyze/headless.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/analyze/screenshots.js b/lib/analyze/screenshots.js index 1688fc591..77fa2a8f1 100644 --- a/lib/analyze/screenshots.js +++ b/lib/analyze/screenshots.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/analyze/webpagetest.js b/lib/analyze/webpagetest.js index 240906154..781e2e759 100644 --- a/lib/analyze/webpagetest.js +++ b/lib/analyze/webpagetest.js @@ -1,5 +1,5 @@ /** -* Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) +* Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/analyze/yslow.js b/lib/analyze/yslow.js index f01e948ab..b0e9297ab 100644 --- a/lib/analyze/yslow.js +++ b/lib/analyze/yslow.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/analyzeMultipleSites.js b/lib/analyzeMultipleSites.js index e79d2facf..0d8d712ec 100644 --- a/lib/analyzeMultipleSites.js +++ b/lib/analyzeMultipleSites.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/analyzeOneSite.js b/lib/analyzeOneSite.js index 59ee18838..53b4b8aac 100644 --- a/lib/analyzeOneSite.js +++ b/lib/analyzeOneSite.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/cli.js b/lib/cli.js index c170a54ef..0992f96d8 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License @@ -36,10 +36,10 @@ var isJsonString = function(str) { }; var cli = nomnom.help( - 'sitespeed.io is a tool that helps you analyze your website performance and show you what you should optimize, more info at http://www.sitespeed.io.' + + 'sitespeed.io is a tool that helps you analyze your website performance and show you what you should optimize, more info at https://www.sitespeed.io.' + EOL + 'To collect timings in Chrome you need to install the ChromeDriver. Firefox works out of the box. Example:' + EOL + - '$ sitespeed.io -u http://www.sitespeed.io -b chrome,firefox' + '$ sitespeed.io -u https://www.sitespeed.io -b chrome,firefox' ).options({ url: { abbr: 'u', @@ -221,7 +221,7 @@ var cli = nomnom.help( default: defaultConfig.waitScript }, customScripts: { - help: 'The path to an extra script folder with scripts that will be executed in the browser. See http://www.sitespeed.io/documentation/browsers/#custom-metrics' + help: 'The path to an extra script folder with scripts that will be executed in the browser. See https://www.sitespeed.io/documentation/browsers/#custom-metrics' }, seleniumServer: { metavar: 'URL', @@ -281,7 +281,7 @@ var cli = nomnom.help( }, budget: { metavar: '', - help: 'A file containing the web perf budget rules. See http://www.sitespeed.io/documentation/performance-budget/', + help: 'A file containing the web perf budget rules. See https://www.sitespeed.io/documentation/performance-budget/', callback: function(path) { return validatePathOption('budget', path); }, @@ -318,13 +318,13 @@ var cli = nomnom.help( boxes: { metavar: '', list: true, - help: 'The boxes showed on site summary page, see http://www.sitespeed.io/documentation/configuration/#configure-boxes-on-summary-page' + help: 'The boxes showed on site summary page, see https://www.sitespeed.io/documentation/configuration/#configure-boxes-on-summary-page' }, columns: { abbr: 'c', metavar: '', list: true, - help: 'The columns showed on detailed page summary table, see http://www.sitespeed.io/documentation/configuration/#configure-columns-on-pages-page' + help: 'The columns showed on detailed page summary table, see https://www.sitespeed.io/documentation/configuration/#configure-columns-on-pages-page' }, configFile: { metavar: '', diff --git a/lib/collector.js b/lib/collector.js index d38927186..8511aa361 100644 --- a/lib/collector.js +++ b/lib/collector.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/collectors/assets.js b/lib/collectors/assets.js index 6a5907ec2..116c33860 100644 --- a/lib/collectors/assets.js +++ b/lib/collectors/assets.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/collectors/assetsByTiming.js b/lib/collectors/assetsByTiming.js index 3d1a42c97..ec4d15b2f 100644 --- a/lib/collectors/assetsByTiming.js +++ b/lib/collectors/assetsByTiming.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/collectors/domains.js b/lib/collectors/domains.js index 3af93975e..e9d6b2298 100644 --- a/lib/collectors/domains.js +++ b/lib/collectors/domains.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/collectors/pages.js b/lib/collectors/pages.js index 017db36f3..a77652a4c 100644 --- a/lib/collectors/pages.js +++ b/lib/collectors/pages.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/config.js b/lib/config.js index 105b02c50..ae3f7dda8 100644 --- a/lib/config.js +++ b/lib/config.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/crawler/crawler.js b/lib/crawler/crawler.js index 9f7d944d6..da0d59092 100644 --- a/lib/crawler/crawler.js +++ b/lib/crawler/crawler.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/graphite/graphiteCollector.js b/lib/graphite/graphiteCollector.js index 28cbffd99..0f2de3825 100644 --- a/lib/graphite/graphiteCollector.js +++ b/lib/graphite/graphiteCollector.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/graphite/graphiteSender.js b/lib/graphite/graphiteSender.js index 5f6e7dcd1..a1e9f8c1c 100644 --- a/lib/graphite/graphiteSender.js +++ b/lib/graphite/graphiteSender.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/headless/headlessTiming.js b/lib/headless/headlessTiming.js index 5127ac935..df2a2d532 100644 --- a/lib/headless/headlessTiming.js +++ b/lib/headless/headlessTiming.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/headless/scripts/collectTimings.js b/lib/headless/scripts/collectTimings.js index 9680dcb29..79f43fb17 100644 --- a/lib/headless/scripts/collectTimings.js +++ b/lib/headless/scripts/collectTimings.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/headless/scripts/screenshot.js b/lib/headless/scripts/screenshot.js index 67f10484e..2cf75dbba 100644 --- a/lib/headless/scripts/screenshot.js +++ b/lib/headless/scripts/screenshot.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/copyAssets.js b/lib/postTasks/copyAssets.js index 33d97c334..6c15a146d 100644 --- a/lib/postTasks/copyAssets.js +++ b/lib/postTasks/copyAssets.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/postResult.js b/lib/postTasks/postResult.js index d708d6844..43614af36 100644 --- a/lib/postTasks/postResult.js +++ b/lib/postTasks/postResult.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/renderAssetsHTML.js b/lib/postTasks/renderAssetsHTML.js index b555b35d5..a4e8c7bb4 100644 --- a/lib/postTasks/renderAssetsHTML.js +++ b/lib/postTasks/renderAssetsHTML.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/renderDomainsHTML.js b/lib/postTasks/renderDomainsHTML.js index f9c0f2593..bc3d368dd 100644 --- a/lib/postTasks/renderDomainsHTML.js +++ b/lib/postTasks/renderDomainsHTML.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/renderErrorsHTML.js b/lib/postTasks/renderErrorsHTML.js index d1830bc4e..6d507008b 100644 --- a/lib/postTasks/renderErrorsHTML.js +++ b/lib/postTasks/renderErrorsHTML.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/renderHotlistsHTML.js b/lib/postTasks/renderHotlistsHTML.js index 9582ea236..04e987e81 100644 --- a/lib/postTasks/renderHotlistsHTML.js +++ b/lib/postTasks/renderHotlistsHTML.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/renderPagesHTML.js b/lib/postTasks/renderPagesHTML.js index 3a3848d45..cca4b2c53 100644 --- a/lib/postTasks/renderPagesHTML.js +++ b/lib/postTasks/renderPagesHTML.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/renderRules.js b/lib/postTasks/renderRules.js index 107206fb4..3884de9d1 100644 --- a/lib/postTasks/renderRules.js +++ b/lib/postTasks/renderRules.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/renderScreenshots.js b/lib/postTasks/renderScreenshots.js index 4c935bef5..289bd4f79 100644 --- a/lib/postTasks/renderScreenshots.js +++ b/lib/postTasks/renderScreenshots.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/renderSummaryHTML.js b/lib/postTasks/renderSummaryHTML.js index e038dd5ff..2943221ce 100644 --- a/lib/postTasks/renderSummaryHTML.js +++ b/lib/postTasks/renderSummaryHTML.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/sendToGraphite.js b/lib/postTasks/sendToGraphite.js index 4a9f07fc2..7bd8db852 100644 --- a/lib/postTasks/sendToGraphite.js +++ b/lib/postTasks/sendToGraphite.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/storeResult.js b/lib/postTasks/storeResult.js index dce84b002..d767e5428 100644 --- a/lib/postTasks/storeResult.js +++ b/lib/postTasks/storeResult.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/postTasks/storeSummary.js b/lib/postTasks/storeSummary.js index 75529b59f..f9941f2f4 100644 --- a/lib/postTasks/storeSummary.js +++ b/lib/postTasks/storeSummary.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/requestTiming.js b/lib/requestTiming.js index a7bb891e2..47464bb99 100644 --- a/lib/requestTiming.js +++ b/lib/requestTiming.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/siteHTMLRenderer.js b/lib/siteHTMLRenderer.js index b98b5d190..a73ac894e 100644 --- a/lib/siteHTMLRenderer.js +++ b/lib/siteHTMLRenderer.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/sitesHTMLRenderer.js b/lib/sitesHTMLRenderer.js index 734fe9cea..ea576720e 100644 --- a/lib/sitesHTMLRenderer.js +++ b/lib/sitesHTMLRenderer.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/sitespeed.js b/lib/sitespeed.js index dac48737b..96d82cb2e 100644 --- a/lib/sitespeed.js +++ b/lib/sitespeed.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under theApache 2.0 License diff --git a/lib/tests/jUnitTestSuites.js b/lib/tests/jUnitTestSuites.js index 393c25262..481e592c2 100644 --- a/lib/tests/jUnitTestSuites.js +++ b/lib/tests/jUnitTestSuites.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/tests/tap.js b/lib/tests/tap.js index 125cb924e..1cf4dde2f 100644 --- a/lib/tests/tap.js +++ b/lib/tests/tap.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/tests/testRenderer.js b/lib/tests/testRenderer.js index 49217e7b3..a4ce86f72 100644 --- a/lib/tests/testRenderer.js +++ b/lib/tests/testRenderer.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/util/fileHelpers.js b/lib/util/fileHelpers.js index 41d8648ed..20e90abaf 100644 --- a/lib/util/fileHelpers.js +++ b/lib/util/fileHelpers.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/util/hbHelpers.js b/lib/util/hbHelpers.js index cdbdcdac0..7b6bb77bd 100644 --- a/lib/util/hbHelpers.js +++ b/lib/util/hbHelpers.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/util/hotlist.js b/lib/util/hotlist.js index 10c39b2fa..f98f44167 100644 --- a/lib/util/hotlist.js +++ b/lib/util/hotlist.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/util/htmlRenderer.js b/lib/util/htmlRenderer.js index e6a8bd5e0..8168b8b1e 100644 --- a/lib/util/htmlRenderer.js +++ b/lib/util/htmlRenderer.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/util/util.js b/lib/util/util.js index 7cbc33687..7294325dc 100644 --- a/lib/util/util.js +++ b/lib/util/util.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/lib/util/yslowUtil.js b/lib/util/yslowUtil.js index 24af41e2e..4b88e3fdf 100644 --- a/lib/util/yslowUtil.js +++ b/lib/util/yslowUtil.js @@ -1,5 +1,5 @@ /** - * Sitespeed.io - How speedy is your site? (http://www.sitespeed.io) + * Sitespeed.io - How speedy is your site? (https://www.sitespeed.io) * Copyright (c) 2014, Peter Hedenskog, Tobias Lidskog * and other contributors * Released under the Apache 2.0 License diff --git a/package.json b/package.json index 2fbc9aced..ef4b7732e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "navigation-timing", "browser" ], - "homepage": "http://www.sitespeed.io", + "homepage": "https://www.sitespeed.io", "license": "Apache-2.0", "author": { "name": "Peter Hedenskog", diff --git a/templates/partials/footer.hb b/templates/partials/footer.hb index 0219b5a92..7051e4202 100644 --- a/templates/partials/footer.hb +++ b/templates/partials/footer.hb @@ -1,7 +1,7 @@