From e642eb9b47efaa8455fb9fe35dcb24704224bd59 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Mon, 12 Dec 2016 01:33:31 +0100 Subject: [PATCH] webpagetest fixes --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212e173ba..0dac71985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ * The metric lines (firstVisualChange etc) is now stronger and easier to spot * Slack: firstVisualChange, lastVisualChange and fullyLoaded metrics will be sent by default and you can now configure what metric you wanna use to decide if it is a warning/error message * Use video.js as video player +* Collect custom metrics in WebPageTest (and send them to Graphite when configured) ### Fixed * Running multiple URLs in WebPageTest failed because of a "feature" in the WebPageTest NodeJS API where options in s are change to ms. https://github.com/sitespeedio/sitespeed.io/issues/1367 * The keys for assets in PageXray was broken when we sent them to Graphite, because we couldn't identify which asset we sent, instead of the URL we used the position in the array. We fixed that now, BUT: Please don't send all the assets to Graphite, it will fill your disk! - +* The key summary structure for metrics for WebPageTest just worked because of luck. It is now splitted in pageSummary and summary making it easier to configure and understand. ## 4.1.3 2016-12-05 ### Fixed