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

chore: refactor data fetching #111

Open
Sen-Com opened this issue Jul 10, 2024 · 0 comments
Open

chore: refactor data fetching #111

Sen-Com opened this issue Jul 10, 2024 · 0 comments

Comments

@Sen-Com
Copy link
Contributor

Sen-Com commented Jul 10, 2024

In its current state, the website fetches all data directly from the nodes to the clients. This leads to slow loading times and heavy node utilization. We should refactor this into a client-server architecture where the client only fetches the data it needs (balances, account address) and everything else (fuel assets, leaderboards) is fetched from the server. the server then refreshes it's cache every couple of minutes

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

1 participant