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

Speedup copy/delete folder and copy item actions. #4343

Merged

Conversation

corentin-soriano
Copy link
Contributor

@corentin-soriano corentin-soriano commented Sep 19, 2024

updateCacheTable('reload', null); has a huge time cost.
This instruction should never be run outside the scheduler.

updateCacheTable add_value and delete_value on delete/copy folder should be enough.

Fix some case where selection is incorrect in the jstree.

@corentin-soriano corentin-soriano changed the title Speedup copy/delete folder action. Speedup copy/delete folder and copy item actions. Sep 19, 2024
@nilsteampassnet nilsteampassnet merged commit a1dd3a9 into nilsteampassnet:master Sep 20, 2024
2 of 3 checks passed
nilsteampassnet added a commit that referenced this pull request Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants