Next.js Discord

Discord Forum

Whenever I start my dev server my pc slows down?

Unanswered
Nile tilapia posted this in #help-forum
Open in Discord
Nile tilapiaOP
My pc only slows down when ever I use the dev server of next js and other dev servers of vite or remix works good.
My laptops spec is core i5 3rd gen intel with 4 gib of ram and 2.5 ghz processor with Zorin os (linux) running on it.

3 Replies

Ichneumonid wasp
Your PC experiences slowdowns specifically when using Next.js's development server, but other servers like Vite or Remix perform well. This discrepancy could be due to resource-intensive features in Next.js, such as server-side rendering. Your laptop's 3rd gen Intel Core i5 processor and 4GB of RAM might struggle with these demands. To improve performance, consider upgrading your RAM to at least 8GB, optimize Next.js configurations, monitor resource usage, and use static generation when possible. Alternatively, stick with Vite or Remix for development tasks. Upgrading to a more powerful laptop could be beneficial if your development demands continue to grow.
but if you have to stay with 4 GB RAM, consider shutting unnecessary programs to make space for the dev server