We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67bd2a commit 7a23d01Copy full SHA for 7a23d01
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": 1000}],
16
- "first-meaningful-paint": ["error", {"maxNumericValue": 1000}],
17
- "largest-contentful-paint": ["error", {"maxNumericValue": 1000}],
+ "first-contentful-paint": ["error", {"maxNumbericValue": 2000}],
+ "first-meaningful-paint": ["error", {"maxNumericValue": 2000}],
+ "largest-contentful-paint": ["error", {"maxNumericValue": 2200}],
18
"deprecations": "off",
19
"csp-xss": "off"
20
}
0 commit comments