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
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:
Go to 'Playlists'
Click on 'Play' Button for playlist with large video count
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
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
The Playlist will be viewable quickly
System Configuration
Website (Odysee.com)
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
The text was updated successfully, but these errors were encountered: