-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Glide Optimisation #4629
Comments
libcore.io.DiskLruCache DIRTY 657f374d246ad33288fe98914a36356de01cded319ec823aa51139b3c43e5809 |
Why are you using outdated version of library? There is Glide 4.12.0 with some fixes and improvements.
Maybe related to #673 ? |
Glide Version:
Integration libraries:
Issue details / Repro steps / Use case background:
I am getting an unidentified error that Images are not loading for some cases.
I checked in Mi/Xiaomi Device this is happening while not on Samsung.
Recent optimization that we shared earlier is
Will any of this affect image loading somehow?
.diskCacheStrategy(DiskCacheStrategy.RESOURCE)
Observations
There is no network call performed to fetch the image as we have integrated Glide Image with Okhttp to review the images loading.
Removing VideoThumbnailModelLoaderFactory seems to be working.
Does VideoThumbnailDataFetcher download the mp4 video fully or only the single frame? Can you suggest us some optimization, if any?
This Looks related -> #4021
Glide Logs.pdf
The text was updated successfully, but these errors were encountered: