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

Web3 History slow to render #2569

Open
f8daniel opened this issue Aug 21, 2024 · 2 comments · Fixed by #2580
Open

Web3 History slow to render #2569

f8daniel opened this issue Aug 21, 2024 · 2 comments · Fixed by #2580
Assignees

Comments

@f8daniel
Copy link
Member

f8daniel commented Aug 21, 2024

Even though Mixin is pretty fast to return the transaction history, it takes a while for the content to be added to this overlay because for each field we have to query the server to find out the associated saito public key

Image

There should be caching added to speed this up.

@umairkhannn umairkhannn linked a pull request Aug 26, 2024 that will close this issue
@arpee
Copy link
Member

arpee commented Aug 27, 2024

Can I ask we add a 'spinner' here as it's still taking 5+ seconds for me, which is unfortunately enough to make it look broken.

(We are not paging - so for me it's retrieving all 3 pages of data too...)

@umairkhannn
Copy link
Member

@arpee sure. Will add loader before data is populated.

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

Successfully merging a pull request may close this issue.

3 participants