| commit | bc5f37a155484ac52b54cfa44ea9ed0688e7edbc | [log] [tgz] |
|---|---|---|
| author | Hao Liu <haoliuk@chromium.org> | Tue May 02 15:08:41 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 02 15:08:41 2023 |
| tree | 80b983822a7b4b713c74c579e624504d8e90159f | |
| parent | 887075a05284de71ef2c950cee49d25e520ba869 [diff] |
Add histogram count for incorrect LCP timings This CL adss UMA histogram to count 3 incorrect LCP timing cases. 1, Image load start is less than document TTFB. 2, Image load end is less than load start. 3, Image LCP is less than load start. We already know case 1 happens. We'd like to see the counts as the 1st step investigation. We'd also like to know if other cases would happen. Bug: 1431906 Change-Id: I3e6bd8a655652bdc4231ff124d0fdf934329dd2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4476487 Reviewed-by: Ian Clelland <iclelland@chromium.org> Commit-Queue: Hao Liu <haoliuk@chromium.org> Reviewed-by: Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/main@{#1138362}
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.