Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Reuse cached user for
get_user_lang
(#26350)
Saves ~1% of overhead. User doc is almost always cached to create session so we can reuse it in same request without additional redis call.
- Loading branch information