Caching thumbnails (previews) #1454
podhorsky-ksj
started this conversation in
General
Replies: 1 comment 2 replies
|
the cache key is tied to the path, so moving the item means its not seen in cache. I'll raise an enhancement request to have cache keys update if the path moves. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I can see thumbnails are saved in cache and If the file is moved to other location, then they are regenerated.
Is possible to look for generated thumbnails before generate a new one?
Example:
I have a lot of photos in separated directories. Sometimes i just move one directory to other location. In this case it will generate a new thumbnails even they are generated already.
Also, is possible to run generation of the thumbnails for all the files or specific location? (Now they are generated only when I show the directory)
All reactions