-
Notifications
You must be signed in to change notification settings - Fork 29
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
Images being cached twice #49
Comments
Mate, did you solved this problem?I'm having the same annoying situation. I understand the idea of the remote-images folder, if you need speedup the images loading, but why do I need to store images somewhere else if all the images are going back into the server? I think the only good reason to store local (tiny) images should be to speed up the Media Browser, because it's taking ages displaying the thumbnails. It's taking the thumbnails from the original BIG images in S3 and resizing it before display it. Everything works great but I think this needs a small improvements like a setting to use a cdn address to call the images, so using the AmazonS3 bucket set on pthumb.s3_output give the option to upload the images there but with a cdn will be necessary cal the image from somewhere else. For now I think is important to stop the creation of local cache and remote-images, if somebody did it please help me, thank you! |
As far as I can see the current order of process (for remote images) is like this:
So pThumb needs these local versions of the image to check if it "has already done its work". There's no record in the database or something similar that could be checked. |
If pThumb is going to have all the cache and original files locally, what is the point to move it somewhere else? I think if we (as users) needs to use a external place to move the images is because:
This is possible creating 2 buckets, one for the images, one for the cache files including the cdn address. Here is what I think is completely unnecessary:
It should:
|
I agree. I only said, how it is. |
I think the project is amazing, just need very important improvements on S3. |
soon :P |
+1 |
This is specifically annoying because the folders |
We are using pThumb to grab remote images and create thumbnails. We use S3 to store the thumbnails and this works fine, but images are also being stored in assets/components/phpthumbof/cache.
Is this a bug or something I've done wrong?
The text was updated successfully, but these errors were encountered: