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

Fix: Reduce index HTML rendering lag #23

Closed
skynetcap opened this issue Jun 22, 2022 · 2 comments
Closed

Fix: Reduce index HTML rendering lag #23

skynetcap opened this issue Jun 22, 2022 · 2 comments
Labels

Comments

@skynetcap
Copy link
Owner

There is a really inefficient loop somewhere, I think around the token list that was hacked together, adds at least 1-2 seconds to page load times. Remove the delay.

@skynetcap skynetcap self-assigned this Jun 22, 2022
@skynetcap
Copy link
Owner Author

Might need to make more stuff async.

@skynetcap skynetcap removed their assignment Jun 23, 2022
@skynetcap
Copy link
Owner Author

A large chunk will be improved when we AJAX-ify the token search, instead of rendering all tokens on load. Tracking the work in SRM-69

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

No branches or pull requests

1 participant