Slowness after the last update

Hi everyone,

after updating my cursor yesterday, I’m experiencing a slowness in my editor.

I tried to disable some extensions, but nothing work. in the editor console I see

[Extension Host] View has not been initialized after retrying for 5 seconds.

and in between
[CPP TIMING] Time Since Start: 312.5
workbench.desktop.main.js:4664
[CPP TIMING] Time Since Trigger: 312.7000000476837

I’m on cursor v 0.44.9

Version: 0.44.9
VSCode Version: 1.93.1
Commit: 316e524257c2ea23b755332b0a72c50cf23e1b00
Date: 2024-12-26T21:58:59.149Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.0.0

does anyone have the same noticed something like that? or is it just me

Happy new year
Omar

Hey, try starting in safe mode with cursor --disable-extensions. If the issue persists, please share the logs and error output from DevTools.

Hi @deanrie ,

Thanks for helping me, After disabling the extensions, the problem is still there, I think it’s from cursor-retrival.
it’s taking so much time to save the files and the file I’m taking about is about 100 line only.

here somescreenshots

Here is the console

I just checked the log for the cusor-retrieval, it seems it’s failing to get the data or save them

Failed to initialize inner. Retrying...
Failed to get related files Workspace ID is undefined (please check back in a few seconds)
Failed to get cached related files... falling back to uncached Workspace ID is undefined (please check back in a few seconds)

more of the log

2025-01-02 16:34:04.025 [info] Using repo backend url https://repo42.cursor.sh
2025-01-02 16:34:04.199 [error] Failed to get related files No indexer found for file. Maybe not inside a git repo? /Users/user/GitHub/repo/apps/api/src/index.ts
2025-01-02 16:34:04.247 [error] Failed to get cached related files... falling back to uncached No indexer found for file. Maybe not inside a git repo? /Users/user/GitHub/repo/apps/api/src/index.ts
2025-01-02 16:34:04.247 [error] Failed to get related files No indexer found for file. Maybe not inside a git repo? /Users/user/GitHub/repo/apps/api/src/index.ts
2025-01-02 16:34:04.505 [info] Git graph is enabled
2025-01-02 16:34:04.505 [info] Creating indexer for repo /Users/user/GitHub/repo
2025-01-02 16:34:05.029 [info] Using repo backend url https://*****.cursor.sh
2025-01-02 16:34:05.029 [info] Git graph is enabled
2025-01-02 16:34:05.029 [info] Creating indexer for repo /Users/user/GitHub/repo
2025-01-02 16:34:05.030 [error] Failed to initialize inner. Retrying... {"error":{"name":"ConnectError","rawMessage":"This operation was aborted","code":1,"metadata":{},"details":[],"cause":{}},"rootUri":"/Users/user/GitHub/repo"}
2025-01-02 16:34:06.036 [error] Initialization aborted

I will be happy to provide the full log.

Does this happen in all projects? Try clearing the cache. If that doesn’t work, reinstall Cursor by following these guides:

@deanrie ,
I just deleted the cache folder, it still slow on saving, this happens after last update tbh.
I still see Failed to get related files Workspace ID is undefined (please check back in a few seconds)

I just deleted cursor, all the cache, and everything related.

reinstalled cursor again, the problem is solved.

1 Like

I had the same problem on mac after the last update.

I reinstalled and did not update, it fixed it.