-
-
Notifications
You must be signed in to change notification settings - Fork 209
Expand file tree
/
Copy pathlighthouse-config-prod.json
More file actions
57 lines (57 loc) · 1.92 KB
/
lighthouse-config-prod.json
File metadata and controls
57 lines (57 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"ci": {
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
"categories:accessibility": ["error", {"minScore": 1}],
"categories:best-practices": ["error", {"minScore": 0.78}],
"categories:seo": ["error", {"minScore": 1}],
"bf-cache": "off",
"bootup-time": "off",
"dom-size": "off",
"efficient-animated-content": "off",
"first-contentful-paint": "off",
"first-cpu-idle": "off",
"first-meaningful-paint": "off",
"font-display": "off",
"th-has-data-cells": "off",
"identical-links-same-purpose": "off",
"image-redundant-alt": "off",
"image-size-responsive": "off",
"inspector-issues": "off",
"installable-manifest": "off",
"interactive": "off",
"label-content-name-mismatch": "off",
"largest-contentful-paint": "off",
"lcp-lazy-loaded": "off",
"mainthread-work-breakdown": "off",
"maskable-icon": "off",
"max-potential-fid": "off",
"modern-image-formats": "off",
"non-composited-animations": "off",
"prioritize-lcp-image": "off",
"render-blocking-resources": "off",
"server-response-time": "off",
"service-worker": "off",
"speed-index": "off",
"splash-screen": "off",
"target-size": "off",
"td-has-header": "off",
"themed-omnibox": "off",
"third-party-cookies": "off",
"third-party-facades": "off",
"total-byte-weight": "off",
"unminified-css": "off",
"unminified-javascript": "off",
"unused-css-rules": "off",
"unused-javascript": "off",
"uses-long-cache-ttl": "off",
"uses-rel-preconnect": "off",
"uses-passive-event-listeners": "off",
"uses-responsive-images": "off",
"uses-text-compression": "off",
"uses-webp-images": "off"
}
}
}
}