So I got this application where I have a calendar, on localhost all prisma requests takes around 200ms, but when ran on Vercel, the same requests takes 3000ms.
What should I do? This is way to long. I have a MySQL database right now.
TL;DR
Developer experiencing slow Prisma queries on Vercel compared to localhost. Considering switching to Appwrite.