Skip to content

Commit 3bde41e

Browse files
authored
Revert "report: filter lcp-lazy-loaded with LCP audits (GoogleChrome#14724)"
This reverts commit 1f6fab0.
1 parent 1f6fab0 commit 3bde41e

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

core/config/metrics-to-audits.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const lcpRelevantAudits = [
2626
'unused-javascript',
2727
'efficient-animated-content',
2828
'total-byte-weight',
29-
'lcp-lazy-loaded',
3029
];
3130

3231
const tbtRelevantAudits = [

core/test/fixtures/fraggle-rock/reports/sample-flow-result.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,8 +3331,7 @@
33313331
"preload-lcp-image",
33323332
"unused-javascript",
33333333
"efficient-animated-content",
3334-
"total-byte-weight",
3335-
"lcp-lazy-loaded"
3334+
"total-byte-weight"
33363335
]
33373336
},
33383337
{
@@ -19188,8 +19187,7 @@
1918819187
"preload-lcp-image",
1918919188
"unused-javascript",
1919019189
"efficient-animated-content",
19191-
"total-byte-weight",
19192-
"lcp-lazy-loaded"
19190+
"total-byte-weight"
1919319191
]
1919419192
},
1919519193
{

core/test/results/sample_v2.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5552,8 +5552,7 @@
55525552
"preload-lcp-image",
55535553
"unused-javascript",
55545554
"efficient-animated-content",
5555-
"total-byte-weight",
5556-
"lcp-lazy-loaded"
5555+
"total-byte-weight"
55575556
]
55585557
},
55595558
{

0 commit comments

Comments
 (0)