issues
search
codeday
/
www-clear
Internal tool for CodeDay event planning
https://clear.codeday.org
4
stars
6
forks
source link
Clear is very slow
#11
Open
tylermenezes
opened
2 years ago
tylermenezes
commented
2 years ago
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 #9)
Some things that might be related: