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

Clear is very slow #11

Open
tylermenezes opened this issue Mar 29, 2022 · 0 comments
Open

Clear is very slow #11

tylermenezes opened this issue Mar 29, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@tylermenezes
Copy link
Member

Some things that might be related:

  • getServerSideProps is generally slow, maybe this is just a limitation of Vercel, but needs looking into
  • If getServerSideProps is slow, we can move to fetching data on the frontend
  • useSession makes multiple calls (see Update to new version of NextAuth #9)
@tylermenezes tylermenezes added bug Something isn't working help wanted Extra attention is needed labels Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant