# Optimize Astro Performance

**Category:** astro
**Version:** 1.0.0
**Used By:** agent-clean, agent-quality

## Purpose

Analyzes and optimizes Astro site performance.

## Recommendations

- Use `client:load` only when needed
- Minimize JavaScript with islands
- Optimize images with `@astrojs/image`
- Enable view transitions
- Use static generation where possible

## Version History

- **1.0.0** (2025-10-18): Initial implementation
