Closed tkart38 closed 3 years ago
I'm experiencing the same and second this request for advice.
Hi!
This is probably due to the resource-intensity of image processing, and unfortunately, this is something difficult to fix.
There are ways you can decrease this intensity:
Generally speaking however, Glide was design as a runtime library. That makes it very flexible because the source images are used at runtime, but it also makes it a slower than simply rendering images that were already built. That's kinda normal :) . Depending on your situation, it may make sense to prepopulate Glide cache at upload for some settings.
Thanks for your swift reply @tgalopin
I will take your suggestions at heart and see if I can improve things.
Closing as there's nothing to be done in Glide's code for this issue.
hi i've notice that the image loading is very very slow. any advice?