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

Lots of server requests with s2s/dav connection #13882

Closed
PVince81 opened this issue Feb 4, 2015 · 6 comments
Closed

Lots of server requests with s2s/dav connection #13882

PVince81 opened this issue Feb 4, 2015 · 6 comments

Comments

@PVince81
Copy link
Contributor

PVince81 commented Feb 4, 2015

Steps to reproduce

  1. Setup two instances A and B
  2. On B share a folder "folder" with link and allow upload
  3. On A, mount that share as remote share (s2s sharing)
  4. With WebDAV on A, upload a file into "folder"

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:

127.0.0.1 - - [04/Feb/2015:12:25:07 +0100] "PROPFIND /owncloud2/public.php/webdav/ HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:07 +0100] "PROPFIND /owncloud2/public.php/webdav/ HTTP/1.1" 207 482 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:07 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:07 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 207 433 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:07 +0100] "POST /owncloud2/index.php/apps/files_sharing/shareinfo?t=0c64669e5e9a542f8ddd02019ecc536d HTTP/1.1" 200 2168 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:07 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/sub HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:07 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/sub HTTP/1.1" 207 437 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 207 433 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 404 295 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 207 447 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 207 385 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 404 295 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 404 295 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:08 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 404 295 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 404 295 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 404 295 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 404 295 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 404 295 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 404 295 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 404 295 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:09 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:10 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 207 385 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:10 +0100] "POST /owncloud2/index.php/apps/files_sharing/shareinfo?t=0c64669e5e9a542f8ddd02019ecc536d HTTP/1.1" 200 2168 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:10 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:10 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 207 559 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:10 +0100] "PUT /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 201 - "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:11 +0100] "POST /owncloud2/index.php/apps/files_sharing/shareinfo?t=0c64669e5e9a542f8ddd02019ecc536d HTTP/1.1" 200 2436 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:12 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:12 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 207 559 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:12 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:12 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:12 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:12 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:12 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:13 +0100] "GET /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 200 31 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:13 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:13 +0100] "GET /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 200 31 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:14 +0100] "GET /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 200 31 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot HTTP/1.1" 207 433 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/ HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:14 +0100] "PROPFIND /owncloud2/public.php/webdav/ HTTP/1.1" 207 424 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 503 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:15 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:15 +0100] "GET /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 200 31 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:16 +0100] "GET /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 200 31 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:16 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:17 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:17 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:17 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:17 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - - [04/Feb/2015:12:25:17 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 401 292 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:17 +0100] "PROPFIND /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 207 409 "-" "-"
127.0.0.1 - 0c64669e5e9a542f8ddd02019ecc536d [04/Feb/2015:12:25:17 +0100] "GET /owncloud2/public.php/webdav/testroot/test.txt HTTP/1.1" 200 31 "-" "-"
127.0.0.1 - root [04/Feb/2015:12:25:06 +0100] "PUT /owncloud/remote.php/webdav/folder/testroot/test.txt HTTP/1.1" 201 - "-" "cadaver/0.23.3 neon/0.30.0"

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

@PVince81
Copy link
Contributor Author

PVince81 commented Feb 4, 2015

The stat cache could be done a bit like the object cache here for SWIFT: #7897

@PVince81
Copy link
Contributor Author

PVince81 commented Feb 11, 2015

@PVince81
Copy link
Contributor Author

PVince81 commented Aug 6, 2015

@PVince81
Copy link
Contributor Author

PVince81 commented Jul 6, 2016

cleanFolders call was removed for federated shares which is already a small win.

Moving to 9.2 for the remaining stuff #25103.

@PVince81 PVince81 modified the milestones: 9.2, 9.1 Jul 6, 2016
@PVince81
Copy link
Contributor Author

Only #12228 remains, closing in favor of #12228

@lock
Copy link

lock bot commented Aug 3, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants