-
Notifications
You must be signed in to change notification settings - Fork 78
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
SFDX commands takes very long time to execute #3124
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
you can add |
@stanislaw-zan-aviva - did this solve your issue? |
It seems our "stale issue" workflow did not pick this up. Closing since it has been two weeks since the label was added. If you are still having problems, please open a new Github Issue. Thank you |
Summary
SF CLI commands takes very long time to execute. How can I diagnose what is going on?
I suspect it may be due to my corporate laptop network settings - how can I debug it to get what calls are executed within CLI, so I can give a list of them to my IT department?
Steps To Reproduce
Run
sf org list
command orsf org display
Expected result
They should run faster, comfortable under 10 seconds
Actual result
They are running very slow, in range 60-300 seconds
Additional information
%{ "{0:o}: {1}" -f (Get-Date), $_ }
is used to get timestamps.sf org list
command:it took 241 seconds
sf org display
command:it took 66 seconds
System Information
The text was updated successfully, but these errors were encountered: