-
Notifications
You must be signed in to change notification settings - Fork 22.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pages for Largest Contentful Paint (#22822)
- Loading branch information
Showing
13 changed files
with
165 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Largest contentful paint | ||
slug: Glossary/Largest_contentful_paint | ||
tags: | ||
- Performance | ||
- Reference | ||
- Web Performance | ||
--- | ||
|
||
The **Largest Contentful Paint** (LCP) performance metric provides the render time of the largest image or text block visible within the viewport, recorded from when the page first begins to load. | ||
|
||
The following elements are considered when determining the LCP: | ||
|
||
- {{HTMLElement("img")}} elements. | ||
- [`<image>`](/en-US/docs/Web/SVG/Element/image) elements inside an SVG. | ||
- The poster images of {{HTMLElement("video")}} elements. | ||
- Elements with a {{cssxref("background-image")}}. | ||
- Groups of text nodes, such as {{HTMLElement("p")}}. | ||
|
||
## See also | ||
|
||
- [`LargestContentfulPaint`](/en-US/docs/Web/API/LargestContentfulPaint) | ||
- [First contentful paint](/en-US/docs/Glossary/First_contentful_paint) | ||
- [First paint](/en-US/docs/Glossary/First_paint) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.