The-Commit-Company / Raven

Simple, open source team messaging platform
https://thecommit.company/products/raven
GNU Affero General Public License v3.0
250 stars 87 forks source link

perf: cache user list #913

Closed nikkothari22 closed 1 month ago

nikkothari22 commented 1 month ago

User List is cached on Redis.

Fetching 3524 Raven Users via raven_users.get_list API (averages over 10 runs)

Before: 120ms After: 20ms

Savings per request here does not matter as much but multiple concurrent users trying to access Raven at the same time will not hit the database to fetch the same list of users.