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

VSCode extremely slow to launch #199825

Closed
zegheim opened this issue Dec 1, 2023 · 2 comments
Closed

VSCode extremely slow to launch #199825

zegheim opened this issue Dec 1, 2023 · 2 comments
Assignees

Comments

@zegheim
Copy link

zegheim commented Dec 1, 2023

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.84.2
  • OS Version: Pop!_OS 22.04 LTS on 6.5.6-76060506-generic

Steps to Reproduce:

  1. Start VSCode (extension disabled)
    Startup Performance.md
@rebornix rebornix assigned bpasero and unassigned rebornix Dec 4, 2023
@bpasero bpasero assigned deepak1556 and unassigned bpasero Dec 5, 2023
@bpasero bpasero added upstream Issue identified as 'upstream' component related (exists outside of VS Code) freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues linux Issues with VS Code on Linux electron Issues and items related to Electron labels Dec 5, 2023
@bpasero
Copy link
Member

bpasero commented Dec 5, 2023

window.loadUrl() => begin to require(workbench.desktop.main.js) | 14727

This means something spends 14s from when we loadURL to when we require our workbench file. This is time spend in Electron I think.

@deepak1556
Copy link
Collaborator

Merging to #192493

Can you check if the issue is present with our exploration build

@deepak1556 deepak1556 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2023
@deepak1556 deepak1556 removed upstream Issue identified as 'upstream' component related (exists outside of VS Code) freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues linux Issues with VS Code on Linux electron Issues and items related to Electron labels Dec 5, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants