OLD | NEW |
1 Tests audit rules. | 1 Tests audit rules. |
2 | 2 |
3 Text Link | 3 Text Link |
4 Page reloaded. | 4 Page reloaded. |
5 Network Utilization | 5 Network Utilization |
6 [severity severe] Combine external JavaScript (4) | 6 [severity severe] Combine external JavaScript (4) |
7 There are multiple resources served from same domain. Consider combining
them into as few files as possible. | 7 There are multiple resources served from same domain. Consider combining t
hem into as few files as possible. |
8 4 JavaScript resources served from [domain]. | 8 4 JavaScript resources served from [domain]. |
9 [severity warning] Specify image dimensions (2) | 9 [severity warning] Specify image dimensions (2) |
10 A width and height should be specified for all images in order to speed u
p page display. The following image(s) are missing a width and/or height: | 10 A width and height should be specified for all images in order to speed up
page display. The following image(s) are missing a width and/or height: |
11 foo1.jpg | 11 foo1.jpg |
12 foo2.jpg | 12 foo2.jpg |
13 Web Page Performance | 13 Web Page Performance |
14 [severity severe] Optimize the order of styles and scripts (2) | 14 [severity severe] Optimize the order of styles and scripts (2) |
15 The following external CSS files were included after an external JavaScri
pt file in the document head. To ensure CSS files are downloaded in parallel, al
ways include external CSS before external JavaScript. | 15 The following external CSS files were included after an external JavaScrip
t file in the document head. To ensure CSS files are downloaded in parallel, alw
ays include external CSS before external JavaScript. |
16 audits-style1.css | |
17 1 inline script block was found in the head between an external CSS file
and another resource. To allow parallel downloading, move the inline script bef
ore the external CSS file, or after the next resource. | |
18 [severity severe] Put CSS in the document head (2) | |
19 CSS in the document body adversely impacts rendering performance. | |
20 1 style block(s) in the | |
21 audits-panel-functional.html | |
22 body should be moved to the document head. | |
23 Link node | |
24 audits-style1.css | 16 audits-style1.css |
25 should be moved to the document head in | 17 1 inline script block was found in the head between an external CSS file
and another resource. To allow parallel downloading, move the inline script befo
re the external CSS file, or after the next resource. |
26 audits-panel-functional.html | 18 [severity severe] Put CSS in the document head (2) |
27 [severity warning] Remove unused CSS rules (10) | 19 CSS in the document body adversely impacts rendering performance. |
28 10 rules (50%) of CSS not used by the current page. | 20 1 style block(s) in the |
29 Inline block #1: 41% is not used by the current page. | 21 audits-panel-functional.html |
30 .unused | 22 body should be moved to the document head. |
31 x:before | 23 Link node |
32 x:nth-child(1):hover:after | 24 audits-style1.css |
33 x:after | 25 should be moved to the document head in |
34 x:hover | 26 audits-panel-functional.html |
35 x:first-letter | 27 [severity warning] Remove unused CSS rules (10) |
36 x:nth-child(2n + 1) | 28 10 rules (50%) of CSS not used by the current page. |
37 Inline block #2: 100% is not used by the current page. | 29 Inline block #1: 41% is not used by the current page. |
38 .violation | 30 .unused |
39 audits-style1.css | 31 x:before |
40 : 100% is not used by the current page. | 32 x:nth-child(1):hover:after |
41 .some-style | 33 x:after |
42 audits-style1.css | 34 x:hover |
43 : 100% is not used by the current page. | 35 x:first-letter |
44 .some-style | 36 x:nth-child(2n + 1) |
45 [severity warning] Use normal CSS property names instead of vendor-prefixe
d ones (2) | 37 Inline block #2: 100% is not used by the current page. |
46 audits-panel-functional.html | 38 .violation |
47 .unused | 39 audits-style1.css |
48 "-webkit-opacity" is used, but "opacity" is supported. | 40 : 100% is not used by the current page. |
49 audits-panel-functional.html | 41 .some-style |
50 .violation | 42 audits-style1.css |
51 "-webkit-border-radius" is used, but "border-radius" is supported. | 43 : 100% is not used by the current page. |
| 44 .some-style |
| 45 [severity warning] Use normal CSS property names instead of vendor-prefixed
ones (2) |
| 46 audits-panel-functional.html |
| 47 .unused |
| 48 "-webkit-opacity" is used, but "opacity" is supported. |
| 49 audits-panel-functional.html |
| 50 .violation |
| 51 "-webkit-border-radius" is used, but "border-radius" is supported. |
52 | 52 |
OLD | NEW |