new bt beta 18
This commit is contained in:
parent
693a9e50f6
commit
0237ccca4b
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## UNRELEASED
|
||||
### Added
|
||||
* Updated to browsertime beta17 with fix for to early firstVisualChange with preURL and display lastVisualChange in the video. And fixed the extra 5s added to base request using Firefox in Docker.
|
||||
* Updated to browsertime beta18 with fix for to early firstVisualChange with preURL and display lastVisualChange in the video. And fixed the extra 5s added to base request using Firefox in Docker. And makes the order for assets more correct in Chrome for sites using HTTP/2
|
||||
* Upgraded the Docker container to use Chrome 55.0
|
||||
* 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 #1366
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@ Finally we support custom metrics for WebPageTest. You will see them on the HTML
|
|||
|
||||
* Disable ipv6 for Firefox in Docker to make the tests run at normal speed.
|
||||
|
||||
* The entries in the HAR using Chrome for sites using HTTP/2 could sometimes be in slightly wrong order.
|
||||
|
||||
* 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 divided in pageSummary and summary making it easier to configure and understand.
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
"main": "./lib/sitespeed.js",
|
||||
"dependencies": {
|
||||
"bluebird": "3.4.6",
|
||||
"browsertime": "1.0.0-beta.17",
|
||||
"browsertime": "1.0.0-beta.18",
|
||||
"cli-color": "1.1.0",
|
||||
"concurrent-queue": "7.0.1",
|
||||
"fast-stats": "0.0.3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue