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

Consider decrypting large resources in background tasks (Web) #546

Open
Deleplace opened this issue Mar 1, 2023 · 0 comments
Open

Consider decrypting large resources in background tasks (Web) #546

Deleplace opened this issue Mar 1, 2023 · 0 comments

Comments

@Deleplace
Copy link
Collaborator

It seems that decrypting a resource is blocking the UI thread, during intensive CPU work.

  • Single downsized image: ~75ms, no problem
  • Full res 1,7MB image: ~190ms
  • 17MB video: ~1700ms

Please consider how to not block the UI. Maybe using web workers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant