aelvan / Imager-Craft

This plugin has been DEPRECATED. Check out Imager X instead.
MIT License
342 stars 69 forks source link

Imager equivalent of generateTransformsBeforePageLoad native setting #296

Closed romainpoirier closed 4 years ago

romainpoirier commented 4 years ago

On a page showing several images with each a few images transforms (for several breakpoints + Retina), I end up with a lot of images transforms required.

However, this requires so much memory that these pages doesn't load, and end with a server error (like max_execution_time). Even if these images will not be shown, they block the page rendering. In that way, I found Imager less convenient that the native Craft way, because of this.

Is there any option that disable the images generation before page load? With the native Craft way, there's the generateTransformsBeforePageLoad config. I'm looking for an Imager equivalent.

I know there's now Imager X, but it's a paid plugin and the automatic generation of transforms features are not working the same way.

aelvan commented 4 years ago

See my reply here.