Enable AVIF images in PHP
AVIF is a modern image format, which generate smaller images. In most cases the generated images are smaller and parsed faster than WebP images.
AVIF can be supported in PHP as part of the GD library, but PHP has to be compiled using the --with-avif option.
3
votes
Jeroen Voortman
shared this idea