Skip to content

merge_pr_47766

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 17:12

Remove LCP mouseover heuristic code.

This code was added as an experiment to disable late LCP entries
caused by a mouseover-to-zoom interaction, but doesn't reliably
prevent LCP in many cases.

Future work will replace this with a heuristic based on attributing new
LCP candidates to JavaScript tasks which can be traced back to a mouse
event listener. In the meantime, removing this code will allow the
existing code to be refactored and simplified.

Bug: 40211421
Change-Id: Ib2bbe39bfb2f9c988becaf7b72e479b312fb3ba4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5789151
Reviewed-by: Michal Mocny [email protected]
Reviewed-by: Robert Flack [email protected]
Commit-Queue: Ian Clelland [email protected]
Cr-Commit-Position: refs/heads/main@{#1346021}