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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: