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
Copy file name to clipboardExpand all lines: lighthouse-core/test/results/sample_v2.json
+42-43
Original file line number
Diff line number
Diff line change
@@ -81,16 +81,6 @@
81
81
"numericUnit": "millisecond",
82
82
"displayValue": "4.0 s"
83
83
},
84
-
"first-meaningful-paint": {
85
-
"id": "first-meaningful-paint",
86
-
"title": "First Meaningful Paint",
87
-
"description": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://web.dev/first-meaningful-paint).",
88
-
"score": 0.51,
89
-
"scoreDisplayMode": "numeric",
90
-
"numericValue": 3969.136,
91
-
"numericUnit": "millisecond",
92
-
"displayValue": "4.0 s"
93
-
},
94
84
"largest-contentful-paint": {
95
85
"id": "largest-contentful-paint",
96
86
"title": "Largest Contentful Paint",
@@ -101,6 +91,16 @@
101
91
"numericUnit": "millisecond",
102
92
"displayValue": "4.9 s"
103
93
},
94
+
"first-meaningful-paint": {
95
+
"id": "first-meaningful-paint",
96
+
"title": "First Meaningful Paint",
97
+
"description": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://web.dev/first-meaningful-paint).",
98
+
"score": 0.51,
99
+
"scoreDisplayMode": "numeric",
100
+
"numericValue": 3969.136,
101
+
"numericUnit": "millisecond",
102
+
"displayValue": "4.0 s"
103
+
},
104
104
"load-fast-enough-for-pwa": {
105
105
"id": "load-fast-enough-for-pwa",
106
106
"title": "Page load is fast enough on mobile networks",
@@ -230,7 +230,7 @@
230
230
"id": "cumulative-layout-shift",
231
231
"title": "Cumulative Layout Shift",
232
232
"description": "Cumulative Layout Shift is the sum of all layout shifts that occurred during a page's load. A layout shift is any movement an element makes once it is visible to the user. All layout shift is recorded, scored, and then aggregated into a cumulative score between 0 and 1; 0 being a perfectly stable page, and >=0.5 being a highly shifting page. [Learn more](https://web.dev/cls).",
0 commit comments