[UI] Optimizing the homepage experience #12098
Replies: 5 comments 5 replies
-
@Fine0830 Please take a look at this. |
Beta Was this translation helpful? Give feedback.
-
Can you submit a PR to resolve this issue? @CodePrometheus |
Beta Was this translation helpful? Give feedback.
-
A little suggestion, if you want to optimize UX, besides the loading sign, you should consider to updating the words when the loading sign shows up, such as(just for example, I don't know vue tech details)
|
Beta Was this translation helpful? Give feedback.
-
Uh, I did not reproduce the issue about the page loading time being 13s+. |
Beta Was this translation helpful? Give feedback.
-
I confirm that the loading wait issue happens to me during development and deploy. Nice to see the ux getting improved over time. Sometimes in github code spaces and gitpod it can take way longer than 13s stuck on a white screen. |
Beta Was this translation helpful? Give feedback.
-
Why
In development, I find that the UI takes a long time to load during the initial request due to the large number of resources being loaded. In my case, it took around 13+s as shown in the screenshot below. Similarly, for the online demo website, there is also a noticeable white screen time during loading.
How
What
The prototype diagram is as follows, an animation will be shown during the loading process, and the Dashboard will be accessed only after the loading is finished.
Are you willing to submit a pull request to implement this on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions