-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.json
499 lines (499 loc) · 17.5 KB
/
report.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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
{
"captchaResult": "CAPTCHA_NOT_NEEDED",
"kind": "pagespeedonline#result",
"id": "https://tillg.github.io/state-of-the-art-blog/",
"responseCode": 200,
"title": "State-of-the-art Blog",
"ruleGroups": {
"SPEED": {
"score": 49
},
"USABILITY": {
"score": 100
}
},
"pageStats": {
"numberResources": 15,
"numberHosts": 2,
"totalRequestBytes": "1555",
"numberStaticResources": 9,
"htmlResponseBytes": "8742",
"cssResponseBytes": "193465",
"imageResponseBytes": "2345443",
"javascriptResponseBytes": "234347",
"otherResponseBytes": "168113",
"numberJsResources": 4,
"numberCssResources": 4
},
"formattedResults": {
"locale": "en_US",
"ruleResults": {
"AvoidLandingPageRedirects": {
"localizedRuleName": "Avoid landing page redirects",
"ruleImpact": 0,
"groups": ["SPEED"],
"summary": {
"format": "Your page has no redirects. Learn more about {{BEGIN_LINK}}avoiding landing page redirects{{END_LINK}}.",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/AvoidRedirects"
}]
}
},
"AvoidPlugins": {
"localizedRuleName": "Avoid plugins",
"ruleImpact": 0,
"groups": ["USABILITY"],
"summary": {
"format": "Your page does not appear to use plugins, which would prevent content from being usable on many platforms. Learn more about the importance of {{BEGIN_LINK}}avoiding plugins{{END_LINK}}.",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/AvoidPlugins"
}]
}
},
"ConfigureViewport": {
"localizedRuleName": "Configure the viewport",
"ruleImpact": 0,
"groups": ["USABILITY"],
"summary": {
"format": "Your pagespecifies a viewport matching the device's size, which allows it to render properly on all devices. Learn more about {{BEGIN_LINK}}configuring viewports{{END_LINK}}.",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/ConfigureViewport"
}]
}
},
"EnableGzipCompression": {
"localizedRuleName": "Enable compression",
"ruleImpact": 0,
"groups": ["SPEED"],
"summary": {
"format": "You have compression enabled. Learn more about {{BEGIN_LINK}}enabling compression{{END_LINK}}.",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/EnableCompression"
}]
}
},
"LeverageBrowserCaching": {
"localizedRuleName": "Leverage browser caching",
"ruleImpact": 6.7284226190476195,
"groups": ["SPEED"],
"summary": {
"format": "Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network."
},
"urlBlocks": [{
"header": {
"format": "{{BEGIN_LINK}}Leverage browser caching{{END_LINK}} for the following cacheable resources:",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/LeverageBrowserCaching"
}]
},
"urls": [{
"result": {
"format": "{{URL}} ({{LIFETIME}})",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/css/clean-blog.min.css"
}, {
"type": "DURATION",
"key": "LIFETIME",
"value": "10 minutes"
}]
}
}, {
"result": {
"format": "{{URL}} ({{LIFETIME}})",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/css/google-fonts.css"
}, {
"type": "DURATION",
"key": "LIFETIME",
"value": "10 minutes"
}]
}
}, {
"result": {
"format": "{{URL}} ({{LIFETIME}})",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/img/home-bg.jpg"
}, {
"type": "DURATION",
"key": "LIFETIME",
"value": "10 minutes"
}]
}
}, {
"result": {
"format": "{{URL}} ({{LIFETIME}})",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/js/clean-blog.min.js"
}, {
"type": "DURATION",
"key": "LIFETIME",
"value": "10 minutes"
}]
}
}, {
"result": {
"format": "{{URL}} ({{LIFETIME}})",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/vendor/bootstrap/css/bootstrap.min.css"
}, {
"type": "DURATION",
"key": "LIFETIME",
"value": "10 minutes"
}]
}
}, {
"result": {
"format": "{{URL}} ({{LIFETIME}})",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"
}, {
"type": "DURATION",
"key": "LIFETIME",
"value": "10 minutes"
}]
}
}, {
"result": {
"format": "{{URL}} ({{LIFETIME}})",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/vendor/font-awesome/css/font-awesome.min.css"
}, {
"type": "DURATION",
"key": "LIFETIME",
"value": "10minutes"
}]
}
}, {
"result": {
"format": "{{URL}} ({{LIFETIME}})",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/vendor/jquery/jquery.min.js"
}, {
"type": "DURATION",
"key": "LIFETIME",
"value": "10 minutes"
}]
}
}, {
"result": {
"format": "{{URL}} ({{LIFETIME}})",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://www.googletagmanager.com/gtag/js?id=UA-123599626-1"
}, {
"type": "DURATION",
"key": "LIFETIME",
"value": "15 minutes"
}]
}
}]
}]
},
"MainResourceServerResponseTime": {
"localizedRuleName": "Reduce server response time",
"ruleImpact": 0,
"groups": ["SPEED"],
"summary": {
"format": "Your server responded quickly. Learn more about {{BEGIN_LINK}}server response time optimization{{END_LINK}}.",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/Server"
}]
}
},
"MinifyCss": {
"localizedRuleName": "Minify CSS",
"ruleImpact": 0.015000000000000001,
"groups": ["SPEED"],
"summary": {
"format": "Compacting CSS code can save many bytes of data and speed up download and parse times."
},
"urlBlocks": [{
"header": {
"format": "{{BEGIN_LINK}}Minify CSS{{END_LINK}} for the following resources to reduce their size by {{SIZE_IN_BYTES}} ({{PERCENTAGE}} reduction).",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/MinifyResources"
}, {
"type": "BYTES",
"key": "SIZE_IN_BYTES",
"value": "150B"
}, {
"type": "PERCENTAGE",
"key": "PERCENTAGE",
"value": "18%"
}]
},
"urls": [{
"result": {
"format": "Minifying {{URL}} could save {{SIZE_IN_BYTES}} ({{PERCENTAGE}} reduction) after compression.",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/css/google-fonts.css"
}, {
"type": "BYTES",
"key": "SIZE_IN_BYTES",
"value": "150B"
}, {
"type": "PERCENTAGE",
"key": "PERCENTAGE",
"value": "18%"
}]
}
}]
}]
},
"MinifyHTML": {
"localizedRuleName": "Minify HTML",
"ruleImpact": 0.027200000000000002,
"groups": ["SPEED"],
"summary": {
"format": "Compacting HTML code, including any inline JavaScript and CSS contained in it, can save many bytes of data and speed up download and parse times."
},
"urlBlocks": [{
"header": {
"format": "{{BEGIN_LINK}}Minify HTML{{END_LINK}} for the following resources to reduce their size by {{SIZE_IN_BYTES}} ({{PERCENTAGE}} reduction).",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/MinifyResources"
}, {
"type": "BYTES",
"key": "SIZE_IN_BYTES",
"value": "272B"
}, {
"type": "PERCENTAGE",
"key": "PERCENTAGE",
"value": "15%"
}]
},
"urls": [{
"result": {
"format": "Minifying {{URL}} could save {{SIZE_IN_BYTES}} ({{PERCENTAGE}} reduction) after compression.",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/"
}, {
"type": "BYTES",
"key": "SIZE_IN_BYTES",
"value": "272B"
}, {
"type": "PERCENTAGE",
"key": "PERCENTAGE",
"value": "15%"
}]
}
}]
}]
},
"MinifyJavaScript": {
"localizedRuleName": "Minify JavaScript",
"ruleImpact": 0,
"groups": ["SPEED"],
"summary": {
"format": "Your JavaScript content is minified. Learn more about {{BEGIN_LINK}}minifying JavaScript{{END_LINK}}.",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/MinifyResources"
}]
}
},
"MinimizeRenderBlockingResources": {
"localizedRuleName": "Eliminate render-blocking JavaScript and CSS in above-the-fold content",
"ruleImpact": 32,
"groups": ["SPEED"],
"summary": {
"format": "Your page has {{NUM_CSS}} blocking CSS resources. This causes a delay in rendering your page.",
"args": [{
"type": "INT_LITERAL",
"key": "NUM_CSS",
"value": "4"
}]
},
"urlBlocks": [{
"header": {
"format": "None of the above-the-fold content on your page could be rendered without waiting for the followingresources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML."
}
}, {
"header": {
"format": "{{BEGIN_LINK}}Optimize CSS Delivery{{END_LINK}} of the following:",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery"
}]
},
"urls": [{
"result": {
"format": "{{URL}}",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/vendor/bootstrap/css/bootstrap.min.css"
}]
}
}, {
"result": {
"format": "{{URL}}",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/vendor/font-awesome/css/font-awesome.min.css"
}]
}
}, {
"result": {
"format": "{{URL}}",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/css/google-fonts.css"
}]
}
}, {
"result": {
"format": "{{URL}}",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/css/clean-blog.min.css"
}]
}
}]
}]
},
"OptimizeImages": {
"localizedRuleName": "Optimize images",
"ruleImpact": 75.4641,
"groups": ["SPEED"],
"summary": {
"format": "Properly formatting and compressing images can save many bytes of data."
},
"urlBlocks": [{
"header": {
"format": "{{BEGIN_LINK}}Optimize the following images{{END_LINK}} to reduce their size by {{SIZE_IN_BYTES}}({{PERCENTAGE}} reduction).",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/OptimizeImages"
}, {
"type": "BYTES",
"key": "SIZE_IN_BYTES",
"value": "737KiB"
}, {
"type": "PERCENTAGE",
"key": "PERCENTAGE",
"value": "33%"
}]
},
"urls": [{
"result": {
"format": "Compressing{{URL}} could save {{SIZE_IN_BYTES}} ({{PERCENTAGE}} reduction).",
"args": [{
"type": "URL",
"key": "URL",
"value": "https://tillg.github.io/state-of-the-art-blog/assets/img/home-bg.jpg"
}, {
"type": "BYTES",
"key": "SIZE_IN_BYTES",
"value": "737KiB"
}, {
"type": "PERCENTAGE",
"key": "PERCENTAGE",
"value": "33%"
}]
}
}]
}]
},
"PrioritizeVisibleContent": {
"localizedRuleName": "Prioritize visible content",
"ruleImpact": 0,
"groups": ["SPEED"],
"summary": {
"format": "You have the above-the-fold content properly prioritized. Learn more about {{BEGIN_LINK}}prioritizing visible content{{END_LINK}}.",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/PrioritizeVisibleContent"
}]
}
},
"SizeContentToViewport": {
"localizedRuleName": "Size content to viewport",
"ruleImpact": 0,
"groups": ["USABILITY"],
"summary": {
"format": "The contents of your page fit within the viewport. Learn more about {{BEGIN_LINK}}sizing content to the viewport{{END_LINK}}.",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/SizeContentToViewport"
}]
}
},
"SizeTapTargetsAppropriately": {
"localizedRuleName": "Size tap targets appropriately",
"ruleImpact": 0,
"groups": ["USABILITY"],
"summary": {
"format": "All of your page's links/buttons are large enough for a user to easily tap on a touchscreen. Learn more about {{BEGIN_LINK}}sizing tap targets appropriately{{END_LINK}}.",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/SizeTapTargetsAppropriately"
}]
}
},
"UseLegibleFontSizes": {
"localizedRuleName": "Use legible font sizes",
"ruleImpact": 0,
"groups": ["USABILITY"],
"summary": {
"format": "The text on your page is legible. Learn more about {{BEGIN_LINK}}using legible font sizes{{END_LINK}}.",
"args": [{
"type": "HYPERLINK",
"key": "LINK",
"value": "https://developers.google.com/speed/docs/insights/UseLegibleFontSizes"
}]
}
}
}
},
"version": {
"major": 1,
"minor": 15
}
}