Skip to content

Commit

Permalink
Translation: Add glossary for LCP
Browse files Browse the repository at this point in the history
  • Loading branch information
sora32127 committed Oct 12, 2024
1 parent 11499f3 commit fe9cb4a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions files/ja/glossary/largest_contentful_paint/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Largest contentful paint
slug: Glossary/Largest_contentful_paint
page-type: glossary-definition
---

{{GlossarySidebar}}

**Largest Contentful Paint (LCP)** はウェブサイトのユーザビリティを測定する指標であり、Google が [Core Web Vitals](https://web.dev/explore/learn-core-web-vitals) を構成する指標群の一つとして設計しました。LCP は、ブラウザーがページの読み込みを開始してから、ビューポート内で視認可能な最大の画像またはテキストブロックのレンダリングが完了するまでの時間を測定します。

LCP を決定する要素の例として、以下が挙げられます :

- {{HTMLElement("img")}} 要素
- SVG 内の [`<image>`](/ja/docs/Web/SVG/Element/image) 要素
- {{HTMLElement("video")}} 要素のポスター画像
- {{cssxref("background-image")}} が設定された要素
- {{HTMLElement("p")}} などのテキストノードのまとまり

## 関連情報

- [`LargestContentfulPaint`](/ja/docs/Web/API/LargestContentfulPaint)
- web.dev 上の [LCP](https://web.dev/articles/lcp)
- {{Glossary("First contentful paint")}}
- {{Glossary("First paint")}}

0 comments on commit fe9cb4a

Please sign in to comment.