Should add an LRU cache for `userService.getUser`. It's used enough places, especially for the current user, and doesn't change often.
Should add an LRU cache for
userService.getUser. It's used enough places, especially for the current user, and doesn't change often.