Creating a Zone
Learn how to create and configure Pull Zones and Site Accelerators.
Pull Zone vs Site Accelerator
Before creating a zone, understand the difference:
| Feature |
Pull Zone |
Site Accelerator |
| Static assets |
Yes |
Yes |
| Full-page caching |
No |
Yes |
| Cookie-based bypass |
No |
Yes |
| Best for |
Images, CSS, JS |
WordPress, WooCommerce |
Creating a Pull Zone
Pull Zones are perfect for caching static assets.
Required Settings
- Origin URL - The URL of your website (e.g.,
https://example.com)
Optional Settings
- Origin Host Header - Host header sent to your origin (defaults to origin hostname)
- Cache TTL - How long content stays cached (default: 1 hour)
- Query String Caching - Include query strings in cache key
Steps
- Click Add Zone on your dashboard
- Select Pull Zone
- Enter your origin URL
- Configure optional settings as needed
- Click Create
Creating a Site Accelerator
Site Accelerators provide full-page caching for dynamic sites.
Required Settings
- Origin URL - Your website URL
- Preset - Choose from WordPress, WooCommerce, PrestaShop, or Custom
Preset Details
WordPress:
- Bypasses cache for logged-in users
- Bypasses for wp-admin and wp-login
- Respects wordpress_logged_in cookies
WooCommerce:
- Includes WordPress settings
- Bypasses for cart and checkout
- Respects woocommerce_cart_hash cookie
PrestaShop:
- Bypasses for cart and checkout
- Respects PrestaShop session cookies
Custom:
- Configure your own bypass rules
- Full control over cookie handling
Steps
- Click Add Zone on your dashboard
- Select Site Accelerator
- Enter your origin URL
- Select a preset (or Custom)
- Configure bypass cookies if using Custom
- Click Create
After Creation
Once your zone is created, you'll receive:
- CDN Hostname - Use this URL to access your cached content
- Zone UUID - Unique identifier for API access
Testing Your Zone
Test that your zone is working:
curl -I https://your-zone.cdn.nordiccdn.com/path/to/asset
Look for these headers:
X-Cache: HIT or X-Cache: MISS
X-Edge: cph-1 (edge server location)