CDN
Global content delivery with edge caching and smart routing.
Global Distribution
Available across 285+ edge locations in 100+ countries worldwide.
Ultra-Fast
Sub-millisecond response times with intelligent routing.
Secure by Default
Enterprise-grade security with automatic TLS and DDoS protection.
Real-Time Analytics
Monitor performance with sub-second granularity.
Getting Started
✅ Prerequisites
You'll need a Stonies CDN account to use this feature. Sign up for free if you don't have one.
Configure Your Zone
Navigate to the dashboard and add your domain. We'll automatically detect your DNS settings.
Update DNS Records
Point your domain to Stonies CDN using the provided CNAME record.
cdn.example.com CNAME example.stoniescdn.net
Customize Settings
Fine-tune your configuration using the dashboard or API.
Configuration Options
Configure CDN through the dashboard or programmatically via our API:
curl -X POST https://api.stoniescdn.com/v1/zones/example.com/settings \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"cdn": {
"enabled": true,
"mode": "automatic"
}
}'
⚠️ Note
Changes may take up to 30 seconds to propagate across all edge locations.
Best Practices
- Start with defaults — Our automatic settings work great for most use cases
- Monitor performance — Use analytics to identify optimization opportunities
- Test changes — Use staging environments before production deployments
- Enable caching — Maximize cache hit rates to reduce origin load