You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: