What problem does it solve? Web pages often suffer from slow load times, layout shifts, and poor Lighthouse scores, and developers lack a structured checklist to diagnose and fix performance, accessibility, and SEO issues. ## Core Features & Use Cases - Performance Auditing: Evaluate pages against Lighthouse score thresholds and Core Web Vitals metrics (LCP, FCP, CLS, INP, TTFB) with clear Good/Needs Improvement/Poor ranges. - Bad Practice Detection with Fixes: Identify common issues like unoptimized images, render-blocking resources, missing resource hints, and inefficient font loading, each paired with concrete code-level solutions. - Use Case: After deploying a landing page that scores 62 on mobile PageSpeed, use this Skill to pinpoint that the hero image lacks explicit dimensions and modern formats, then apply the provided responsive image markup to raise LCP into the Good range. ## Quick Start Audit my homepage for PageSpeed Insights issues and tell me how to get the Performance score above 90.