Skip to content

Commit 9ab0c12

Browse files
nucliwebtunetheweb
andauthored
Update skills/webperf-core-web-vitals/scripts/LCP-SubParts.js
Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent 9a9fd2f commit 9ab0c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/webperf-core-web-vitals/scripts/LCP-SubParts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
const SUB_PARTS = [
88
{ name: "Time to First Byte", key: "ttfb", target: 800 },
99
{ name: "Resource Load Delay", key: "loadDelay", targetPercent: 10 },
10-
{ name: "Resource Load Duration", key: "loadduration", targetPercent: 40 },
10+
{ name: "Resource Load Duration", key: "loadDuration", targetPercent: 40 },
1111
{ name: "Element Render Delay", key: "renderDelay", targetPercent: 10 },
1212
];
1313

0 commit comments

Comments
 (0)