What is INP
Anzhela Vozniak
BDR at Netpeak | Accelerating Brand Growth & ROI with High-Impact SEO & PPC Strategies
INP is a metric used by Google to evaluate how quickly a website responds to user actions. In this article, I will discuss what INP is, its effects, how it is calculated, and how to improve it.
NP evaluates the response of the interface during the entire user session, not just the first action. An interaction can include multiple events:
How to calculate Interaction to Next Paint
INP measures the time between user input, such as clicks and keydowns, and the next UI refresh.?
This delay has three components:
A good response time is less than 0.2 seconds. A response time greater than 0.5 seconds is considered poor.
How to check Interaction to Next Paint
1. Launch the developer tool in the browser.
2. From the console, go to the Performance tab.
领英推荐
If you have a fast computer, you can emulate CPU slowness in Chrome DevTools:
2.1. In DevTools, open Settings from the gear icon in the top right corner.
2.2. Select "4x" or "6x" CPU emulation.
3. Launch event tracking from the page using the on-screen icon or Command+E on Mac or Ctrl+E on Windows, Linux, and Chrome OS.
4. Start interacting with the page: click on buttons, open the menus, etc.
When you get the results, you'll see which elements or events take the most time to process. Once you have identified the most time-consuming elements on the page, you can make a plan to improve them.
Read more here