-
Notifications
You must be signed in to change notification settings - Fork 138
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
Performance problem #195
Comments
Can you try the latest plugin version 0.6.5.1? After you update - |
Thanks for answer. I updated the plugin to the latest version and nothing changed. I tried to create an empty project as you suggested and there is no lag. Probably the problem is that the project I have is huge and contains many files. But why gitflow plugin freezes the Intellij window? I think it just needs to list branches what is very fast ("git branch" in my console takes no time). I asked my colleagues and they have the same lag so it is probabely not a problem with my computer/os. Best regards |
@lppedd I'm interested to hear about your findings! |
@lppedd pinging you about this again - Which heavy methods were you referring to? |
Not sure on weight of methods, but if I have a project with a large vendor/ folder (using composer to handle dependencies), it can take up to 30s for the menu to appear when clicking on the combobox, as every library is coming from a different git repository. I assume it is taking some time on click to traverse the folder structure and pull in all of the repository information. Aside from performance gains that could be had by possibly caching this, it doesn't appear to take into account the "ignored files" functionality of the project. I have vendor/ ignored, which if accessible might allow the plugin to also suppress traversing into ignored folders. |
I also had perfomance issues and opened a ticket at Jetbrains. They told me the following: |
@RickS-C137 #216 should help it quite a bit if not fix it outright. |
Please test with 0.6.8 |
I'm submitting a ...
What is the current behavior?
Plugin works very slow.
Is this a bug? Sorry about that. If so give me explicit details how to reproduce:
When I click on the gitflow combo in the button bar it takes more than 10s to see the menu. The git plugin works fine.
Please tell me about your environment:
IntelliJ IDEA 2018.1 (Ultimate Edition)
Build #IU-181.4203.550, built on March 26, 2018
Licensed to
Subscription is active until December 28, 2018
JRE: 1.8.0_152-release-1136-b20 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
The text was updated successfully, but these errors were encountered: