-
Notifications
You must be signed in to change notification settings - Fork 92
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
Dapps loading optimizations #927
Conversation
Visit the preview URL for this PR (updated for commit e917458): https://astar-apps--pr927-feat-dapps-endpoint-2ye81zhd.web.app (expires Thu, 21 Sep 2023 08:54:33 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: dd76fe72958fe2910fef9d53f0b4539b82b849db |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed here |
Something more effective would be nice. What do you think @Kahonnohak? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the change in the API endpoint being used.
Good improvement in the way the Dapp is fetched, making it more dynamic and adaptable to different network settings.
* Dapps loading optimizations * Fetch dApp from the proper network
Pull Request Summary
Modified portal use new dapps endpoints. Now portal loading time should be much faster.
BEFORE
AFTER
Check list