We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a23d01 commit 0217d1eCopy full SHA for 0217d1e
1 file changed
lighthouserc.json
@@ -12,9 +12,9 @@
12
"uses-text-compression": "off",
13
"render-blocking-resources": "off",
14
"uses-rel-preload": "off",
15
- "first-contentful-paint": ["error", {"maxNumbericValue": 2000}],
16
- "first-meaningful-paint": ["error", {"maxNumericValue": 2000}],
17
- "largest-contentful-paint": ["error", {"maxNumericValue": 2200}],
+ "first-contentful-paint": ["error", {"minScore": 0.6}],
+ "first-meaningful-paint": ["error", {"maxNumericValue": 3000}],
+ "largest-contentful-paint": ["error", {"maxNumericValue": 3000}],
18
"deprecations": "off",
19
"csp-xss": "off"
20
}
0 commit comments