Google AdSenseを高速化させる方法
DNSプリフェッチ
「head」タグ内に下記を追加
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="dns-prefetch" href="//pagead2.googlesyndication.com">
<link rel="dns-prefetch" href="//googleads.g.doubleclick.net">
<link rel="dns-prefetch" href="//tpc.googlesyndication.com">
<link rel="dns-prefetch" href="//www.gstatic.com">
読み込みコードの一元化
読み込みコードを1回だけHead内に書いておき、各ユニットの「読み込みコード」部分は削除して設置する。
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-00000000000000000"
crossorigin="anonymous"></script>
参考:https://webwork-plus.com/content/webwork/adsense-speedup.html