主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexey Berezkin
活动总数
7
最后的活动
2020年09月30日 13:07
成员加入日期
2020年09月25日 13:03
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(6)
Alexey Berezkin
进行了评论,
2020年09月30日 13:07
There's an open issue on TS GitHub which unfortunately was lacking an example. So I attached one. Hope the team now has everything needed to analyze the problem. https://github.com/microsoft/TypeSc...
社区
WebStorm
IntelliJ node processes using a lot of CPU on TypeScript project. IntelliJ performance suffers.
1 票
Alexey Berezkin
进行了评论,
2020年09月29日 08:39
@... You are welcome. Thanks also for the detailed instructions. In VSCode the process running tsserver is called not “node” but “Code Helper (Renderer)” which confused me — I thought it's some Ele...
社区
WebStorm
IntelliJ node processes using a lot of CPU on TypeScript project. IntelliJ performance suffers.
1 票
Alexey Berezkin
进行了评论,
2020年09月25日 20:52
I profiled and debugged tsserver yet more, and compared it to VS Code, and found out the problem is likely in the TS. The semanticDiagnosticsSync is embarrassingly slow; and the larger is file the ...
社区
WebStorm
IntelliJ node processes using a lot of CPU on TypeScript project. IntelliJ performance suffers.
1 票
Alexey Berezkin
进行了评论,
2020年09月25日 16:36
@... Nope I didn't optimize anything. I have just looked into a profile and found out that there's some very long computation in TS Server, perhaps busy-waiting, perhaps triggered by WebStorm (IDEA...
社区
WebStorm
IntelliJ node processes using a lot of CPU on TypeScript project. IntelliJ performance suffers.
0 票
Alexey Berezkin
进行了评论,
2020年09月25日 14:46
Hi Elena, thanks for your detailed instructions. I've taken the profile, it's huge (40M), here's the link https://yadi.sk/d/K7UOX4nwL2rdXw We can see from it that, after some work, processImmediate...
社区
WebStorm
IntelliJ node processes using a lot of CPU on TypeScript project. IntelliJ performance suffers.
0 票
Alexey Berezkin
进行了评论,
2020年09月25日 13:03
Having the same issue. No problem when doing the same in VSCode, so can't event submit an issue to TypeScript. What I'm doing: just editing https://github.com/aleksei-berezkin/fluent-streams/blob/m...
社区
WebStorm
IntelliJ node processes using a lot of CPU on TypeScript project. IntelliJ performance suffers.
0 票