You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a source image is smaller than one of the requested images, we start the "generate a new image" process on every site build. Only after calculating a hash do we check sizes and discover the source is too small. The result is a moderate performance penalty for repeated builds on sites with many such images, even with fast_build enabled.
Solution: Check the image size first, then calculate a hash.
The text was updated successfully, but these errors were encountered:
Currently, if a source image is smaller than one of the requested images, we start the "generate a new image" process on every site build. Only after calculating a hash do we check sizes and discover the source is too small. The result is a moderate performance penalty for repeated builds on sites with many such images, even with
fast_build
enabled.Solution: Check the image size first, then calculate a hash.
The text was updated successfully, but these errors were encountered: