Next js consuming high CPU #49203
-
SummaryMy next js application is using high CPU even I didn't use ISR or any other package. I have checked the CPU usage using Any suggestions to troubleshoot this issue? @icyJoseph, @leerob other too |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 9 replies
-
Not only on server by also on client user computer.
|
Beta Was this translation helpful? Give feedback.
-
started to notice high cpu recently when trying to get bundle size reduced, not sure what is causing it on nextjs 12.3.4 with a few dependencies (react query, theme ui and more) so could be something else |
Beta Was this translation helpful? Give feedback.
-
Any solutions? |
Beta Was this translation helpful? Give feedback.
-
Using codespaces here. It is pretty much making it impossible to code. |
Beta Was this translation helpful? Give feedback.
-
Any solutions? |
Beta Was this translation helpful? Give feedback.
-
i've updated next js version 12.2.0 to 13.4.3. |
Beta Was this translation helpful? Give feedback.
-
Last night, it almost burned my MacBook — how embarrassing! |
Beta Was this translation helpful? Give feedback.
-
✅ i had the same problem to on my linode vps where i find cpu usage very high in the midnight but i discovered there was milicious executable runningand using high cpu usage i saw it through htop and it reulted to be a crypto miner ✅ How I Removed a Malicious Crypto Miner on My Linux ServerI recently discovered that my Linux system was compromised by a malicious cryptocurrency mining script. Here's how I diagnosed and resolved the issue: 🔎 Step 1: Spotted High CPU Usage with
|
Beta Was this translation helpful? Give feedback.
i've updated next js version 12.2.0 to 13.4.3.
And now it's not consuming high CPU don't know why?