Skip to content
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

Performance hiccups on initial page load #123

Open
jackrwoods opened this issue Dec 15, 2020 · 1 comment
Open

Performance hiccups on initial page load #123

jackrwoods opened this issue Dec 15, 2020 · 1 comment
Labels
UI/UX Frontend web dev issues, UI/UX

Comments

@jackrwoods
Copy link
Contributor

When initially loading the homepage, a flurry of API calls and VueX initialization routines cause the web page to "lock up" for some noticeable period of time. This causes the animation to briefly freeze up and the UI to become unresponsive.

@jackrwoods jackrwoods added the UI/UX Frontend web dev issues, UI/UX label Dec 15, 2020
@MilanDonhowe MilanDonhowe self-assigned this Dec 15, 2022
@solderq35
Copy link
Contributor

solderq35 commented Dec 25, 2022

Note so we don't forget: The changes from the PR #196 were later reverted due to CORS issues. Namely, HttpAPI which was used for compression seems to cause CORS errors, so we removed compression and added back API route

Revert commit: 5dbc348

CORS error screenshot
CORS error screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI/UX Frontend web dev issues, UI/UX
Projects
None yet
Development

No branches or pull requests

3 participants