広告リクエストのウォーターフォール
概要
最初の広告リクエストが行われる前にリクエストされたリソースのレポート。これらのリソースでは最初の広告リクエストが遅延するため、リクエストの数を最小限に抑えると、広告の読み込みが速くなります。
推奨事項
この監査は純粋に情報提供のみを目的としており、ページが合格することも不合格になることもあります。表示される情報を参考にして、最初の広告リクエストまでの時間を次の方法で短縮できます。
- リソースの削除、遅延、非同期設定などを行い、リソースの数を減らす。
- リソースを組み合わせてリクエスト数を減らす。
- 広告をリクエストする前に重要なリソースのみをリクエストすることで、リソースの読み込み順序を最適化する。
上記の最適化はいずれも、広告の速度にプラスの影響を与えます。
重要なリクエスト チェーン
ページの読み込み時間を最小限に抑えるためのタグ設定のベスト プラクティス
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-26 UTC。
[null,null,["最終更新日 2024-06-26 UTC。"],[[["The audit reveals resources that are requested before the first ad request, potentially delaying ad loading."],["Optimizing the loading process of these resources improves ad speed and user experience."],["Reduce the number, defer loading, or combine resources to minimize delays before the first ad request."],["Prioritize loading critical resources before requesting ads to optimize resource order and improve ad speed."]]],["The content focuses on optimizing ad loading speed by minimizing resources requested before the first ad request. Key actions include reducing the number of resources by removing, deferring, or asynchronously loading them; combining resources; and prioritizing the loading order of critical resources. These steps aim to decrease the time to the first ad request, positively impacting ad speed. The report provides informative data to aid in these optimizations.\n"]]