-
Notifications
You must be signed in to change notification settings - Fork 199
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
very slow page load #287
Comments
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?
The text was updated successfully, but these errors were encountered: