From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/first_contentful_paint/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 files/ja/glossary/first_contentful_paint/index.html (limited to 'files/ja/glossary/first_contentful_paint/index.html') diff --git a/files/ja/glossary/first_contentful_paint/index.html b/files/ja/glossary/first_contentful_paint/index.html new file mode 100644 index 0000000000..1f4fb037ba --- /dev/null +++ b/files/ja/glossary/first_contentful_paint/index.html @@ -0,0 +1,20 @@ +--- +title: First contentful paint +slug: Glossary/First_contentful_paint +tags: + - Glossary + - Performance + - Reference + - Web Performance +translation_of: Glossary/First_contentful_paint +--- +

First Contentful Paint (FCP) は、ブラウザーが DOM からコンテンツの最初のビットをレンダリングし、ページが実際読み込み中というユーザーへの最初のフィードバックがなされる時間です。FCP が終わった時に「起こっているのか」という質問は「はい」です。

+ +

FCP タイムスタンプは、ブラウザーがテキスト、画像(背景画像を含む)、白以外の canvas や SVG を描画した時です。これには iframe は含まず、ただ仮の webfont でのテキストは含んでいます。これはユーザーがページコンテンツを消費する最初の時間です。

+ +

参照:

+ + -- cgit v1.2.3-54-g00ecf