I am developing next js application and in development enviroment it takes lot of time to load, The page goes unresponsive in the start and then if I cancel the request it stop loading, after refreshing it loads immediately. I am using material ui and few other smaller packages, my apis are not slow and neither i am using big libraries or packages.

I am trying to create next js application but response time is very slow
Turbopack can be used in Next.js in both the pages and app directories for faster local development. To enable Turbopack, use the --turbo flag when running the Next.js development server.
It will make your dev mode a lot faster
For more info https://turbo.build/pack/docs/features https://nextjs.org/docs/architecture/turbopack