I have some issue when trying to open a new file with cursor. Whatever the format of the file is (.txt, .json, etc…) or even the commit message, it takes 10 to 30 sec to open the file.
Sometimes I just want to quickly check some small files, or write a commit message (using git commit -a) but having to wait 30seconds to do it is quite annoying.
The rest of the performance of cursor is fine. Agents, browsing the files in the current folder is almost instant.
Anyone knows if there is some config that slows down the opening of files ?
Hey, thanks for the report. I’ll need a bit more info to debug:
Cursor version (Help > About Cursor > Copy)
OS (Windows/Mac/Linux and version)
What extensions do you have installed?
Try running cursor --disable-extensions from the command line. Does the lag still happen?
Open Process Explorer (CMD/CTRL + Shift + P > Developer: Open Process Explorer). Which processes spike CPU when you open a file?
Also try:
Cursor Settings > Network > Run Diagnostics, then share the results
Settings > Application > Experimental > Extension Monitor Enabled, then CMD/CTRL + Shift + P > Developer: Open Extension Monitor. It might be a specific extension slowing things down