My DB shouldn’t be this slow, RIGHT❓

A fresh DB (pscale) and Table with just two entries, but takes 10s to fetch them (prisma studio)

I’m referring to dev mode, fetch through prisma studio, I haven’t deployed yet - so didn’t check prod.

It’s a user table with 4 one to many relationships, and a few fields.

User => chains[]
User => daycares[]
User => rooms[]
User => children[]

It’s all indexed (as mandatory by Prisma).

My connection is ok, but I’m regularly getting 10s loads, even with consecutive requests.
Was this page helpful?