You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: