PHPStorms runs slow when commit dialog open
Answered
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.
Please sign in to leave a comment.
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?
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.
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?
Hi,
that helped, thanks a lot!