dennisv / django-storage-swift

OpenStack Swift storage backend for Django
MIT License
86 stars 60 forks source link

Add cache for files fetch all metadata in single request #110

Open AndreaGreco opened 3 years ago

AndreaGreco commented 3 years ago

Add cache for files meta data. When key enabled, swift client fetch all meta data, last modified date in a single request. This speed-up a lot loading process, and collect static process.