My app hosted on Vercel in combination with Supabase, I’ve encountered slow data loading issues, taking 8 to 10 seconds at least every time. In comparison, the same data loads almost instantly on Plasmic.
I’m trying to identify the potential issues causing this delay and explore ways to speed up the data loading on Vercel. Additionally, I’ve noticed that data on Plasmic sometimes automatically reloads. Is this normal behavior?
For reference: I am using the following for my connection https://github.com/plasmicapp/plasmic/tree/master/examples/supabase-auth-nextjs-pages-loader and deleted the ssr map in pages, because it interfered with [[[…catchall]].tsx]
Any insights or suggestions to address these concerns would be greatly appreciated.
Thank you!