-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlighthouse-budget.json
More file actions
79 lines (79 loc) · 1.36 KB
/
lighthouse-budget.json
File metadata and controls
79 lines (79 loc) · 1.36 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"path": "/*",
"resourceSizes": [
{
"resourceType": "script",
"budget": 400
},
{
"resourceType": "font",
"budget": 100
},
{
"resourceType": "stylesheet",
"budget": 50
},
{
"resourceType": "image",
"budget": 200
},
{
"resourceType": "media",
"budget": 100
},
{
"resourceType": "total",
"budget": 1000
}
],
"resourceCounts": [
{
"resourceType": "script",
"budget": 10
},
{
"resourceType": "font",
"budget": 4
},
{
"resourceType": "stylesheet",
"budget": 4
},
{
"resourceType": "image",
"budget": 20
},
{
"resourceType": "total",
"budget": 50
}
],
"timings": [
{
"metric": "first-contentful-paint",
"budget": 2000
},
{
"metric": "first-meaningful-paint",
"budget": 2500
},
{
"metric": "speed-index",
"budget": 3000
},
{
"metric": "interactive",
"budget": 4000
},
{
"metric": "largest-contentful-paint",
"budget": 2500
},
{
"metric": "cumulative-layout-shift",
"budget": 0.1
}
]
}
]