decentraland / dapps-issues

1 stars 2 forks source link

Optimize the navbar loading times #144

Open LautaroPetaccio opened 4 months ago

LautaroPetaccio commented 4 months ago

As of today, whenever you switch between a dApp, the profile is re-feteched, making the user wait for the loading bar to be completed to access the profile details. To complete this task, store the user's profile and wallet's data in the site's local storage and load it before triggering the fetches to load them.