#Slow Dev Performance
1 messages · Page 1 of 1 (latest)
I just started my dev server and this was one of the compile times:
Compiled / in 195.2s (2127 modules)
That’s completely normal in my case
yeah it is about 5 mins on average
30s on average. 5 mins when I need to do a last test before pushing it to production
look into next dev --turbo
although it doesn't work for some people
it's still an early feature
yeah I am using turbo, I tried it with an dwithout and no difference
I am guessing there is some dependency that is just huge, I am also guessing my prisma file is huge, probably 500+ tables, with lots of relations, so it creates a insane amount of types
Is there a way to see more verbose details on the compile? Maybe I can narrow it down, I have tried creating a new project, pulling in prisma etc and everything is fine