Is it expected for a default create T3 app to take 500ms+ on each route (in dev)
I tried running
next dev --turbo
with and without Drizzle, but I still can't understand why it's so slow in development mode when running locally. Should I try running React without Next.js or take other steps to improve it?
4 Replies
There are a lot of factors playing in here: Your PC and what other tasks are running on it. If the route is already cached. etc. etc.
It's M1 MacBook with no load and the app was just created using all defaults. It seems that I can solve such issue with https://tanstack.com/start/latest
TanStack | High Quality Open-Source Software for Web Developers
Headless, type-safe, powerful utilities for complex workflows like Data Management, Data Visualization, Charts, Tables, and UI Components.
Wdym?
Iām saying that replacing Next with Vite solves 500ms per request issue I saw in my initial post