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

Can't get cached image from custom folder #25

Open
wielski opened this issue Jul 11, 2016 · 2 comments
Open

Can't get cached image from custom folder #25

wielski opened this issue Jul 11, 2016 · 2 comments

Comments

@wielski
Copy link

wielski commented Jul 11, 2016

Package can't get cached image from custom folder, so on every query image is generated again.

@Kyosfonica
Copy link

Kyosfonica commented Aug 30, 2016

I just installed the package in one of my projects and I experience the exact same issue. Every time the page loads the cache is just ignored.

As a workaround I enabled the 'write_image' => true (config/image.php), so the reduced image is stored in the exact same location as the original one.

@dmongeau
Copy link
Member

dmongeau commented Sep 9, 2016

Not sure if it's the same issue. The write_image config is not a workaround, it works like that. The image is generated on every request except if you choose to write the image. Then, on the next request, the static image is served.

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

3 participants