We've recently ramped up a change to Chromium's Largest Contentful Paint algorithm to better handle videos and animated bitmap images.
Videos without poster images were previously not included in LCP calculations at all, but will now be considered eligible LCP candidates when the first frame is rendered. (This will generally only apply to large muted autoplaying videos only, as videos with sound require a user interaction to begin playing, and LCP is only counted up until the first interaction on the page) Animated bitmap images will also use the timing of their first rendered frame, rather than waiting until the data has been completely downloaded. For pages where an animated image is the largest painted element, this should generally result in an improvement to LCP scores. For more details, see the changelog <https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/speed/metrics_changelog/lcp.md> . -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscr...@chromium.org. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAK_TSXJRQm6Eo4-OvdyNP0jKpNGovbLW6nmaph%3DZOuvBBwPJHw%40mail.gmail.com.