How to add AVIF conversion and fallback delivery in Pro
WebP is a strong default format, but AVIF can reduce image weight further on browsers and servers that support it. Titanium Pro adds AVIF conversion and delivery with fallback logic, so the site can use AVIF where appropriate and still fall back to WebP or the original file when needed.
How to approach AVIF safely
- Check server capability support before enabling AVIF conversion.
- Start with a small test batch or staging site if the library is large.
- Generate AVIF sidecars for existing source images.
- Confirm that AVIF, WebP and original fallback behavior works on the frontend.
- Use status totals to track existing AVIF files and missing AVIF files separately from WebP.
- Clear caches after changing delivery behavior.
