Search code examples
webgoogle-chrome-devtoolspagespeedlighthousepagespeed-insights

How to measure First Paint (FP)?


PageSpeed Insights and Lighthouse are able to measure First Contentful Paint (FCP), First Meaningful Paint (FMP) and other metrics, but how I can measure First Paint (FP)?


Solution

  • You can measure First Paint (FB) the same way as Largest Contentful Paint (LCP) in Chrome DevTools -> Performance.

    You can check more info in Chrome DevTools documentation.

    enter image description here