You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
My guess is that the numbers comes from that WebPageTest returns an array, but I need to look into it to know. If you have any free time and can have a look, please do!
I’m not sure which part of the sitespeed code consumes the json from webpagetest but I’ve spent a bit of time looking at the firstview and repeatview data structures and can’t see a difference between them.
I’m attaching the prettified json payloads for the two median tests (firstview and repeatview) for the following test:
When running a webpagetest test in sitespeed.io:12.8.0 on Ubuntu 18.04.4 LTS with a webpagetest-secrets config file as follows:
{
"extends": "/config/secrets.json",
"webpagetest": {
"connectivity": "5mbps",
"timeout": 4000,
"timeline": true,
"first": false,
"firstViewOnly": false,
"cached": true,
"repeatView": true,
"rvonly": false,
"includeRepeatView": true,
"include-repeat-view": true,
"host": "http://nn.nn.nn.nn",
"location": "eu-west-2-linux:Chrome",
"key": "****************************************",
"aftRenderingTime": true,
"video": true,
"lighthouse": true
}
}
The ChromeUserTimings are stored as numbers, rather than with the correct metric names.
Whilst firstView is correct:
repeatView for the same test is not:
The json returned by webpagetest correctly names the ChromeUserTimings in the repeatview.
The text was updated successfully, but these errors were encountered: