forked from Blue-Kollar/Blue-Collar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlighthouse-budget.json
More file actions
48 lines (48 loc) · 1.56 KB
/
Copy pathlighthouse-budget.json
File metadata and controls
48 lines (48 loc) · 1.56 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
[
{
"path": "/",
"timings": [
{ "metric": "first-contentful-paint", "budget": 2500 },
{ "metric": "largest-contentful-paint", "budget": 3500 },
{ "metric": "cumulative-layout-shift", "budget": 0.1 },
{ "metric": "total-blocking-time", "budget": 300 },
{ "metric": "interaction-to-next-paint", "budget": 200 }
],
"resourceSizes": [
{ "resourceType": "total", "budget": 500 },
{ "resourceType": "script", "budget": 300 },
{ "resourceType": "stylesheet", "budget": 50 },
{ "resourceType": "image", "budget": 200 }
],
"resourceCounts": [
{ "resourceType": "total", "budget": 50 },
{ "resourceType": "script", "budget": 15 },
{ "resourceType": "image", "budget": 20 }
]
},
{
"path": "/en/workers",
"timings": [
{ "metric": "first-contentful-paint", "budget": 3000 },
{ "metric": "largest-contentful-paint", "budget": 4000 },
{ "metric": "cumulative-layout-shift", "budget": 0.1 },
{ "metric": "total-blocking-time", "budget": 300 },
{ "metric": "interaction-to-next-paint", "budget": 200 }
],
"resourceSizes": [
{ "resourceType": "total", "budget": 600 },
{ "resourceType": "script", "budget": 350 }
],
"resourceCounts": [
{ "resourceType": "total", "budget": 60 }
]
},
{
"path": "/en/workers/:id",
"timings": [
{ "metric": "largest-contentful-paint", "budget": 3500 },
{ "metric": "cumulative-layout-shift", "budget": 0.1 },
{ "metric": "total-blocking-time", "budget": 300 }
]
}
]