taxonomy
taxonomy copied to clipboard
Enhancement: "New Post" loads for a really long time
Not sure why hitting "New Post" takes a really long time to load (~3-4s):
https://user-images.githubusercontent.com/28986134/200148679-c85411c3-341c-4fbc-8a4b-64e76595526c.mp4
it seems all the pages are taking 3s to load with no suspense management
i think this might be the next/auth being in server side instead of client side, it will slow the site down :(
might wanna use unstable_getServerSession instead of getSession: https://next-auth.js.org/configuration/nextjs#unstable_getserversession
I updated the site to use unstable_getServerSession yesterday.