browsertime icon indicating copy to clipboard operation
browsertime copied to clipboard

VisualMetric progress generates null timestamp when Gecko profile is on and windowRecorder is off

Open sefeng211 opened this issue 5 years ago • 1 comments

Sample output

                "ContentfulSpeedIndexProgress": [
                    {
                        "percent": 0,
                        "timestamp": null
                    },
                    {
                        "percent": 81,
                        "timestamp": null
                    },
                    {
                        "percent": 81,
                        "timestamp": null
                    }
                    ......

These null timestamps are not right, and I am fixing them

sefeng211 avatar Feb 27 '20 16:02 sefeng211

This is still an issue. It's reproducible by: bin/browsertime.js --firefox.geckoProfiler -b firefox https://www.sitespeed.io --video --visualMetrics -n 1

soulgalore avatar Dec 17 '23 05:12 soulgalore