-
Notifications
You must be signed in to change notification settings - Fork 6
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
Poor performance with Spectacle in IntelliJ #18
Comments
@ocary I don't see a significant lag with spectacle installed. However, I would like to clarify a few things so I can try and see when such a lag occurs.
|
|
@ocary Thanks for reporting this issue. |
I disabled the following and am still seeing the lag:
All of the above plugins that are bundled with IntelliJ were installed by default. Looking through all the bundled plugins, these were the 6 that looked like they might have something to do with live parsing of files. Are there any logs I should be looking into to see what is being called? |
@ocary I have pushed a commit onto gauge intellij plugin. Could you take the latest nightly of Gauge Intellij plugin and test it. Unfortunately, I am not able to reproduce the exact same issue you are facing. I have added a commit which shows the preview only if required. Could you please try this out and let us know if it fixes your issue. PS: Refer here to subscribe to the nightly channel of Intellij Gauge plugin. The plugin with the fix should be available in nightly version >= 0.3.9.nightly-2018-03-01. |
Installed IntelliJ-Gauge plugin 0.3.9.nightly-2018-03-01 and Spectacle 0.1.2. No lag seen in the operations listed in the original post. Also, when Spectacle is not installed, the IntelliJ event log no longer fills with "Missing plugin... spectacle" messages. Missing plugin only shows when you click on a browser preview icon. Looks good. Thank you. |
@ocary Good to hear this :) |
@ocary We have released a new version of Gauge Intellij Plugin. So the fix should be available with the latest released version. |
When using IntelliJ, after installing Gauge Spectacle some edit actions of specs and IntelliJ actions are significantly slowed. Appears to only affect .spec files. Without Spectacle these actions run basically instantly.
Actions that are slowed with Spectacle insalled
These slowdowns are seen on a project that has 6 gauge sub-projects within and overall is decently large. 2000+ specs between the 6 projects. Less severe slowdowns are seen on a much smaller project, but the lag still is very frustrating.
Gauge version
The text was updated successfully, but these errors were encountered: