Skip to content

Commit 1c00d2d

Browse files
authored
Merge pull request #73 from Bartheyrman22/Bartheyrman22-first-meaningful-paint
Disable first-meaningful-paint
2 parents be229c9 + b9fedc3 commit 1c00d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (factory) Create(config Config) (prometheus.Collector, error) {
4747
var timeAuditMetrics = map[string]bool{
4848
"first-contentful-paint": true,
4949
"first-cpu-idle": true,
50-
"first-meaningful-paint": true,
50+
"first-meaningful-paint": false,
5151
"interactive": true,
5252
"speed-index": true,
5353
"bootup-time": true,

0 commit comments

Comments
 (0)