Today Cursor was super slow

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

My average agent request will cost more than one minute

Always seeing “Taking longer than expected”

And I am using “Auto” model

Steps to Reproduce

Send any request in the agent

Operating System

Windows 10/11

Version Information

Version: 2.6.21 (user setup)
VSCode Version: 1.105.1
Commit: fea2f546c979a0a4ad1deab23552a43568807590
Date: 2026-03-21T22:09:10.098Z
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19045

For AI issues: which model did you use?

Auto

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

3 Likes

Hey, this is a known issue that several users have been reporting recently. There’s a main thread tracking it here: Taking longer than expected

To figure out what’s causing the slowness in your case, I’ll need a few things:

  • A Request ID from one of the slow requests. Click the three-dot menu at the top right of the chat and select Copy Request ID
  • Run network diagnostics: Cursor Settings > Network > Run Diagnostics, and paste the results here

In the meantime, try this:

  • Open App Settings with Ctrl+,, search for HTTP/2, and enable Disable HTTP/2. This fixes a lot of these slowness issues, especially on certain networks.
  • Close Cursor, go to %APPDATA%\Cursor\User\globalStorage, and check the size of state.vscdb. If it’s several GB, delete it along with any .backup or .corrupted files, then restart.

Let me know how it goes, or paste the diagnostics and request ID and I’ll dig deeper.

I was wondering what to do about this file, my state.vscdb is huge and the whole software is ultra slow, takes 3 minutes to close even. when agent is running i can’t do anything else but type (means i can type in the editor window etc but hover over response takes minutes, opening new files takes minutes etc).

It didn’t start to get this bad until 2.5 and worse in 2.6 now.
I am really worried about deleting that file because it contains all the chatlogs, code tracking lines, etc.. what ACTUALLY happens if i delete it? My file is about 10GB now

Hi @deanrie This is my request ID for a sample question: d17a0472-0363-46cd-81b7-df4e424b904b.

I find disable HTTP/2 helps a lot. My state.vscdb file size was only almost 400MB, delete it doesn’t provide any help

@Evan_Lee glad turning off HTTP/2 fixed it. That confirms it was a network layer issue. Since it’s fast again, I’ll mark this as resolved. If it comes back, ping me with a new request ID.

@f00z fair point. Here’s the deal with state.vscdb:

Don’t delete it outright. It stores your chat history and internal indexes. If you delete it, your chats can get stuck on Loading Chat… forever because Cursor can’t rebuild that index by itself. More details here: Deleting global state.vscdb causes infinite 'Loading Chat' in projects, history not recoverable without corrupted backup

What to try instead:

  1. Fully close Cursor and make sure no Cursor processes are still running
  2. Run a SQLite VACUUM on the file:
    sqlite3 "%APPDATA%\Cursor\User\globalStorage\state.vscdb" "VACUUM;"
    
    This compacts the database without breaking anything. Quick heads up, if the file is huge, some users say it doesn’t shrink much, so results can vary.
  3. If VACUUM doesn’t help, at least back up the file before deleting it, so you can restore it if needed.

About the general slowness like taking 3 minutes to close and UI freezes while the agent runs. A 10 GB state file can absolutely cause that. The team knows about the unbounded growth issue and it’s being tracked.

Can you also share your Cursor version and try turning off HTTP/2 like above? That might help with agent timeouts separately from the state.vscdb issue.

Aye, vacuuming does nothing.. the lag doesn’t show up anywhere in the ‘live’ cpu view in process explorer, it’s barely using anything there like 1-2%, but it shows up here:

Why can’t you guys give us some way to clean up the database file? this file has literally been the bane of my existence since cursor was made and i’ve been using it since 0.something, a long time ago, and this file is just absurd. Putting that much in a sqlite db the way it’s in there (i looked at it) is absurd.
Give us a way to remove the older code tracking / timeline/ logs /etc. Or at THE LEAST make it archive that to other files that it can then compress.
I’m afraid to delete it. I have deleted it before but i need to reinstall the whole program at that point and then i do lose my chats (although i noticed now that the program is storing summarized transcripts of the chats in the workspace which is good).

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Auto mode is consistently very slow for me.
If I manually select any available model, responses are fast.
As soon as I switch back to Auto, the slowdown returns immediately.

Steps to Reproduce

  1. Open a new chat
  2. Send a short request in Auto mode → very slow
  3. Switch to manually selected models → fast
  4. Switch back to Auto → slow again

Expected Behavior

Auto mode should be at least comparable to manually selected models and should not be dramatically slower.

Operating System

Windows 10/11

Version Information

Version: 3.0.9 (user setup)
VSCode Version: 1.105.1
Commit: 93e276db8a03af947eafb2d10241e2de17806c20
Date: 2026-04-03T02:06:46.446Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

The issue happens specifically in Auto mode.
If I manually select any available model, responses are fast.
As soon as I switch back to Auto, the slowdown returns immediately.

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Happens on linux also today. I’ve purchased Pro a couple of days ago. This is the first time I am trying to work, after the purchase, but effectively I cannot. I get very slow responses. Cursor always says: “it takes longer than normal..“

Same issue. Updated today to the version 3.0.12, and AUTO efficient mode takes 1-2 minutes to answer

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Agent Auto mode works too slow sometimes. I also noticed that for slow requests, the reply appears extremely slowly—literally word by word.

Steps to Reproduce

Creating an empty project.

I start a new chat in Auto mode and type “hi.” The response takes a very long time, sometimes showing a “Taking longer than expected” message.

I start another new chat, select Composer 2 mode, and type “hi.” The response is very fast.

Occasionally, Auto mode starts working normally.

I’ve tried with and without VPN — the problem reproduces equally.
I’ve also tried switching to HTTP/1.1, but that doesn’t improve the situation.

Operating System

Windows 10/11

Version Information

Version: 3.0.16 (user setup)
VSCode Version: 1.105.1
Commit: 475871d112608994deb2e3065dfb7c6b0baa0c50
Date: 2026-04-09T05:33:51.767Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

Auto, Composer 2

For AI issues: add Request ID with privacy disabled

e58e6c3d-00fd-4a6d-96c6-ffdc57871c3f
67410666-aeb3-4fc5-a022-1fb04955450e

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor