EdwardBetts / depicts

Wiki Art Depiction Explorer
https://art.wikidata.link/
GNU General Public License v3.0
4 stars 3 forks source link

Too many files in the cache directory #26

Open EdwardBetts opened 4 years ago

EdwardBetts commented 4 years ago

The cache directory on production contains 523,622 files. This is too many, it will be hurting performance.

The cache could be split into separate folders for the different types of things that are cached (labels, items, images, etc).

Also we could delete old cache items, they could expire after 14 days, for example.

Some of the information store in cache files could be moved into the database.