Very slow requests with Prisma + NextJs on Netlify
Hi,
I have created a project using Supabase as the database.
I access my database using Prisma, I am not using Supabase client library.
In production mode, all my requests are very slow (between 2 to 5 seconds per request, for a very small amount of data).
The project is created using NextJs (with the toolkit BlitzJs) and hosted on Netlify.
Could you help me determine where it might come from?
Thank you in advance
I have created a project using Supabase as the database.
I access my database using Prisma, I am not using Supabase client library.
In production mode, all my requests are very slow (between 2 to 5 seconds per request, for a very small amount of data).
The project is created using NextJs (with the toolkit BlitzJs) and hosted on Netlify.
Could you help me determine where it might come from?
Thank you in advance