# Performance Optimization Checklist Quick-reference checklist of common performance optimizations, ordered by typical impact-per-effort. Use it as a triage list, not a script. Skip what does not apply. For symptom-to-fix walkthroughs, see `optimization-playbook.md`. For a structured audit report, see `audit-template.md`. --- ## P0: blocks Core Web Vitals at the 75th percentile These optimizations almost always pay back. If a site is failing CWV, start here. ### Images - [ ] LCP image is preloaded with `` - [ ] LCP image is NOT lazy-loaded - [ ] Images use modern formats (WebP, AVIF) with fallback - [ ] Images use responsive `srcset` with appropriately sized variants - [ ] All `` and `