extension icon indicating copy to clipboard operation
extension copied to clipboard

fix: slow firefox sign in times, persistent worker

Open kyranjamie opened this issue 3 years ago • 1 comments

Try out this version of the Hiro Wallet - download extension builds.

https://github.com/hirosystems/stacks-wallet-web/pull/2665 attempts to do the key stretching in the background script. This increases speed I reckon, though in Chrome it seems to block the popup script's thread (despite supposedly being a separate context).

This attempt keeps the worker open for the duration of the session, rather than initialising it and terminating it on every request. As far as I can tell this also increases the speed.

cc/ @neorrk @zommuter @friedger @fluidvoice @Hero-Gamer @pors if you're able to try the build

kyranjamie avatar Sep 16 '22 13:09 kyranjamie

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
stacks-wallet-web ✅ Ready (Inspect) Visit Preview Sep 16, 2022 at 2:04PM (UTC)

vercel[bot] avatar Sep 16 '22 13:09 vercel[bot]