Hey!
I’m using Next.js on Vercel. I use EdgeDB as my database on Fly. I was wondering about response times from Vercel’s serverless functions using EdgeDB.
On average I get 500ms response time from a simple function fetching logged in user. And I believe the response time could be improved if I were to sync Vercels regions to Fly.io regions. Is there a way to do that? I’ve read about fly-replay
but I don’t know if this mechanism applies here.
Any help is going to be greatly appreciated
Thank you