Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension causes high cpu load #680

Closed
Anganthier opened this issue May 6, 2019 · 2 comments
Closed

Extension causes high cpu load #680

Anganthier opened this issue May 6, 2019 · 2 comments
Labels
scope: performance type: bug Something isn't working

Comments

@Anganthier
Copy link

  • Issue Type: Performance
  • Extension Name: angular-console
  • Extension Version: 7.4.19
  • OS Version: Linux x64 4.15.0-48-generic
  • VSCode version: 1.33.1

Find more details here: https://github.com/Microsoft/vscode/wiki/Explain:-extension-causes-high-cpu-load
nrwl.angular-console-unresponsive.cpuprofile.txt

@mrmeku
Copy link
Contributor

mrmeku commented May 6, 2019

@kamilkisiela I've traced the CPU usage reported here to how Angular Console uses Apollo. We currently poll for updates for queries rather than using subscriptions. Can you please take a look at helping to lower CPU usage by migrating us from polling to subscriptions?

@mrmeku
Copy link
Contributor

mrmeku commented May 16, 2019

Should be fixed with https://github.com/nrwl/angular-console/pull/690

@mrmeku mrmeku closed this as completed May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: performance type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants