Webreaper / Damselfly

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
GNU General Public License v3.0
1.45k stars 76 forks source link

Add config setting to set browser cache size #518

Open Webreaper opened 5 months ago

Webreaper commented 5 months ago

Some people have noticed that the client-side browser cache footprint can get quite large, which can lead to CPU issues. So there should be a setting to allow this to be reduced.

Webreaper commented 5 months ago

Reduced the image cache from 5000 to 1000, to see if that reduces the browser memory footprint.