Measurement
FMP (First Meaningful Paint)
First Meaningful Paint (FMP) was a performance metric that measured when the primary above-the-fold content becomes visible to the user — specifically the "hero" element of the page. Originally included in Google Lighthouse, FMP was deprecated in Lighthouse 6.0 in favor of Largest Contentful Paint (LCP), which is more reliable and correlates better with user experience.
Though deprecated from Lighthouse, FMP data was historically collected via Chrome DevTools and lab testing tools. Today, its function is largely replaced by LCP in Google Search Console's Core Web Vitals report and PageSpeed Insights, which measure the render time of the largest visible element.
Authority Links
Related Terms
Measurement
DCL (DOM Content Loaded)
Refers to the time frame from entering a web page to the loading of the content.
Measurement
FCP (First Contentful Paint)
Refers to the point at which the first pixel renders on a screen after a user navigates to a web page.
Measurement
FID (First Input Delay)
Refers to the metric that represents how quickly a response is given when an action is requested after the page is loaded.
Measurement
TTFB (Time to First Byte)
Refers to the time between the browser requesting a page and when it receives the first byte of information from the server.

