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

Chrome v114 slowdowns due to enabling Debugger in dev tools #622

Open
vibaldem opened this issue Jun 8, 2023 · 0 comments
Open

Chrome v114 slowdowns due to enabling Debugger in dev tools #622

vibaldem opened this issue Jun 8, 2023 · 0 comments

Comments

@vibaldem
Copy link
Contributor

vibaldem commented Jun 8, 2023

We started seeing this in our private instance, due to this bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1428605#c20
Compile Scripts task can take up to 10x longer when debugger or 'disabled-by-default-v8.cpu_profiler' is on due to expensive calls to collect source positions.

As far as I can tell, debugger is on to prevent pausing and to collect script ids for initializer matching. The latter doesn't seem to get affected with debugger off, so is that data just for backup? Are there any other possible effect to turning debugger off?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant