What problem does it solve?
Audits an existing web project to identify performance, accessibility, and best-practice gaps that degrade PageSpeed scores, helping developers ship faster, more accessible sites.
Core Features & Use Cases
- Performance optimization: identifies bottlenecks in HTML, CSS, and JS and suggests or applies changes to improve LCP, TBT, CLS, and other Core Web Vitals.
- Accessibility and WCAG improvements: ensures semantic HTML, ARIA attributes, focus styles, proper heading order, and accessible images and controls.
- Implementation guidance: includes concrete patterns such as converting hero backgrounds to real images with fetchpriority, lazy-loading non-critical assets, deferring scripts, and replacing heavy embeds with lazy facades for YouTube.
- Use Case: Ideal for WordPress themes, static landing pages, or any web project needing a first-pass optimization before PageSpeed runs.
Quick Start
Provide a first-page audit and implement performance and accessibility optimizations for an existing site.