Cursor IDE become slower regarding rendering

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Since the update today 08 april 2026 cursor ai ide became slower, it takes more seconds for example to render pages in next.js

Steps to Reproduce

I run next.js in dev mode a lot, so now today after the update it takes more seconds to render pages.

Operating System

Windows 10/11

Version Information

Just simply run nextjs in dev mode.

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, I’ll need a bit more info to figure this out:

  • What exactly got slower, the editor itself like UI lag, switching files, or the Next.js dev server taking longer to compile or render pages?
  • Your Cursor version from Help > About
  • Can you try starting Cursor with extensions disabled from the command line: cursor --disable-extensions Did it get faster?
  • While it’s happening, open Task Manager and share a screenshot if you see high CPU or RAM usage from Cursor processes

If the issue is only the Next.js dev server compiling pages, a Cursor update usually won’t affect that. It’s worth checking your Node.js version and your Next.js version. But if the IDE itself is slow, we can dig further.