-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlighthouserc.json
More file actions
45 lines (45 loc) · 1.69 KB
/
Copy pathlighthouserc.json
File metadata and controls
45 lines (45 loc) · 1.69 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
{
"ci": {
"collect": {
"url": [
"https://gogenfilter.web.app/",
"https://gogenfilter.web.app/getting-started/installation/",
"https://gogenfilter.web.app/api/detection",
"https://gogenfilter.web.app/changelog"
],
"numberOfRuns": 3
},
"assert": {
"preset": "lighthouse:no-pwa",
"assertions": {
"categories:performance": ["warn", { "minScore": 0.8 }],
"categories:accessibility": ["warn", { "minScore": 0.8 }],
"categories:best-practices": ["warn", { "minScore": 0.9 }],
"categories:seo": ["warn", { "minScore": 0.9 }],
"first-contentful-paint": ["warn", { "maxNumericValue": 2000 }],
"largest-contentful-paint": ["warn", { "maxNumericValue": 2500 }],
"cumulative-layout-shift": ["warn", { "maxNumericValue": 0.1 }],
"total-blocking-time": ["warn", { "maxNumericValue": 300 }],
"speed-index": ["warn", { "maxNumericValue": 3500 }],
"resource-summary:script:size": ["warn", { "maxNumericValue": 300000 }],
"resource-summary:total:size": ["warn", { "maxNumericValue": 2000000 }],
"uses-optimized-images": "warn",
"uses-webp-images": "warn",
"render-blocking-resources": "warn",
"color-contrast": "warn",
"image-aspect-ratio": "warn",
"errors-in-console": "warn",
"inspector-issues": "warn",
"redirects": "warn",
"viewport": "warn",
"image-delivery-insight": "warn",
"network-dependency-tree-insight": "warn",
"uses-responsive-images": "warn",
"document-latency-insight": "warn"
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}