![]() |
SOLVED: service startup taking ages, extremely slow request from client - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: service startup taking ages, extremely slow request from client (/t-solved-service-startup-taking-ages-extremely-slow-request-from-client) |
service startup taking ages, extremely slow request from client - bhbh - 2025-10-18 Hi, i'm using jellyfin for a few month now and i really love it ! But since recently i have a recurring blocking issue. The ui is completely unusable, home page takes minutes to load the contents, if I go to any sub pages, movies, tvshows, music or collections, it takes ages to load, when it loads because some time it does not load anything at all. This happens in any client, server web-ui as android client, and with any user, from localhost as from vpn connection, ethernet or wifi. An other symptome is that if i restart the jellyfin server service (the systemd service, not the entire container), it takes 20min to fully start. I mean the service start but i have to wait 20min to be able to access web-ui, it hangs on : Code: [...] my server is running under archlinux on an lxc container (8 cpu core, 16GiB of ram, root disk 80GiB on zfs pool on ssd) hosted by proxmox on a minisforum nab6 ( i7-12650H + 64GiB ram + 1T ssd). 18To of media are on nfs mounted from nas (2092 movies, 297 tv-show, 1428 music artists). Code: $ pacman -Qs jellyfin I don't have any issue with playback, everything is playing perfectly, direct play as transcoded. Dashboard pages are loading nicely, no lag I don't think it is network connection (everything is ethernet 1G) The mounted library folders don't have any issue on other lxc like \*arr stack or from my laptop CPU and ram usage are never reaching their limits, cpu stays around 1% and ram less than 4GiB I tried to deactivate all extensions, solved nothing. I activated debug in logs, but saw nothing i can identify as an issue, chatgpt neither I have big suspicions against db. i think db requests are the culprit, but i have no experience with sqlite. Code: 12 -rw-r--r-- 1 jellyfin jellyfin 35 May 20 21:20 device.txt with the help of chatgpt i tried : Code: sudo systemctl stop jellyfin it helped a bit, but not for long, lag went back. Obviously i already made my own research, sorry if i missed the answer, but i didn't find any solution yet. It is ruining my experience of this awesome software, please help me to resolve this, give me some hints. RE: service startup taking ages, extremely slow request from client - bhbh - 2025-10-19 and here is debug logs of a 20min startup https://pastebin.com/Kh7QfhzJ [edit] another start log with all extensions uninstalled https://pastebin.com/xmC5Jfwx [edit] yet another log with full DEBUG log https://pastebin.com/aAVsZhTT RE: service startup taking ages, extremely slow request from client - bhbh - 2025-10-19 SOLVED my sata ssd on which was the zfs pool hosting the container is dying. Moved the container to local_nvme storage and jellyfin is again lightning fast ! |