cdn
Installation
SKILL.md
Use a content delivery network
A CDN serves static assets from geographically distributed servers—users download from the nearest location, dramatically reducing latency and improving load times.
Quick Reference
- CDNs serve content from edge servers closest to users
- Reduces latency by 50-70% for global users
- Handles traffic spikes and provides DDoS protection
- Popular options: Cloudflare, Vercel, AWS CloudFront, Fastly
Check
Check if static assets are served from a CDN and if the CDN is properly configured.
Fix
Configure a CDN to serve static assets with proper caching headers and geographic distribution.