-
Notifications
You must be signed in to change notification settings - Fork 156
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
Async interactions - fix "hanging" UI during long running actions #7039
Comments
Related: we want progress indicators for those interactions, see #6183 |
workbox is unmaintained for 10 months now... doesn't look like a good choice anymore. Look into https://vueuse.org/core/useWebWorker/ instead. |
When a user deletes a large number of files, the web looks like it is hanging.
|
Related: #7902 |
Related / a very good reason for Web Workers: #10474 |
Needs research first |
Closing in favour of these stories:
A web worker for deleting files has been implemented already via #10916. |
Async tasks currently have the tendency of blocking the UI. The also get hibernated by the browser when the tab becomes a background tab.
Needs e.g. web workers / separate threads for:
The text was updated successfully, but these errors were encountered: