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

long load times on initial launch #345

Open
canhtrinh opened this issue Apr 17, 2024 · 1 comment
Open

long load times on initial launch #345

canhtrinh opened this issue Apr 17, 2024 · 1 comment

Comments

@canhtrinh
Copy link
Collaborator

Describe the bug
long load times sometimes at the initial start of the app

To Reproduce
Steps to reproduce the behavior:

  1. Load the page.
@npty
Copy link
Member

npty commented Apr 24, 2024

@canhtrinh According to the research, the longest query during the initial load is the chain configs query from the Axelarscan API. This query takes approximately 3 to 7 seconds for the initial load. The response from this query is cached in the key-value store, but the cache has a time-to-live of 1 hour. If the cache misses, meaning the data is not found in the cache, the initial load time will be 2 to 3 times longer due to the need to fetch the data from the API again.

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

No branches or pull requests

2 participants