What problem does it solve?
This Skill helps prevent performance regressions on the Banora Chiropractic Astro website by keeping pages fast, lightweight, and stable as new features, media, and third-party tools are added.
Core Features & Use Cases
- Image Optimization: Choose the right image delivery approach, dimensions, formats, and loading behavior to reduce layout shift and page weight.
- Font and Script Discipline: Limit font families, self-host critical fonts, and load external scripts asynchronously or with defer to avoid blocking rendering.
- Astro Performance Guardrails: Preserve static generation, minimal JavaScript, and Lighthouse-friendly implementation patterns across pages.
- Use Case: When adding a new hero image, analytics tag, chatbot widget, or contact-page embed, this Skill guides the safest implementation for speed and Core Web Vitals.
Quick Start
Use the performance skill to review the current page and recommend the fastest Astro-friendly implementation for any new image, font, or external script.