Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imager equivalent of generateTransformsBeforePageLoad native setting #296

Closed
romainpoirier opened this issue Feb 19, 2020 · 1 comment
Closed

Comments

@romainpoirier
Copy link

romainpoirier commented Feb 19, 2020

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
Copy link
Owner

aelvan commented Feb 19, 2020

See my reply here.

@aelvan aelvan closed this as completed Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants