-
Notifications
You must be signed in to change notification settings - Fork 290
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
Angular eval bundles are not optimized and very slow #598
Comments
You can use the option Please provide a trace log using these instructions and I can take a look at why it's being slow for you:
|
I'll instruct our devs to do this and attach the logs to this issue ASAP |
Here's the log i've got |
@AlbertoMontalesi thanks for the log, but that's from the old debugger. Can you take a log without setting |
@connor4312 |
Great, thanks. I see what's happening -- we actually have an optimized mode for these kinds of scenarios, but it looks like your sourcemaps start with You can wait until 5 PM PST today to grab the latest nightly build, or manually installed ( |
@connor4312 From an initial test it seesm that the nightly build works fine and performance is back to normal. I noticed that everytime a hot reload occurs the debug panel opens by itself, it didn't occur with the old debugger, it's a bit annoying because i have to keep closing it manually. Not sure if it's related to this extension or not. |
It looks like the setting |
@connor4312 awesome thanks, i've set it now to |
Describe the bug
We are experiencing slow launch/initialisation/reload times with both our Chrome extension since upgrading to VSCode 1.47.0
This new module must be the culprit, as this slowdown has occurred across 3 different machines, two are Mac and one is Ubuntu. Caused up to 30 seconds of time between hot reloads on two computers, and caused a more powerful computer's fans to spin up hard for long periods of time.
I want a way to use the old debugger, I don't need new features if it's going to cause such a big performance hit.
Downgrading to VSCode 1.46 brings back normal performant behavior.
1 months in Insiders is way too little time to iron out the kinks, this was pushed out too early. Should have at least had a way for people to opt out.
Why did you guys swap them out anyway? If it ain't broke...
The text was updated successfully, but these errors were encountered: