thumbnails are not being cached by gallery
Bug #1381585 reported by
Bill Filler
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gallery-app (Ubuntu) |
Confirmed
|
High
|
aishwarya |
Bug Description
The gallery app is not using the QML cache to store thumbnails. They are being reloaded each time they are needed which causes slowness and the spinners to be shown. We set the imageSource on the qml side to path + Date.now() to make sure changes to the files on disk are updated, but this could be optimized.
Instead we should monitor file modifications and only invalidate the cache for that file if possible.
Changed in gallery-app: | |
assignee: | nobody → Arthur Mello (artmello) |
importance: | Undecided → High |
tags: | added: rtm14 |
affects: | gallery-app → gallery-app (Ubuntu) |
Changed in gallery-app (Ubuntu): | |
assignee: | Arthur Mello (artmello) → aishwarya (aishwaryakt) |
To post a comment you must log in.
We are still not using the QML cache to store thumbnails, but we are not able to see the slowness and the spinners anymore (at least after all the thumbnails are generated). Probably this was fixed with some change on thumbnail image provider.