How to find an INP issue with Chrome DevTools

When you know you have an Interaction to Next Paint (INP) problem but only have a page URL as a starting point, you can use the DevTools Performance panel to identify the issue. Learn how to record interactions to find poor responsiveness and the code that’s causing it. #ChromeForDevelopers Products Mentioned: Chrome DevTools, Web Vitals
Back to Top