oneie
Version:
Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.
22 lines (14 loc) • 437 B
Markdown
# 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