![]() |
Image asset caching. - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Image asset caching. (/t-image-asset-caching) |
Image asset caching. - SeaFox - 2025-10-07 I'm working through a preexisting library saving image assets locally at this time, and I had a question regarding how they are retrieved. The media files are on conventional spinning hard drives, but the Jellyfin server is installed on a NVME drive. If I save the image assets (posters, backdrops. etc) locally the files are being saved with the media they go with. Are these copies accessed every time a client needs to display them for a library or preplay screen, or does Jellyfin create a cache in its own server install location of the images? I like the idea of saving the images locally in case I need to rebuild a server, but I don't want to reduce responsiveness in browsing because of the images being retrieved from the slow hard drives instead of the NVME. RE: Image asset caching. - crobibero - 2025-10-08 If the client requests a resized image the resized image is cached. I don’t believe the original image is cached The client should be caching the image so it doesn’t need to be pulled every time |