perf(base): Stop setting up the FS for every basic auth request#53141
perf(base): Stop setting up the FS for every basic auth request#53141
Conversation
63a9c61 to
0551675
Compare
0551675 to
9326548
Compare
|
Requesting review from the people who did the previous attempts, just to be sure there is nothing wrong... |
|
The AvatarController is abusing the cache as it relies on the data being present. Cached data can be removed at any point, so not having a cache must also work (the integration tests don't). |
9326548 to
32c331a
Compare
Which worked before with the file cache as it was simply written to disk. |
32c331a to
d92e5e2
Compare
d92e5e2 to
a324c76
Compare
|
/compile |
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
… distributed cache Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
017eeb4 to
caddc8d
Compare
|
@skjnldsv I'm not sure if the CI failure was related, so we might have always red master now... |
I'll have a look 👍 |
|
Yeah sounds like it broke all external storages :/ |
|
Dammit 😢 |
|
So, revert ? |
|
For me it was red 🤔 Yeah please revert :/ |
|
@skjnldsv Why did you only revert one commit? |
|
Because GitHub always only reverts the merge commit |
Summary
An alternative approach to #52980 as it seems all the code is just dead (let's see what CI says). Probably quite similar to #36589, but I tried to remove as little as possible (so further cleanups would be needed).
Checklist