-
Notifications
You must be signed in to change notification settings - Fork 3
/
budget.json
41 lines (41 loc) · 876 Bytes
/
budget.json
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
{
"budget": {
"timings": {
"firstPaint": 1000,
"pageLoadTime": 2000,
"fullyLoaded": 2000,
"FirstVisualChange": 1000,
"LastVisualChange": 1200,
"SpeedIndex": 1200,
"PerceptualSpeedIndex":1200,
"VisualReadiness": 200,
"VisualComplete95": 1190
},
"requests": {
"total": 89,
"html": 1,
"javascript": 0,
"css": 1,
"image": 50,
"font": 0
},
"transferSize": {
"total": 400000,
"html": 20000,
"javascript": 0,
"css": 10000,
"image": 200000,
"font": 0
},
"thirdParty": {
"transferSize": 0,
"requests": 0
},
"score": {
"accessibility": 100,
"bestpractice": 100,
"privacy": 100,
"performance": 100
}
}
}