Summary: The LargestContentfulPaint API enables web developers to collect paint timing information on the largest painted element (determined by a heuristic). We have found LargestContentfulPaint has the best correlation with visual metrics, so we believe it is going to benefit the web.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1722322
Standard: https://w3c.github.io/largest-contentful-paint/
Platform coverage: all
Preference: dom.enable_largest_contentful_paint
Other browsers: Chrome has it already for a long time.
web-platform-tests: https://github.com/web-platform-tests/wpt/tree/master/largest-contentful-paint
Thanks,
Sean
Hi all,In Bug 1722322, I am going to prototype the LargestContentfulPaint API.
This API has been moved out of WICG and adopted by W3C already.
Summary: The LargestContentfulPaint API enables web developers to collect paint timing information on the largest painted element (determined by a heuristic). We have found LargestContentfulPaint has the best correlation with visual metrics, so we believe it is going to benefit the web.
Platform coverage: all
Preference:
dom.enable_largest_contentful_paint
Other browsers: Chrome has it already for a long time.
web-platform-tests: https://github.com/web-platform-tests/wpt/tree/master/largest-contentful-paint
Thanks,
Sean