在commit 选项卡中所有操作非常慢

已回答

在commit 选项卡中所有操作非常慢,本人macbook pro 高配版本,不存在资源不足问题,我禁用了所有插件,也是一样。new 一个changelist需要快1分钟,文件修改后,要转老半天,git设置里,所有检查全部禁止。

0

Could you please provide the following information to help us troubleshoot the issue further:

  • Screen recording of the issue in your IDE
  • Does the issue occur if you try  running the same git operations outside of the IDE - via command line (e.g. git bash)
  • Did you notice a spike in CPU consumption while the IDE performs slowly

Also, could you please enable debug logging by adding the following lines to Help > Diagnostic Tools > Debug Log Settings..:

time.git4idea
git4idea.commands.GitHandler

restart IDE, reproduce the issue again and share your IDE logs (Help > Collect Logs and Diagnostic Data)?
You can upload the files here: https://uploads.jetbrains.com, and provide the uploaded file ID. Thank you!

0

The screen recording and idea.log are uploaded, the uploaded file ID is  2025_08_28_7duhp6WvCaCrS1s6XR1Vas (files: iShot_2025-08-28_13.21.43.mp4, idea.log)

As you can see, when I create a new changelist and move a changed file to it, it takes a long time

0

Thank you for the logs and screen recording.

Ok, so the moving of a change between changelists takes longer. In this case could you please record a CPU snapshot while the slow operation is running and share it with us?

You can start CPU snapshot recording, reproduce the issue and then stop recording - to capture the operations being done during the slow performance.

Also, I checked your logs and can see you have a lot of third-party plugins. To eliminate a possibility that a plugin causes the issue - could you please temporarily disable all downloaded/non-bundled plugins and try to reproduce the issue again?

0

Upload id: 2025_08_29_mgMUeoQKRMxDj3TZnSknvW (file: xw_20250829135310.mp4))

I not found Start CPU Usage Profiling in  Help | Diagnostic Tools .

I opened the CPU and Memory Live Charts and noticed that the CPU usage was high when I created a new changelist. As you can see in the recording, this operation takes a long time. I have already disabled many plugins in my IDE because I don't use it for Java development. Additionally, my old MacBook Pro is having some problems.

0

Thank you for the information.

I not found Start CPU Usage Profiling in  Help | Diagnostic Tools .

Please install/enable the Performance Testing plugin in Settings (⌘ + , or Ctrl + Alt + S) > Plugins.

0

Upload id: 2025_08_29_Wi116r5z2cB5cZAF9rRb4s (file: IU-252.23892.409_zsdnb_29.08.2025_15.48.03.zip)

I enabled the plugin and reoperate ,please see the attachement

0

Hi, is there any update?

0

Thanks for sharing the CPU snapshot. There are still some third-party plugin related operations being run during the snapshot recording. Could you please try to disable all downloaded/non-bundled plugins, just to test if it will affect the behavior of the issue? 

0

Upload id: 2025_09_10_ewFwDk5nExxCCd76zgyjz3 (file: IU-252.25557.131_zsdnb_10.09.2025_09.30.40.zip)

I disabled all download plugins, created a changelist, and moved the changed file to another changelist. These operations were very slow.

0

Sorry for the delay. We are checking your issue internally. I will provide update as soon as I have more information.

0

It looks like the issue is caused by background color calculation for JS files - which seems to be slow. Please follow this issue for updates: https://youtrack.jetbrains.com/issue/WEB-74321. It is currently planned to be fixed in 2025.2.3. Sorry for the inconvenience.

0

请先登录再写评论。