PHPStorms runs slow when commit dialog open

已回答

Hi,

in my current project PhpStorm runs slow when i open the commit dialog. I think it is related to the generated js/css files i try to commit. Altought they are not that big or anything.

Here are my logs: https://www.dropbox.com/s/lro1z6pvet9b7k4/logs-20180206-144652.zip?dl=0

Thanks for your help.

1

Hi, the logs are looking alright:

Are you using "Commit + Push"? It also seems like you're using "Perform code analysis" feature during commit?

Could you please describe when/how exactly it is slow?

0
Avatar
Permanently deleted user

Hi Dimitry,

thanks for looking into it.

The problem starts before the commit itself when i open the dialog. I can't even enter a commit message because it's getting so slow.

I already disabled all somehow related plugins. 

0

Yep, thread dumps show performance issues caused by the VCS subsystem.
That's not for sure, but it seems that PhpStorm is struggling to get the diff.
Please disable all custom plugins (Settings | Plugins | Show: Custom), then invalidate caches and restart (File | Invalidate Caches / Restart).
Is it the same?

1
Avatar
Permanently deleted user

Hi,

that helped, thanks a lot!

0

请先登录再写评论。