File tree Expand file tree Collapse file tree 1 file changed +69
-0
lines changed
Expand file tree Collapse file tree 1 file changed +69
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "passes" : [{
3+ "network" : true ,
4+ "trace" : true ,
5+ "loadPage" : true ,
6+ "gatherers" : [
7+ " url" ,
8+ " critical-request-chains" ,
9+ " screenshots" ,
10+ " speedline"
11+ ]
12+ }],
13+
14+ "audits" : [
15+ " first-meaningful-paint" ,
16+ " speed-index-metric" ,
17+ " estimated-input-latency" ,
18+ " time-to-interactive" ,
19+ " user-timings" ,
20+ " screenshots" ,
21+ " critical-request-chains"
22+ ],
23+
24+ "aggregations" : [{
25+ "name" : " Perf metrics" ,
26+ "description" : " " ,
27+ "scored" : true ,
28+ "categorizable" : true ,
29+ "items" : [{
30+ "name" : " Page load performance is fast" ,
31+ "description" : " " ,
32+ "criteria" : {
33+ "first-meaningful-paint" : {
34+ "rawValue" : 100 ,
35+ "weight" : 1
36+ },
37+ "speed-index-metric" : {
38+ "rawValue" : 100 ,
39+ "weight" : 1
40+ },
41+ "estimated-input-latency" : {
42+ "rawValue" : 100 ,
43+ "weight" : 1
44+ },
45+ "time-to-interactive" : {
46+ "rawValue" : 100 ,
47+ "weight" : 1
48+ }
49+ }
50+ }]
51+ },{
52+ "name" : " Performance diagnostics" ,
53+ "description" : " " ,
54+ "scored" : false ,
55+ "categorizable" : false ,
56+ "items" : [{
57+ "criteria" : {
58+ "critical-request-chains" : {
59+ "rawValue" : 0 ,
60+ "weight" : 1
61+ },
62+ "user-timings" : {
63+ "rawValue" : 0 ,
64+ "weight" : 1
65+ }
66+ }
67+ }]
68+ }]
69+ }
You can’t perform that action at this time.
0 commit comments