Jetbrain remote ssh development high latency when compiling routes
Unanswered
Short-eared Owl posted this in #help-forum
Short-eared OwlOP
Hi, I have a problem with next when working on a remote Debian 12 servers. The server has 8vcore and 16gb of ram allocated.
Every time you want to go on a page. The loading time for routes and pages are extreme.
Any idea what can cause that ?
We are using nextjs 15.3 app router. We use bun. However when using classic npm we have the same latency. We use turbo pack.
Opening the chromium via the vps, running the npm run dev in a classic ssh terminal and accessing the next app gives the same latency.
The Linux vm we are working on is basically a “secure vm” ( whatever that means ) a company made it for us so it complies with the company security policies.
Every time you want to go on a page. The loading time for routes and pages are extreme.
Any idea what can cause that ?
We are using nextjs 15.3 app router. We use bun. However when using classic npm we have the same latency. We use turbo pack.
Opening the chromium via the vps, running the npm run dev in a classic ssh terminal and accessing the next app gives the same latency.
The Linux vm we are working on is basically a “secure vm” ( whatever that means ) a company made it for us so it complies with the company security policies.
1 Reply
Short-eared OwlOP