Technical SEO FAQ · Core Web Vitals, Performance & HTTP
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.
Related questions
- How can third-party scripts affect SEO and performance?
- How do Core Web Vitals influence Technical SEO strategy?
- How do you distinguish lab data from real-user performance data?
- How do you prioritize performance improvements against other SEO work?
- How does image optimization affect crawling, rendering and user experience?
- How should server performance be considered in Technical SEO?
- How would you investigate a sudden deterioration in Core Web Vitals?
- How would you troubleshoot CLS?
- What typically causes poor INP?
