PKief.material-icon-theme-unresponsive.cpuprofile.txt
Performancematerial-icon-theme3.6.3Linux x64 4.19.0-2-amd641.31.1Find more details here: https://github.com/Microsoft/vscode/wiki/Explain:-extension-causes-high-cpu-load
I was wondering when the high CPU load begins. Is is when you trigger a specific command of my extension or is it all the time?
Information regarding the extension performance:
With the latest update the activation time of the extension could be drastically reduced. I just tested the performance on my machine and can provide you the following comparison:
Extension activation time:
| v3.6.3 | v3.7.0 |
|---|---|
| 144ms | 5ms |
| 74ms | 8ms |
| 57ms | 9ms |
| 54ms | 4ms |
| 53ms | 5ms |
| 56ms | 4ms |
This could be achieved by bundling all JavaScript files of the extension with webpack so that VS Code only has to load a single JavaScript file. (see PR #413).
This issue will be closed because the performance was improved with the last updates and there were no further reports about performance issues with this extension.
Most helpful comment
Information regarding the extension performance:
With the latest update the activation time of the extension could be drastically reduced. I just tested the performance on my machine and can provide you the following comparison:
Extension activation time:
This could be achieved by bundling all JavaScript files of the extension with webpack so that VS Code only has to load a single JavaScript file. (see PR #413).