jellyflix icon indicating copy to clipboard operation
jellyflix copied to clipboard

[Issue]: Slow loading times on Homescreen with big Jellyfin libraries

Open sevenrats opened this issue 4 months ago • 4 comments

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

- OS:debian
- OS Version:trixie
- Playback Method:na

We could possibly take the following steps to reduce loading times:

  • [ ] Prevent Skeletons to load images from placeholder urls
  • [ ] Use ListView to lazy load the widgets
  • [ ] Cache the Header response
  • [ ] Cache the Top 10 response (and the ranking data persistently)
  • [ ] Limit image sizes

sevenrats avatar Mar 20 '24 16:03 sevenrats