Load GPT from recommended host
Stay organized with collections
Save and categorize content based on your preferences.
Overview
This audit ensures that the Google Publisher Tag (GPT) library is being loaded
from the recommended host. The browser must open a connection to each new host
your page references, which can take significant time. By loading GPT from the
recommended host you ensure that all ad serving requests are made to a single
domain, reducing the number of connections to open and improving page load
performance.
Recommendations
Ensure that GPT is being loaded from securepubads.g.doubleclick.net
. For
example:
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
Assessing Loading Performance in Real Life with Navigation and Resource Timing
Get Started with Google Publisher Tags
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[[["Loading the Google Publisher Tag (GPT) library from the recommended host (`securepubads.g.doubleclick.net`) improves page load performance by reducing the number of connections the browser needs to open."],["This audit ensures GPT is loaded from the optimal source to streamline ad serving requests and enhance overall website speed."],["Using the recommended host for GPT minimizes delays associated with opening new connections for each referenced host."]]],[]]