Opening git diff views taking very long time

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After the cursor 3.2 update, opening any git diff view is taking a long time

Steps to Reproduce

In the source control tab, click on a changed file to view the git diff view.

Expected Behavior

This used to always open instantly. It can take 10+ seconds now to view the git diff view of a file

Operating System

MacOS

Version Information

Version: 3.2.11 (Universal)
VSCode Version: 1.105.1
Commit: e9ee1339915a927dfb2df4a836dd9c8337e17cc0
Date: 2026-04-24T14:36:47.933Z
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: Darwin arm64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

This is a known performance regression in the git diff layer. A batch of performance improvements shipped on April 25th — your build (3.2.11, dated April 24th) just missed them.

Could you update to the latest version? You can do this via Cursor Settings > Application > Attempt Update (or Cmd+Shift+P > “Attempt Update”). The newer builds include several fixes that specifically target diff view loading speed.

If the issue persists after updating, please let me know along with the new version number and I’ll dig deeper.