質問編集履歴
2
指摘があった部分の訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
HTMLソースコード(head内)で
|
2
2
|
外部コードの読込を行う際に
|
3
3
|
async、defer属性またはResource Hintsはどのように記述するとベストでしょうか。
|
4
|
-
(特にPageSpeed Insightsなど測定ツールに対して最適な方法)
|
5
4
|
|
6
5
|
※前回「jquery.min.js読込」と紛らわしい質問をしてしまったので、訂正して再掲載します。
|
7
6
|
|
@@ -43,7 +42,10 @@
|
|
43
42
|
```
|
44
43
|
|
45
44
|
自分なりに調べた結果が上記内容ですが、
|
46
|
-
理解が足りない部分もあり、
|
45
|
+
理解が足りない部分もあり、ベストな方法がわりかねます。
|
46
|
+
|
47
|
+
PageSpeed Insightsなど測定ツールに対して最適な記述方法が知りたいです。
|
48
|
+
|
47
49
|
|
48
50
|
詳しい方のご意見をいただければ幸いです。
|
49
51
|
よろしくお願いいたします。
|
1
ソースコードの誤り
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
<link rel="DNS-Prefetch Preconnect" as="stylesheet" href="https://fonts.googleapis.com">
|
37
37
|
|
38
38
|
<link rel="preload" as="script" href="https://www.googletagmanager.com/gtag/js?id=0000">
|
39
|
-
<link rel="preload" as="stylesheet" href="https://
|
39
|
+
<link rel="preload" as="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone">
|
40
40
|
|
41
41
|
<script type="text/javascript" async src="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone">
|
42
42
|
<link rel="stylesheet" async href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone">
|