-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Lots of server requests with s2s/dav connection #13882
Milestone
Comments
8 tasks
The stat cache could be done a bit like the object cache here for SWIFT: #7897 |
|
|
cleanFolders call was removed for federated shares which is already a small win. Moving to 9.2 for the remaining stuff #25103. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Expected result
No more than 2-3 requests to B
Actual result
Lots of requests, including 401 (the fact that curl re-auths for every request is known here: #12228)
But even without, it's still a lot:
It looks like it's checking 9 times whether the target file "test.txt" exists on the target server !!!
I think we should add a stat cache (#7910) for the DAV storage.
Versions
OC A: ownCloud 8 master (77e9c21)
OC B: ownCloud 7 stable7 (361b70e)
@icewind1991 @DeepDiver1975
The text was updated successfully, but these errors were encountered: