Fix DTD freezes when opening projects, and EDT freezes when the theme changed and opening embedded DevTools#8479
Conversation
9c6ed7f to
de7059b
Compare
de7059b to
788fc57
Compare
|
This saves my day. I've been feeling freezing using the IDEA with Flutter on my Windows machine for months. The performance of the plugin is significantly improved with the PR. |
Because it's not merged so I'm using my local compiled version and see no issues regarding DTD & EDT so far. |
Thank you again! |
|
Thanks for the change! I did not see the original issue, so I can't verify myself, but it sounds promising if this is working well for you. I'm wondering if adding some logs here might help us debug if there are problems? e.g. logging the successful path to make sure we're getting through the steps. |
I'm not familiar with the logging system of the plugin. Are you indicating we can add logs like DTD established after x seconds? (I'd love to investigate this if we have a separate detailed issue!) |
|
I've been transitioning classes to use And yes, your example of logging is what I was thinking. Do you think that could help for this situation? We have a complex setup for DTD and DevTools so I feel like more info here would be helpful for our own understanding of what happens here and for potential debugging. |
(originally with #8477)
Summary
Changes
Notes
Fixes
Testing