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

Slow terminal #82885

Closed
ghost opened this issue Oct 19, 2019 · 2 comments
Closed

Slow terminal #82885

ghost opened this issue Oct 19, 2019 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@ghost
Copy link

ghost commented Oct 19, 2019

Issue Type: Performance Issue

I have a system where I need to start an .exe file, it takes 61 ms to boot into the terminal, whereas in windows cmd it only takes 13 ms.

Test Terminal VSCode: http://prntscr.com/ple19s
Test Windows Cmd: http://prntscr.com/ple1m0

Sometimes it arrives almost 200 ms in the terminal VSCode.

VS Code version: Code 1.39.2 (6ab5985, 2019-10-15T15:35:18.241Z)
OS version: Windows_NT x64 10.0.18999

System Info
Item Value
CPUs Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz (4 x 2095)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
oop_rasterization: unavailable_off
protected_video_decode: unavailable_off
rasterization: unavailable_off
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 5.95GB (1.98GB free)
Process Argv
Screen Reader no
VM 0%
@Tyriar
Copy link
Member

Tyriar commented Oct 21, 2019

Those are milliseconds, not seconds. Changing terminal.integrated.rendererType might help, but the additional slowness may be attributed to additional overhead of going via node or #74620

@Tyriar Tyriar closed this as completed Oct 21, 2019
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 21, 2019
@ghost
Copy link
Author

ghost commented Oct 22, 2019

@Tyriar Sorry, it really is milliseconds. But it's still a performance problem, I'll take a look at what you mentioned.

Edit: @Tyriar I added this "terminal.integrated.rendererType": "dom", is 100% improved, thanks.

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

1 participant