Parallelize bid requests
Stay organized with collections
Save and categorize content based on your preferences.
Overview
This audit checks whether or not header bidding requests are being made
sequentially. In most cases, these requests are not dependent on one another and
can be made in parallel to speed up ad loading.
Recommendations
Issue header bidding requests in parallel, rather than sequentially. This means
that you should send all bid requests at the same time instead of issuing one
request at time. If you're using a header bidding library, the library
documentation may have recommendations on how to do this.
The list of supported ad exchanges and supply side platforms this audit
evaluates can be found in
our GitHub repository.
How to reduce the latency of header bidding with Prebid.js
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."],[[["This audit helps publishers identify if their header bidding requests are being made sequentially, which can slow down ad loading."],["It is recommended to issue header bidding requests in parallel to improve ad loading speed by sending all bid requests concurrently."],["Publishers should consult their header bidding library documentation for specific implementation guidance on parallel bidding."]]],[]]