Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/first_contentful_paint (#15971)
Browse files Browse the repository at this point in the history
* [add]: add index.md for web/glossary/first_contentful_paint

* [revise]: revise index.md

* [revise]: revise feedback
  • Loading branch information
IMHOJEONG authored Oct 30, 2023
1 parent fa566c2 commit ff4b154
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions files/ko/glossary/first_contentful_paint/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 최초 콘텐츠풀 페인트 (First contentful paint, FCP)
slug: Glossary/First_contentful_paint
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**최초 콘텐츠풀 페인트(FCP)**는 브라우저가 DOM에서 첫 번째 콘텐츠 비트를 렌더링하여, 페이지가 실제로 로드되고 있다는 첫 번째 피드백을 사용자에게 제공하는 경우입니다. FCP 이후에 사용자는 웹 페이지가 로드되어 있다는 것을 느낄 수 있습니다.

최초 콘텐츠풀 페인트 타임스탬프는 브라우저가 텍스트, 이미지(배경 이미지 포함), 비디오, 그려진 캔버스 또는 비어있지 않은 SVG를 처음 렌더링한 시점입니다. 이것은 iframe의 모든 콘텐츠를 제외하지만 보류 중인 웹 글꼴이 있는 텍스트를 포함합니다. 사용자가 페이지 콘텐츠를 소비하기 시작한 것은 이 시점이 처음입니다.

## 같이 보기

- [최초 페인트](/ko/docs/Glossary/First_paint)
- [`PerformancePaintTiming`](/ko/docs/Web/API/PerformancePaintTiming)
- [최대 콘텐츠풀 페인트](/ko/docs/Glossary/Largest_contentful_paint)
- [최초 의미있는 페인트](/ko/docs/Glossary/First_meaningful_paint)
- web.dev의 [최초 콘텐츠풀 페인트](https://web.dev/fcp/)

0 comments on commit ff4b154

Please sign in to comment.