cli: cf s command very slow since 6.35
Hello,
the cf s command is much slower in version 6.35.2, compared to 6.34.1.
Command
cf s
What occurred
With version 6.34.1: cf s 0.18s user 0.04s system 4% cpu 4.647 total
With version 6.35.2: cf s 0.26s user 0.10s system 1% cpu 30.341 total
CLI Version
cf version 6.34.1+bbdf81482.2018-01-17 cf version 6.35.2+88a03e995.2018-03-15
CC API Endpoint Version
api version: 2.101.0
Platform & Shell Details
MacOS 10.13.3 (also occured on Windows 10 x64)
Any other relevant information
Also occurred with CF CLI version 6.35.0, however the command resulted in an error message (see https://github.com/cloudfoundry/cli/issues/1342).
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 19 (13 by maintainers)
Commits related to this issue
- cf services command uses space summary endpoint cf services command was much slower after the refactoring due to making individual API calls to `/v2/services`, `/v2/service_plans` and etc. For more d... — committed to cloudfoundry-incubator/cli-sapi by georgi-lozev 5 years ago
- cf services command uses space summary endpoint cf services command was much slower after the refactoring due to making individual API calls to `/v2/services`, `/v2/service_plans` and etc. For more d... — committed to cloudfoundry-incubator/cli-sapi by georgi-lozev 5 years ago
- cf services command uses space summary endpoint cf services command was much slower after the refactoring due to making individual API calls to `/v2/services`, `/v2/service_plans` and etc. For more d... — committed to cloudfoundry-incubator/cli-sapi by georgi-lozev 5 years ago
- cf services command uses space summary endpoint cf services command was much slower after the refactoring due to making individual API calls to `/v2/services`, `/v2/service_plans` and etc. For more d... — committed to cloudfoundry-incubator/cli-sapi by georgi-lozev 5 years ago
- cf services command uses space summary endpoint cf services command was much slower after the refactoring due to making individual API calls to `/v2/services`, `/v2/service_plans` and etc. For more d... — committed to cloudfoundry-incubator/cli-sapi by georgi-lozev 5 years ago
- cf services command uses space summary endpoint cf services command was much slower after the refactoring due to making individual API calls to `/v2/services`, `/v2/service_plans` and etc. For more d... — committed to cloudfoundry/cli by georgi-lozev 5 years ago
@abbyachau : We’ve currently working on re-introducing the use of summary endpoint to speed up the
cf scommand cc: @laurzca@georgi-lozev you got it. But as I said, I am aware that the “new cf services command without bound apps” would be a breaking change. That’s why I created the feature request for a new option.