Skip to content

Commit

Permalink
fix(browser): inp description
Browse files Browse the repository at this point in the history
  • Loading branch information
ally-sassman committed Mar 25, 2024
1 parent d04e8a4 commit 9e65854
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ Additional resources:

## Interaction to next paint (INP)

Interaction to next paint (INP) is the time between when a user first interacts with a page to the time when the browser is able to respond. It's a field metric that varies based on real user behavior (results vary based on user impatience and action timing) but can be optimized by reducing total blocking time (TBT).
Interaction to next paint (INP) calculates when a user interacts with a page via clicks, taps, and keyboard interactions with a page throughout its lifespan. It's a field metric that varies based on real user behavior (results vary based on user impatience and action timing) but can be optimized by reducing total blocking time (TBT).

To do this, you need to:
* Break up long blocking tasks.
Expand Down

0 comments on commit 9e65854

Please sign in to comment.