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

Performance issue on CLI compared to M365 for same endpoint #357

Open
CarolKigoonya opened this issue Oct 2, 2023 · 1 comment
Open

Comments

@CarolKigoonya
Copy link
Contributor

applications list using Graph CLI takes over 2s (sometimes as much as 3.5s)

In comparison, the same command using CLI for Microsoft 365 takes 0.675s

NOTE
Ideally, the CLI should respond in less than 1second.

  • 0.1 s feels like an instant response.
  • 1s is the limit for the user to maintain their flow of thought without interruption. The CLI + API response time should be within the 1s limit for the ideal UX.
  • 10 seconds is the limit for the user to keep their attention on the task. The CLI should timeout and/or give a response within the 10s limit.
@ddyett
Copy link
Contributor

ddyett commented Oct 4, 2023

there's some options we can look at around command building time. in my testing it's about 1.7 seconds for my machine and data size for my account.

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

No branches or pull requests

2 participants