[PR #4377] [MERGED] Add caching to users #10042

Closed
opened 2026-02-07 06:13:04 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4377
Author: @barronpm
Created: 10/27/2020
Status: Merged
Merged: 10/29/2020
Merged by: @Bond-009

Base: masterHead: user-caching


📝 Commits (3)

📊 Changes

1 file changed (+33 additions, -61 deletions)

View changed files

📝 Jellyfin.Server.Implementations/Users/UserManager.cs (+33 -61)

📄 Description

Changes
Adds caching to users to improve performance. This can cause some nasty bugs if a user object is modified without calling the UpdateUser method. Untested.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4377 **Author:** [@barronpm](https://github.com/barronpm) **Created:** 10/27/2020 **Status:** ✅ Merged **Merged:** 10/29/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `user-caching` --- ### 📝 Commits (3) - [`aff8684`](https://github.com/jellyfin/jellyfin/commit/aff8684d2e513d4c73e7919f464e2d34d6d63047) Add caching to users - [`f051590`](https://github.com/jellyfin/jellyfin/commit/f051590f14d38012bd8885c6e5ed0406d3c91ecc) Apply suggestions - [`67f39ed`](https://github.com/jellyfin/jellyfin/commit/67f39ed54fe4182783efcbbee6338455ceecf30b) Properly remove profile images ### 📊 Changes **1 file changed** (+33 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server.Implementations/Users/UserManager.cs` (+33 -61) </details> ### 📄 Description **Changes** Adds caching to users to improve performance. This can cause some nasty bugs if a user object is modified without calling the `UpdateUser` method. Untested. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:13:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10042