0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

WEBページのパフォーマンスに関する用語

Posted at

LCP (Largest Contentful Paint)

ユーザがページを表示して、「主要なコンテンツが表示された」と感じるまでの時間を測る指標。

ページ内で最も大きな要素 (画像、見出し、ブロック要素) が表示されるまでの時間を指す。

TTFB (Time To First Byte)

サーバから最初のバイトが返ってくるまでの時間。

レスポンス時間

FCP (First Contentful Paint)

最初に何らかのコンテンツ (テキストや画像) が描画されるまでのタイミング。

FCP と LCP に差異がないことが理想的である。

DOMContentLoaded

DOM ツリーが構築されたときに発火されるイベント。

Load

ページ上のすべてのリソース (画像、CSS、JS) が読み込まれた際に発火されるイベント。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?