Use Web Workers for hash decoding? #23
felixranesberger
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Great idea, why not! I think we still should put it into a feature flag/option to conditionally enable or disable it. Sure, go for it. PR happily welcome. 🌻 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Decoding the image placeholder hashes is currently running on the main thread.
Should we move the decoding part into a dedicated web worker, so that we have less stress on the main thread?
I could provide a pull request for this feature 👍
Beta Was this translation helpful? Give feedback.
All reactions