bug: coder
binary starts really slowly on Windows
#17717
Labels
coder
binary starts really slowly on Windows
#17717
Is there an existing issue for this?
Current Behavior
Running
coder
on Windows takes a long time, even for what should be an instantaneous result like parsing arguments. I measure it as over 1 second.This results in a poor user experience: CLI commands are needlessly slow, and things that depend on it, like the IDE extensions or Coder Desktop take a long time to connect to workspaces.
It is unclear why there is this delay, and it appears mainly on Windows. It also isn't just some Go thing, as a minimal "hello world" Go app completes in tens of ms.
Relevant Log Output
Expected Behavior
coder
should add a negligible (< 100ms) overhead compared with the actual command being run.Steps to Reproduce
Run a
coder
command on WindowsEnvironment
Additional Context
No response
The text was updated successfully, but these errors were encountered: