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

Improve InfinteScrolling #39

Closed
derneuere opened this issue Dec 17, 2020 · 3 comments
Closed

Improve InfinteScrolling #39

derneuere opened this issue Dec 17, 2020 · 3 comments
Labels

Comments

@derneuere
Copy link
Member

Currently, 50k-100k images are loaded as hashes at once. This is not very efficient and leads to problems if the number of pictures is high enough.

Instead, we should load fewer images like 250 image hashes at once and load the next 250 image hashes if we are at the bottom of the page.

@derneuere derneuere added enhancement New feature or request frontend backend labels Dec 17, 2020
@darrepac
Copy link

@alexislefebvre
Copy link
Contributor

Similar problem, with a solution: photoprism/photoprism#1089

@derneuere
Copy link
Member Author

It should scale now easily to higher numbers than that :)

AnkurPrabhu pushed a commit to AnkurPrabhu/librephotos that referenced this issue Oct 22, 2023
Fixed "Expected '===' and instead saw '=='  (eqeqeq)" warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants