Thumbnails caching

Hello! I often use nextcloud to view work documents and photos on ios and android, and every time i open a folder it needs to remake the thumbnails is there a way to cache them? I have thousands of photos for a project it will be good to cache them to save time… if not i think it should be a good feature to add on the app…

Hi @CARTAIO2909

This is what you are looking for…

https://apps.nextcloud.com/apps/previewgenerator

As an addition you can limit the maximum preview size of the images in the config.php. This will speed up things when you actually open and look at the photos, but of course it has the disadvantage that you can’t view the photos in full resolution anymore in the browser…

preview_max_x' => 2048,
preview_max_y' => 2048,
preview_max_scale_factor' => 1,

Hope that helps…