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

Improve chain picker performance #5337

Open
jmrossy opened this issue Jan 29, 2025 · 0 comments
Open

Improve chain picker performance #5337

jmrossy opened this issue Jan 29, 2025 · 0 comments
Labels

Comments

@jmrossy
Copy link
Contributor

jmrossy commented Jan 29, 2025

Problem

The chain picker in the widgets lib works okay but lags a bit on slow machines or slow connections, mostly because we have so many chains and that's a lot of logo imgs to load.

Solution

Use a virtualized list to lighten the load or find some other way to improve the performance.

Note to future developer: If you reach for a 3rd party lib to handle the virualization, please make sure it's lightweight, reputable, and well maintained

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant