Caching (implemented in the landoapi.cache) is used throughout lando to improve performance and reduce database calls. It currently uses the `flask_caching` module and relies on redis. Django has its own caching framework which we can leverage during this migration. It can also use redis, which is currently used by Lando.
Bug 1870285 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Caching (implemented in the landoapi.cache module) is used throughout lando to improve performance and reduce database calls. It currently uses the `flask_caching` module and relies on redis. Django has its own caching framework which we can leverage during this migration. It can also use redis, which is currently used by Lando.
Caching (implemented in the landoapi.cache module) is used throughout lando to improve performance and reduce database calls. It currently uses the `flask_caching` module and relies on redis. Django has its own caching framework which we can leverage during this migration. It can also use redis.