- Issue created by @klaasvw
- 🇧🇪Belgium klaasvw
The attached patch is a start for fixing the above issues. Feedback and improvements are definitely welcome!
- 🇧🇪Belgium klaasvw
The following patch applies the asset caching like the previous patch but also caches Admin API calls in the cache bin. Becasue Cloudinary has a 500 to 2000 requests / hour limit on the admin API and this module calls the API multiple times for every asset it loads the calls add up quickly.
- 🇧🇪Belgium klaasvw
Updated the MR and added a patch that also caches admin API calls from the cloudinary_stream_wrapper module. Also implements a fix from 🐛 Cloudinary Stream Wrapper caches items in the database (Database Storage) but never actually checks if an item is inside the storage Active so the db storage is not bypassed.