Improve performance of balance lookups in the panel #30772
Labels
feature/web3/wallet
Integrating Ethereum+ wallet support
front-end-change
This task is a front end task and doesn't need any C++ changes
OS/Desktop
perf
QA/No
release-notes/include
Milestone
The panel can be extremely slow when the wallet has a lot of accounts. One reason for this is that we do a lot of wasteful balance lookups in an indiscriminate fashion, and that too every 15s. On top of that, the balance queries spawn a lot of concurrent HTTP requests, frequently resulting in 100% CPU usage.
The text was updated successfully, but these errors were encountered: