PulseAugur
EN
LIVE 16:22:02

Cursor AI code editor users report slowdowns, find database fix

Users of the AI-powered code editor Cursor are experiencing significant performance issues, with the application becoming slow and unresponsive. One user identified a large 6GB `state.vscdb` file as a potential cause and found that running a SQL `VACUUM` command on this database significantly improved the UI's speed. This solution, discussed in an online forum, offers a workaround for users struggling with the editor's degraded performance. AI

IMPACT Performance issues with AI-powered tools can hinder developer productivity and adoption.

RANK_REASON User-reported issues and workarounds for a specific software product.

Read on r/cursor →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

Cursor AI code editor users report slowdowns, find database fix

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
User-reported issues and workarounds for a specific software product.
Source corroboration
2 independent sources
Multiple independent publishers reporting the same story raises confidence that it's real and newsworthy.
Topics
product, other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
Standard
On-topic for AI-industry coverage; kept in the public index.
Story freshness
116 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [2]

  1. r/cursor TIER_2 English(EN) · /u/fisforfaheem ·

    Cursor has become slow and dumb

    <!-- SC_OFF --><div class="md"><p>I hate how cursor auto is doing things I can't archive anything </p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/fisforfaheem"> /u/fisforfaheem </a> <br /> <span><a href="https://www.reddit.com/r/cursor/comm…

  2. r/cursor TIER_2 English(EN) · /u/eyueldk ·

    How I fixed slow Cursor UI

    <!-- SC_OFF --><div class="md"><p>To whom it may concern,</p> <ol> <li>Had super slow Cursor UI for months - everything hangs.</li> <li>Today I found out my state.vscdb is 6GB large.</li> <li>Read online about Cursor + state.vscdb.</li> <li>Opened state.vscdb (a sqlite db) and ra…