Kontenum provides a built-in Image Optimization feature that is available at no additional cost. This feature is designed to automatically optimize and deliver images in the most efficient format supported by the end user's browser, improving performance and reducing bandwidth costs without sacrificing visual quality.
Image optimization runs on the fly at the CDN level and requires no changes to your application or image upload workflow.
When Image Optimization is enabled, Kontenum CDN automatically detects browser capabilities and serves the most optimal image format using the following priority order:
AVIF
If the browser supports AVIF, Kontenum will automatically deliver the image in AVIF format.
WebP
If AVIF is not supported but WebP is supported, the image will be delivered in WebP format.
Optimized Original Format
If neither AVIF nor WebP is supported, Kontenum will serve an optimized version of the original image format (for example, optimized JPEG or PNG).
This process is fully automatic and transparent to both developers and end users.
You can disable Image Optimization at any time from Sites Configuration in the Kontenum Console.

This allows full control for debugging, testing, or specific compatibility requirements.
Below is a real-world comparison using the same image at the same visual quality:
Original JPEG
Resolution: 4032 × 2268 pixels
File size: 4.6 MB
Optimized Formats Delivered by Kontenum CDN (Avif)
Resolution: 4032 × 2268 pixels
File size: 366 KB
| Format | File Size | Size Reduction |
|---|---|---|
| AVIF | 366 KB | ~92.0% smaller |
| WebP | 568 KB | ~87.7% smaller |
| Optimized JPEG | 963 KB | ~79.1% smaller |
By reducing average image size by up to 90%, Image Optimization directly improves CDN efficiency while delivering a faster experience for your users.