discourse/plugins/chat/app
Alan Guo Xiang Tan 14d54872f0
PERF: Use MessageBus.last_ids instead of MessageBus.last_id for chat (#19523)
Prior to this change, each request executed 2 Redis calls per chat channel
that was loaded. The number of Redis calls quickly adds up once a user
is following multiple channels.
2022-12-20 08:20:45 +08:00
..
controllers FIX: access to category chat only when user can create post (#19488) 2022-12-19 11:35:28 +11:00
core_ext
jobs FIX: access to category chat only when user can create post (#19488) 2022-12-19 11:35:28 +11:00
models PERF: Add index for chat unread counts query (#19516) 2022-12-20 05:10:53 +08:00
queries
serializers PERF: Use MessageBus.last_ids instead of MessageBus.last_id for chat (#19523) 2022-12-20 08:20:45 +08:00
services PERF: Use MessageBus.last_ids instead of MessageBus.last_id for chat (#19523) 2022-12-20 08:20:45 +08:00
views