Skip to content

Commit a0d6271

Browse files
docs(performance): INP replacement of FID (#3150)
* docs(performance): INP replacement of FIP We can see a warning on https://web.dev/articles/fid telling that FIP as reach EOL in favor of INP. I have added an info box because the change could be subtle without it but tell me if you see a better way of showing the change. * fix: missing square bracket * fix: typo * Update src/guide/best-practices/performance.md --------- Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent a06db6c commit a0d6271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/best-practices/performance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vue is designed to be performant for most common use cases without much need for
1010

1111
First, let's discuss the two major aspects of web performance:
1212

13-
- **Page Load Performance**: how fast the application shows content and becomes interactive on the initial visit. This is usually measured using web vital metrics like [Largest Contentful Paint (LCP)](https://web.dev/lcp/) and [First Input Delay (FID)](https://web.dev/fid/).
13+
- **Page Load Performance**: how fast the application shows content and becomes interactive on the initial visit. This is usually measured using web vital metrics like [Largest Contentful Paint (LCP)](https://web.dev/lcp/) and [Interaction to Next Paint](https://web.dev/articles/inp).
1414

1515
- **Update Performance**: how fast the application updates in response to user input. For example, how fast a list updates when the user types in a search box, or how fast the page switches when the user clicks a navigation link in a Single-Page Application (SPA).
1616

0 commit comments

Comments
 (0)