commit | 30d3689bcb450264cb9275f7f1dced2cddd0eb48 | [log] [tgz] |
---|---|---|
author | Abigail Katcoff <abigailkatcoff@chromium.org> | Mon Aug 05 21:33:38 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 05 21:33:38 2024 |
tree | 80ad976aded7875a07661c301923b4c3acbc94a2 | |
parent | 48b1c115d8fb0a3d343154eee00141dc9445de41 [diff] |
PA: Preconnect to owner & signals origins before loading IGs Cache in-memory previously joined (through JoinInterestGroup) and loaded (through GetInterestGroupsForOwner) owner origins and trusted bidding signals origins (if different from their corresponding owner origin). Preconnect to these origins right at the auction start, so that the bidding code and trusted signals fetches can be done more quickly. An owner and its trusted bidding signals origin will be removed from the cache when GetInterestGroupsForOwner returns no interest groups. Currently we preconnect to trusted bidding signals URLs when we launch the bidder processes, but since process launch is often relatively fast, connecting to these earlier will likely result in even quicker fetches. Bug: 353480639 Change-Id: Ied9f9bb2ac8de1bb336f87826165124308eeec21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5709637 Commit-Queue: Abigail Katcoff <abigailkatcoff@chromium.org> Reviewed-by: mmenke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/main@{#1337502}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.