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

Performace fix using info from initial propfind #21

Open
mickenordin opened this issue Nov 6, 2024 · 0 comments
Open

Performace fix using info from initial propfind #21

mickenordin opened this issue Nov 6, 2024 · 0 comments

Comments

@mickenordin
Copy link
Member

Nextcloud allways loads 25 files initially. Currently we make two get requests for each file, resulting in a performance bottleneck where 50 get requests are made on each page load.

Apparently we can use the info from the initial propfind to coalesce these requests into one.

We must investigate how to do that.

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