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

perf(files): Cache getContents function used for uploader #46966

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Aug 1, 2024

Summary

Instead of trigger a PROPFIND for every new-menu entry clicks, or conflict handling of uploads, we can just use the cached content from the file store. If we do not have any cache entry we fetch new, but otherwise this is not needed.

Checklist

@susnux susnux added this to the Nextcloud 30 milestone Aug 1, 2024
@susnux susnux added 3. to review Waiting for reviews and removed 2. developing Work in progress labels Aug 1, 2024
@susnux susnux marked this pull request as ready for review August 1, 2024 19:23
@susnux susnux requested a review from skjnldsv as a code owner August 1, 2024 19:23
This was referenced Aug 5, 2024
@skjnldsv skjnldsv mentioned this pull request Aug 13, 2024
susnux and others added 2 commits August 14, 2024 09:47
Instead of trigger a PROPFIND for every new-menu entry clicks,
or conflict handling of uploads, we can just use the cached content from the file store.
If we do not have any cache entry we fetch new, but otherwise this is not needed.

Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
@skjnldsv skjnldsv force-pushed the fix/cache-uploader-get-content-function branch from 77d834e to c60e59c Compare August 14, 2024 07:51
@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Aug 14, 2024
@skjnldsv skjnldsv merged commit dbc2e9c into master Aug 14, 2024
103 of 110 checks passed
@skjnldsv skjnldsv deleted the fix/cache-uploader-get-content-function branch August 14, 2024 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish feature: files performance 🚀
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants