Reputation: 1
I am trying to address an Interaction to Next Paint (INP) issue on my webpage. Google's reports indicate that the INP on this page is over 300, but when I test the page using tools like DebugBear or by interacting with it on my smartphone, every click I measure shows an INP lower than 100.
I’ve ensured that the tests include multiple user interactions and have tried different tools to validate the issue, but the INP remains low in these scenarios.
Here are some steps I’ve already taken:
Why might there be a discrepancy between Google’s reported INP and the results I see in real-world and tool-based tests?
Any guidance on identifying and resolving this mismatch would be greatly appreciated!
Upvotes: -1
Views: 39
Reputation: 46040
There can be many reasons for why there might be a difference including (but not limited to):
If you can provide your site, I might be able to role out some of those (or suggest more!) reasons.
But really the best way to narrow this down is by collecting the INP data (ideally with diagnostic attribution details) from your users to see if you can 1) see the same thing and 2) get more details as to why this is. See this article for more information: https://web.dev/articles/find-slow-interactions-in-the-field
Upvotes: -1