-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hanging phpstorm when many submodules are present #321
Comments
Is there a chance perhaps your project is open source? I'll need a way to reproduce the issue to be able to solve it... |
Sure :) Tomorrow probably will be to busy to set it all up but will do try to get it done at least before friday end of the day. |
I was having the same issue. It got so bad, that I had to uninstall this lovely plugin. |
Sorry you're experiencing this guys. |
I can confirm this issue happens in IntelliJ as well. It seems to happen due to gitflow waiting on a certain FutureTask in de AWT EventQueue thread, which obviously will prevent the window from being drawed for that time. I therefore expect that that something is happening on that thread that should have been executed in parallel instead. I have my idea.log and threaddump attached. |
Experiencing the same issue. I've been struggling with the slow opening of our project for a while, but now finally discovered that the Gitlfow plugin seems to be the culprit. Opening our Pronamic Pay project — a payments plugin for WordPress — takes about 2 minutes (MBP 16" from 2019). While opening, the directory tree says "loading..." and in the status bar there is a message "Scanning files to index". If I disable the Gitflow plugin, there are no delays when opening the project 🎉 I was able to reproduce the issue when opening the
Would love to see this issue resolved in the future, but for now I'm fine with having the Gitflow plugin disabled and enabling it when needed. Project setup
Environment
|
@rvdsteege Thanks! I'll try to reproduce with this project |
I'm submitting a ...
What is the current behavior?
When the plugin is active it hangs phpstorm while it keeps saying "Updating indexes".
It takes about 1 to 2 minutes.
Sadly this happens every time I update a submodule or push something.
Is this a bug? Sorry about that. If so give me explicit details how to reproduce:
To be fair I have 57 submodules.
These don't use gitflow, only the master project does.
What is the expected behavior?
Well ... to be faster.
What is the motivation / use case for changing the behavior?
Well i guess this speeks for itself ;)
Just want to work faster instead of waiting more then an hour a day for the indexes to be scanned ...
Please tell me about your environment:
Gitflow4idea version: 0.7.5
Gitflow version: 1.12.3 (AVH Edition)
IntelliJ Help -> about > click copy icon and paste here. Should look like this:
Don't have anything else sadly.
It just hangs while checking and no errors appear.
Hope you can fix it
The text was updated successfully, but these errors were encountered: