Sitespeed.io: Attempting to configure pageSummaryMetrics results in duplicate entries?

Created on 31 Jul 2020  路  4Comments  路  Source: sitespeedio/sitespeed.io

While trying to configure what metrics are shown on the Page Metrics page it resulted in some entries still remaining leading to duplicate entries:

Screenshot 2020-07-31 at 10 16 29

Config used (in json, 14.2.1):

```
{
"html": {
"pageSummaryMetrics": [
"timings.firstContentfulPaint",
"timings.largestContentfulPaint",
"cpu.totalBlockingTime",
"timings.SpeedIndex",
"timings.LastVisualChange",
"transferSize.total",
"score.performance"
]
}

It appear the first 3 entries in the table - First Visual Change, Speed Index and Last Visual Change - are permanent?

bug reproducible

All 4 comments

Yep this looks like a bug, let me try it out.

I can reproduce it with:

docker run --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io https://www.sitespeed.io/ -n 1 --config config.json

I think somewhere in the code we add some Visual Metrics independently if the use chose them or not.

I released the fix in 14.2.3, let me know if it works for you now!

I released the fix in 14.2.3, let me know if it works for you now!

Apologies for the delay in getting back to you. The issue is now indeed fixed! Many thanks!

Was this page helpful?
0 / 5 - 0 ratings