Vscode-material-icon-theme: Extension causes high cpu load

Created on 21 Feb 2019  路  3Comments  路  Source: PKief/vscode-material-icon-theme

PKief.material-icon-theme-unresponsive.cpuprofile.txt

  • Issue Type: Performance
  • Extension Name: material-icon-theme
  • Extension Version: 3.6.3
  • OS Version: Linux x64 4.19.0-2-amd64
  • VSCode version: 1.31.1

Find more details here: https://github.com/Microsoft/vscode/wiki/Explain:-extension-causes-high-cpu-load

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:

v3.6.3 v3.7.0
144ms5ms
74ms8ms
57ms9ms
54ms4ms
53ms5ms
56ms4ms

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).

All 3 comments

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
144ms5ms
74ms8ms
57ms9ms
54ms4ms
53ms5ms
56ms4ms

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dudeonthehorse picture dudeonthehorse  路  3Comments

GitStorageOne picture GitStorageOne  路  5Comments

stefan-kern picture stefan-kern  路  4Comments

RacerDelux picture RacerDelux  路  3Comments

JonJamesDesign picture JonJamesDesign  路  3Comments