# What typically causes poor INP?

> INP measures responsiveness to user interactions.

Common technical causes include:

- long JavaScript tasks;

- excessive event handlers;

- expensive DOM operations;

- large client-side applications;

- third-party scripts;

- long rendering work after interaction.

Optimization should focus on reducing main-thread blocking and making interactions complete quickly.

## Sources

- [web.dev — INP](https://web.dev/articles/inp)
- [Google Search Central — Core Web Vitals](https://developers.google.com/search/docs/appearance/core-web-vitals)

## Related questions

- [How can third-party scripts affect SEO and performance?](https://www.theseocentral.com/technical-seo-faq/how-can-third-party-scripts-affect-seo-and-performance.md)
- [How do Core Web Vitals influence Technical SEO strategy?](https://www.theseocentral.com/technical-seo-faq/how-do-core-web-vitals-influence-technical-seo-strategy.md)
- [How do you distinguish lab data from real-user performance data?](https://www.theseocentral.com/technical-seo-faq/how-do-you-distinguish-lab-data-from-real-user-performance-data.md)
- [How do you prioritize performance improvements against other SEO work?](https://www.theseocentral.com/technical-seo-faq/how-do-you-prioritize-performance-improvements-against-other-seo-work.md)
- [How does image optimization affect crawling, rendering and user experience?](https://www.theseocentral.com/technical-seo-faq/how-does-image-optimization-affect-crawling-rendering-and-user-experience.md)
- [How should server performance be considered in Technical SEO?](https://www.theseocentral.com/technical-seo-faq/how-should-server-performance-be-considered-in-technical-seo.md)
- [How would you diagnose poor LCP?](https://www.theseocentral.com/technical-seo-faq/how-would-you-diagnose-poor-lcp.md)
- [How would you investigate a sudden deterioration in Core Web Vitals?](https://www.theseocentral.com/technical-seo-faq/how-would-you-investigate-a-sudden-deterioration-in-core-web-vitals.md)
- [How would you troubleshoot CLS?](https://www.theseocentral.com/technical-seo-faq/how-would-you-troubleshoot-cls.md)

---

Answered by Abhinav Krishna (https://www.theseocentral.com/author/abhinav-krishna)
Source: https://www.theseocentral.com/technical-seo-faq/what-typically-causes-poor-inp
