Javascript 谷歌Adsense多次加载脚本

Javascript 谷歌Adsense多次加载脚本,javascript,adsense,google-ads-api,Javascript,Adsense,Google Ads Api,我有一个显示谷歌广告的页面——其中三个。ads的初始化如下所示: <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle class-resp" style="display:inline-block" data-ad-client="ca-pub-4283524395367264" data-ad-

我有一个显示谷歌广告的页面——其中三个。ads的初始化如下所示:

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<ins class="adsbygoogle class-resp" style="display:inline-block" data-ad-client="ca-pub-4283524395367264" data-ad-slot="8923673879"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>

<ins class="adsbygoogle class-resp" style="display:inline-block" data-ad-client="ca-pub-4283524395367264" data-ad-slot="8923673879"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>

<ins class="adsbygoogle class-resp" style="display:inline-block" data-ad-client="ca-pub-4283524395367264" data-ad-slot="8923673879"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>

(adsbygoogle=window.adsbygoogle | |[]).push({});
(adsbygoogle=window.adsbygoogle | |[]).push({});
(adsbygoogle=window.adsbygoogle | |[]).push({});
问题是页面大小大得离谱,主要原因是每个广告似乎都需要自己下载以下脚本,即每个脚本下载三次,每个页面的负载增加了约700kb(对于移动浏览来说,这太大了)

有没有人知道有什么方法可以强迫这三个广告分享上述三个脚本中每一个脚本的单一下载,或者每个广告都必须下载它们各自的副本