halide icon indicating copy to clipboard operation
halide copied to clipboard

Netlify builds timing out when AVIF image format is enabled

Open danurbanowicz opened this issue 11 months ago • 0 comments

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

danurbanowicz avatar Apr 21 '25 08:04 danurbanowicz