AI AGENT ADDONS
Debugging
1,171installs

Largest Contentful Paint measures how fast the main content of a page appears. A slow LCP frustrates users and hurts search rankings. This guide helps you find and fix the cause.

You will learn to break down LCP into four parts: time to first byte, resource load delay, resource load duration, and render delay. Each part has an ideal time. You will use Chrome DevTools to record a trace, analyze insights, identify the LCP element, and check the network waterfall.

Follow the step by step workflow. It shows you exactly where the problem is. Then you can make targeted improvements like compressing images, reducing server response time, or removing render blocking resources.

Add Debug Optimize Lcp skill to your workflow

Global

mkdir -p ~/.claude/skills/debug-optimize-lcp

Project

mkdir -p .claude/skills/debug-optimize-lcp

Source Repository

Stars
44,618
Forks
2,894
Watchers
44,618
License
Apache-2.0
Last Push
23 days ago
Created
10 months ago