IntelliJ 2017.1 EAP slowdowns

Answered

I'm having serious hiccups with intellij lately. Whatever I try to type it takes really long time, sometimes I can finish whole line of code and only after it appears.  I'm also experiencing slowdown of menus as well. I'm working in Kotlin 1.1 project with newest Kotlin plugin (also before upgrade I had the same problem).

I tried already:

  1. invalidate cache / restart,
  2. maximize JVM memory
  3. reinstall
  4. open the project in another version (2016.3. Community edition)
  5. reimport all code from gradle

Every time I load the project it's just too slow and mostly unusable. The only thing that helped me was turning on the "Power save mode" but that's not normal mode of work. Other developers are on MACs and they are not experiencing this problems, I'm on WIN 10 with 16gb / i7 7700k and SSD.

I'm also attaching CPU snapshot if it's helpful. In the snapshot i wrote two new functions and have slowdowns. 

https://drive.google.com/open?id=0B0aLuJZX17qBZ3hKMUhrZXJxR2s 

Thanks upfront for any help.

 

 

0
7 comments

What actions did you perform when this snapshot was recorded? What exactly was slow during the recording? Can you try to perform more actions than just writing 2 functions and provide a new snapshot?

Does it happen with any project or is it specific to Kotlin?

0

I only tried to type in the first one and it was really just

fun test() {}

fun test1() {}

inside of one class. And typing was slow with delays. It really does not matter in which class I am or what I try to type. 

I'm now also attaching second CPU snapshot which is also just typing and getting some code completions. Again typing and code completion is slow.

https://drive.google.com/open?id=0B0aLuJZX17qBWUQ5M3NSaG0xa0E 

I did try to open up new project and there it worked fast.

0

Does it help if you close TODO tool window? Do you have a lot of items there?

0

I'm not sure what close means, I tried to minimize it (well 99% of the time I don't use it at all) but there is no difference. Currently it's displaying ~120 items.

0

Thanks for the information.

Please follow https://youtrack.jetbrains.com/issue/KT-16980 for updates.

0
Avatar
Permanently deleted user

I see something similar in a smallish nodejs project - I can type and several seconds later characters will then appear. The same is true when scrolling through source with the trackpad - it sort of stutters a bit and then catches up (annoyingly so). I also see slowness when doing code completion - lots of little things that all add up to a bad experience.

I was wondering if if was just me, or something just for node projects (I haven't done much node programming in Idea before, so couldn't compare like with like). So its interesting to see something similar here.

 

0

Can't tell without a CPU snapshot. You can also try the EAP version: https://confluence.jetbrains.com/display/IDEADEV/IDEA+2017.1+EAP.

0

Please sign in to leave a comment.