# How would you diagnose poor LCP?

> Start by determining what the LCP element is.

Typical candidates include:

- hero image;

- large heading;

- banner;

- video poster.

Then investigate:

- server response time;

- render-blocking resources;

- image discovery;

- image format and size;

- preload behavior;

- client-side rendering;

- third-party scripts.

Separate the problem into:

**TTFB → resource load delay → resource load duration → render delay**

Use real-user data to understand production behavior.

## Sources

- [web.dev — LCP](https://web.dev/articles/lcp)

## 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 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)
- [What typically causes poor INP?](https://www.theseocentral.com/technical-seo-faq/what-typically-causes-poor-inp.md)

---

Answered by Abhinav Krishna (https://www.theseocentral.com/author/abhinav-krishna)
Source: https://www.theseocentral.com/technical-seo-faq/how-would-you-diagnose-poor-lcp
