aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/first_contentful_paint
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/first_contentful_paint
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/first_contentful_paint')
-rw-r--r--files/ja/glossary/first_contentful_paint/index.html20
1 files changed, 20 insertions, 0 deletions
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
+---
+<p><strong>First Contentful Paint </strong>(FCP) は、ブラウザーが DOM からコンテンツの最初のビットをレンダリングし、ページが実際読み込み中というユーザーへの最初のフィードバックがなされる時間です。FCP が終わった時に「起こっているのか」という質問は「はい」です。</p>
+
+<p>FCP タイムスタンプは、ブラウザーがテキスト、画像(背景画像を含む)、白以外の canvas や SVG を描画した時です。これには iframe は含まず、ただ仮の webfont でのテキストは含んでいます。これはユーザーがページコンテンツを消費する最初の時間です。</p>
+
+<h2 id="See_also" name="See_also">参照:</h2>
+
+<ul>
+ <li><a href="https://wiki.developer.mozilla.org/ja/docs/Glossary/first_meaningful_paint">First Meaningful Paint</a></li>
+ <li><a href="https://w3c.github.io/paint-timing/#first-contentful-paint">Paint Timing specification</a></li>
+</ul>