You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jdk-21
changed the title
[Issue]: about 14 seconds before app starts to do anything
[Issue]: Slow loading times on Homescreen with big Jellyfin libraries
Mar 20, 2024
That Top 10 should definitely be cached. I quickly checked the relevant logic of it in the code. It is a very expensive operation to run every time you open the home page (I assume it is executed every time that loads). Perhaps make it run in the background once in a while to update the cache list of 10 entries.
after tooling timers into the code it was clear to me that several of these widgets, namely the topten and the genre banner, were associated with load times in excess of 30 seconds. I just pulled these in the above PR, which solves this issue tidily.
Please describe your bug
the app takes about 14 seconds to request 5 empty skeletons before it starts requesting images. why is this happening and what is the solution?
Jellyflix Version
Other
if other:
develop
Jellyfin Version
10.8.13
if other:
No response
Environment
We could possibly take the following steps to reduce loading times:
The text was updated successfully, but these errors were encountered: