annaville-sda-site/PERFORMANCE.md

10 lines
404 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Performance Notes
- Default hero is text-first; H1 is LCP.
- Optional photo hero has dim overlay; text remains LCP.
- Use AVIF/WebP for real images; `loading="lazy"` on below-fold images.
- Tailwind builds only used CSS; JS kept lean (<90KB target gz). CSS target <50KB gz.
- Local WOFF2 fonts with `font-display: swap` and preload for top 12 fonts.
- `aspect-ratio` used in cards to prevent CLS.