Enable Gzip from Origin
Fetch gzip-compressed text files from your origin for faster, more efficient content delivery.
The Enable Gzip from Origin option allows Medianova CDN to fetch gzip-compressed files directly from your origin using the Accept-Encoding: gzip header.
When enabled, the CDN retrieves already-compressed versions of text-based assets (such as .js, .css, or .txt) instead of fetching and compressing them again.
This reduces origin data transfer and improves delivery performance.
You can enable this feature via the Medianova Control Panel or API.
Enable Gzip from Origin
Medianova CDN starts sending the Accept-Encoding: gzip header to your origin for eligible file types.
Troubleshooting
Origin still returns uncompressed files
The origin server does not return gzip-compressed responses
Verify that gzip compression is enabled and properly configured on your origin server (for example, gzip on; in Nginx or mod_deflate in Apache).
Images not affected
The feature applies only to text-based files
Use Medianova Image Optimization for image compression and format conversion.
Last updated
Was this helpful?

