Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watching Videos from a gigantic Watch Later Playlist takes a long time to load #3206

Open
Loweville opened this issue Jan 8, 2025 · 0 comments

Comments

@Loweville
Copy link

Bug
When attempting to watch a video in a playlist where the playlist has, say 700 videos in it, the loading time for the page and content is astronomical

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Playlists'
  2. Click on 'Play' Button for playlist with large video count
  3. Observe Loading Times

Expected behavior
The Playlist will be viewable quickly

System Configuration

Website (Odysee.com)

  • LBRY Daemon version: N/A
  • LBRY App version: N/A
  • LBRY Installation ID: N/A
  • Operating system: Linux

Additional context
It looks like the playlist Card Stack is the cause, given that it attempts to load all of the video titles, thumbnails and icons associated with every video in the playlist.

I'd recommend lazy loading the list, say, 50 videos at a time to be rendered. That way, if someone wanted to view videos at a reasonable pace, they are more likely to be able to, and if they want to select video 150 of the list, they can still scroll down with each 50 videos loading, rather than all 700 ahead of time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant