commit | 9d1921eae67b79e5d896297b6a2329e83d6587d9 | [log] [tgz] |
---|---|---|
author | Russ Hamilton <[email protected]> | Fri Sep 15 20:57:32 2023 |
committer | Chromium LUCI CQ <[email protected]> | Fri Sep 15 20:57:32 2023 |
tree | 87e94841f6f5f5d9e5a00d3ee5bc4de4e4c723ab | |
parent | 04ae07ebe5f85a37b615e9aec89c54955ea8b8fb [diff] |
Pre-warm DataDecoder for Bidding and Auction Services auctions Creating a DataDecoder and initializing its process is taking more than 90% of the time for parsing Bidding and Auction Services responses. Adding pre-warming of the response has been found to significantly improve Bidding and Auction Services latency, particularly on low-end devices where this API is most beneficial. Change-Id: Ia4d5cbf12954b4d1d76faaf946eb650bd351bcde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4864728 Reviewed-by: Qingxin Wu <[email protected]> Commit-Queue: Russ Hamilton <[email protected]> Cr-Commit-Position: refs/heads/main@{#1197323}
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.