rarity-adventure / rarity-frontend

Front end for the rarity adventure game
https://rarity.game
39 stars 32 forks source link

Decrease loading times for a better user experience #41

Closed eabz closed 3 years ago

eabz commented 3 years ago

The UI uses batching fetching across the RPC to prevent users to load lots of information and overwhelm the RPC with requests. During some times the default FTM RPC (https://rpc.ftm.tools) is overloaded and users complain about low loading times.

We must find a solution to make sure the loading is faster (caching, use another RPC by default or another form of loading).