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

Home page first time loading logic, performance may need to be improved #19

Closed
candyam5522 opened this issue Jan 6, 2016 · 1 comment

Comments

@candyam5522
Copy link
Contributor

Currently logic:
Only when userVerficationPerformed == true, then the banner actually shows.
-If the user already logged in, the 4 menu items show
-If the user not already logged in, the login shows

Before user is verified, the banner is blank.
Banner only decides what to show, until the user is verified.

Problem is:
If user verification takes long time, like 2 or 3 seconds, this feels like a performance issue. Or there maybe a better way to design how the homepage is loaded.

@arpost
Copy link
Contributor

arpost commented Aug 3, 2017

Performance is much improved now, so closing.

@arpost arpost closed this as completed Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants