パフォーマンススコアとは?
パフォーマンススコアとは、監査ツールが first contentful paint、largest contentful paint、total blocking time、cumulative layout shift などの個別指標を重み付けして導く合成評価で、通常は 0 から 100 のスケールです。複数のシグナルを一つの見出し的な数値にまとめます。重み付けにより、単一の指標だけで結果が完全に決まることはありません。
なぜ重要か
パフォーマンススコアは、チームに一目でわかる目標と、CI で build をゲートするのに便利なしきい値を与えます。合成値であるため、低下があっても診断には根底にある指標を見る必要があります。
関連ガイド
What Is Speed Index?Speed index measures how quickly the visible parts of a page paint during load, giving a score that rewards s…
What Is Total Blocking Time?Total blocking time sums how long the main thread was blocked by long tasks between first paint and interacti…
What Is Largest Contentful Paint?Largest contentful paint measures when the largest visible element, such as a hero image or heading block, fi…