2024-12-07, 10:32 PM
If you are using a reverse proxy, you can setup caching of images. We have an example of how to set that up with nginx.
https://jellyfin.org/docs/general/networ...che-images
You'd configure nginx to use a directory on your SSD as the image cache. So the initial image retrieval will be slow, but subsequent retrievals should be faster.
https://jellyfin.org/docs/general/networ...che-images
You'd configure nginx to use a directory on your SSD as the image cache. So the initial image retrieval will be slow, but subsequent retrievals should be faster.