Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(browser): add anchor link for core web vital #16680

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Additional resources:
* [Google's approach to LCP optimization](https://web.dev/optimize-lcp/).
* [Lighthouse](https://developers.google.com/web/tools/lighthouse) is a tool by Google that runs a synthetic test against a specific page and provides a list of recommendations that include how to optimize CLS.

## Interaction to next paint (INP)
## Interaction to next paint (INP) [#INP]

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).

Expand Down
Loading