Skip to content

Implement lazy loading for albums #1446

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

Open
emilsenan opened this issue Apr 30, 2025 · 1 comment
Open

Implement lazy loading for albums #1446

emilsenan opened this issue Apr 30, 2025 · 1 comment
Labels
feature New feature or request

Comments

@emilsenan
Copy link

emilsenan commented Apr 30, 2025

Hi,

in my setup I have albums with large amount of photos in it. When opening such an album performance is rather low, it takes 5 seconds to load an album with ~11k photos in it. That surprised me first, because I have even more photos in timeline view and there's no performance issue there.

Looking at MySQL statements log I noticed that each time an album is opened, the oc_filecache table is queried for every photo in album first and only after that the album content is rendered. I assume the timeline view implements lazy loading properly, is it possible to apply same to albums?

Thanks,
Emil

@emilsenan emilsenan added the feature New feature or request label Apr 30, 2025
@jimmz86
Copy link

jimmz86 commented May 4, 2025

i have the same issue, it takes 10 seconds for opening a big shared album - this started after i upgraded from nextcloud 29 to 31

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

No branches or pull requests

2 participants