Skip to content

Commit 873d850

Browse files
feat(webvitals): Moves total perf score explainer up and add min latency for inp (#9460)
1 parent 29b7c85 commit 873d850

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/product/performance/web-vitals/index.mdx

+7-3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ At the center of the **Page Overview**, Web Vital p75 values and scores are disp
7878

7979
**Performance Score** is a rating from 0 to 100 that summarizes the perceived performance of your web application. Page loads and Interactions on your web application are scored based on their **Web Vitals**. Each **Web Vital** is given a rating from 0 to 100 through a [Log-Normal Distribution](https://www.desmos.com/calculator/o98tbeyt1t), which is then weighed and aggregated by page and overall for your entire web application.
8080

81+
The overall **Performance Score** of your web application is the weighted average of your **Page Load** and **Interaction** scores. If your web application has far more Page Load scores than Interaction scores, your overall **Performance Score** will be biased towards Page Loads, and vice versa. An equal number of Page Load and Interaction scores produces an overall **Performance Score** comprised of a 50/50 average.
82+
83+
<Note>
84+
Performance Scores are currently only supported on desktop web browsers.
85+
</Note>
86+
8187
A **Page Load Performance Score** is comprised of up to 4 individual **Web Vital** components found on each event. The default weights and rating thresholds for each **Web Vital** can be found in the table below.
8288

8389
| Page Load Web Vital | P90 (Good) | P50 (Meh) | Weight |
@@ -99,10 +105,8 @@ An **Interaction Performance Score** is based off a single **Web Vital** compone
99105
| --------------------------------------------------------------- | ------------------------------------------------------ | ------------------------------------------------------ | ------ |
100106
| [Interaction to Next Paint](/product/performance/web-vitals/web-vitals-concepts/#interaction-to-next-paint-inp) (INP) | [200ms](https://www.desmos.com/calculator/jaqxodpx8d) | [500ms](https://www.desmos.com/calculator/jaqxodpx8d) | 100% |
101107

102-
The overall **Performance Score** of your web application is the weighted average of your **Page Load** and **Interaction** scores. If your web application has far more Page Load scores than Interaction scores, your overall **Performance Score** will be biased towards Page Loads, and vice versa. An equal number of Page Load and Interaction scores produces an overall **Performance Score** comprised of a 50/50 average.
103-
104108
<Note>
105-
Performance Scores are currently only supported on desktop web browsers.
109+
For an interaction to be considered an INP candidate, it must have a latency of at least [40ms](https://github.com/GoogleChrome/web-vitals/blob/v3.5.2/src/onINP.ts#L209).
106110
</Note>
107111

108112
## Opportunity

0 commit comments

Comments
 (0)