What problem does it solve? Marketing sites often fail Lighthouse audits due to slow LCP, render-blocking scripts, layout shifts, and missing SEO metadata. This Skill provides a measurement workflow and a decision checklist to reach Performance ≥94, Accessibility ≥98, Best Practices ≥96, and SEO 100 on mobile. ## Core Features & Use Cases - PageSpeed Insights measurement: Creates a restricted PSI API key via gcloud and runs mobile audits against the live site with a curl-based scoring script. - Optimization checklists: Covers LCP, FCP, CLS, TBT, Speed Index, accessibility, best practices, and SEO with concrete fixes like hero image preloading, hydrateRoot, manualChunks, and deferred GA loading. - Framework-specific guidance: Separate tracks for Vite/React and Next.js, including client boundary sizing, next/image priority, and cold-start handling. - Use Case: After deploying a new marketing site to Firebase, run the PSI audit, find LCP at 3.5s, then apply the checklist — preload the hero WebP image, switch to hydrateRoot, and lazy-load GA — to bring the score above 94. ## Quick Start Run a PageSpeed Insights audit on my deployed site and apply the Lighthouse optimization checklist to fix the lowest scores.