Thumbhash & Blurhash transform to base64: Are results cached to prevent re-conversion? #65
Unanswered
chrisspiegl
asked this question in
Q&A
Replies: 1 comment
-
|
Hi Chris! Currently, the image decoding is not cached. So in that case, it might make sense to implement caching. However, I don't think this would have a significant impact on real-world performance. You can take a shot at it, feel free! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As the title states, I am wondering: if an image shows the same thumbhash on many pages in an SPA, is the thumbhash => base64 conversion cached? Or is it handled many times?
If this is not already in place, would it be an improvement to the library to make it a part of this library? Or should we handle this kind of thing ourselves?
Best, Chris
Beta Was this translation helpful? Give feedback.
All reactions