Enable Gzip from Origin
Fetch gzip-compressed text-based content from your origin to improve delivery efficiency.
Enable Gzip From Origin allows the CDN to request text-based files from your origin using the Accept-Encoding: gzip header.
If the origin supports gzip, the CDN stores the compressed version in cache; otherwise, it stores the uncompressed response.
Enable Gzip From Origin instructs the CDN to request text-based files from your origin using:
Accept-Encoding: gzipWhen enabled:
• The CDN requests gzip-compressed content from the origin. • If the origin supports gzip, the CDN stores the compressed version in cache. • If the origin does not support gzip, the CDN stores the uncompressed response.
This improves performance and reduces bandwidth usage between the Origin → CDN path.
How It Works

The CDN sends Accept-Encoding: gzip to the origin.
If the origin supports gzip, compressed content is returned and stored in the cache.
If the origin does not support gzip, the CDN caches the uncompressed response.
Enable Gzip from Origin
You can enable this feature via the Medianova Control Panel
Medianova CDN starts sending the Accept-Encoding: gzip header to your origin for eligible file types.
FAQ
Does this feature compress content for end-users? No. It only optimizes the origin → CDN transfer. Client-side compression is handled separately by Gzip Delivery and Brotli Delivery.
What if my origin does not support gzip? The CDN will fetch and cache the uncompressed version of the file.
Does this apply to all file types? No. The feature applies only to text-based MIME types. Images are not affected and require Image Optimization.
Last updated
Was this helpful?
