commit | ebbce0eb61928f59b741f61c514ae4dc748667f6 | [log] [tgz] |
---|---|---|
author | tby <tby@chromium.org> | Thu Sep 03 05:22:13 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Sep 03 05:22:13 2020 |
tree | 413d0bfeae7610848d3d17c027217f40ab12b00d | |
parent | c26869a89f15ffc8d6bea4ffd4346073ab55fb16 [diff] |
[Suggested files] Be more careful with cache warming Currently we always query ItemSuggest when Drive FS finishes mounting. This is too frequent, because mounting doesn't only happen at login, it also happens when waking from sleep. This CL does two things: 1. Ensures we do a warmup query only once. 2. Adds a metric to measure how often we issue the warmup query, so we can estimate its qps contribution. Bug: 1124162 Change-Id: Ib2fbf6ead631ebfa3cef10fa8786f4af858c4171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387915 Reviewed-by: Rachel Wong <wrong@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#804089}
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.
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.