Fix
Cache-Control Basics
Use correct cache rules to improve speed without caching sensitive content.
InfoCategory: caching
Related checks
Quick patterns
- Static assets: public, max-age=31536000, immutable (with versioned filenames)
- HTML: short TTL or no-cache depending on content freshness
- Sensitive/auth pages: no-store
Next fixes