So I know the next server compiles 1 page at a time. And I THOUGHT that was to help mitigate slow startup times for larger projects. But that doesn't seem to be the case. We have a medium sized project (50 something api routes. 30 different UI routes. 40-50 custom components). And it's getting kind of painful to work with when you need to navigate around some. It's especially painful on auth routes when you have a couple redirects due to logouts or whatever. It can be up to 10s or more waiting on the browser to actually render something.
Is this just how Next dev works on larger projects, or have we done something to cause it to go slow?