halide
halide copied to clipboard
Netlify builds timing out when AVIF image format is enabled
I noticed that Netlify builds are failing due to a timeout when AVIF images are enabled in Halide's settings.
Halide uses Eleventy Image with lovell/sharp under the hood. AVIF processing is very resource-hungry, but I've never noticed this problem on Netlify before.
Local builds do not seem to exhibit this problem.
I have disabled AVIF processing for now, but it can be enabled with:
images:
avif:
enabled: true
quality: 75