Question: What is Largest Contentful Paint?
- A measure of how long it takes the browser to load and render the largest element visible in the viewport
- A measure of how long it takes the browser to render the first piece of DOM content after a user navigates to your page
- A measure of visual stability
- Both A & C
Explanation
Largest Contentful Paint measures loading performance by tracking when the largest visible element in the viewport finishes rendering. HubSpot describes it as the time it takes for the largest element on the page to render, which reflects when the main content becomes available to the visitor. This is different from earlier paint metrics because it focuses on the most significant visible element rather than the first rendered content. In HubSpot’s performance guidance, Largest Contentful Paint is also one of the Core Web Vitals used to evaluate page experience. HubSpot+1
Why the other options are incorrect
First Contentful Paint measures when the first piece of rendered content appears, so it does not track the largest visible element. HubSpot Developers
visual stability describes Cumulative Layout Shift, which measures unexpected movement on the page rather than the rendering time of the main visible element. HubSpot
Both A & C is incorrect because Largest Contentful Paint measures loading of the largest visible element, while visual stability is a separate metric. HubSpot+1
Source for verification
https://knowledge.hubspot.com/seo/use-the-site-speed-dashboard
https://developers.hubspot.com/blog/using-google-lighthouse-to-optimize-your-hubspot-websites
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "HubSpot CMS for Developers II" page.
