You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CF7 is 2x to 4x slower than CF6. The time to retrieve dynamic values takes too long.
➜ time cf apps
...
cf apps 0.05s user 0.02s system 11% cpu 0.692 total
➜ time cf7 apps
...
cf7 apps 0.07s user 0.05s system 4% cpu 2.568 total
➜ time cf apps
...
cf apps 0.05s user 0.02s system 10% cpu 0.703 total
➜ time cf7 apps
...
cf7 apps 0.06s user 0.04s system 3% cpu 2.449 total
I reported the issue to cf-cli repo, but they closed the issue without fixing.
It seems using the cf curl seems to run faster. Is it worth the effort adding the dependency of using JQ with auto-completion? It is unclear if or when cf-cli team will figure out they have a performance issue.
To use cf curl we would need to org and space so we can restrict the result set.
The text was updated successfully, but these errors were encountered:
CF7 is 2x to 4x slower than CF6. The time to retrieve dynamic values takes too long.
I reported the issue to cf-cli repo, but they closed the issue without fixing.
It seems using the cf curl seems to run faster. Is it worth the effort adding the dependency of using JQ with auto-completion? It is unclear if or when cf-cli team will figure out they have a performance issue.
To use cf curl we would need to org and space so we can restrict the result set.
The text was updated successfully, but these errors were encountered: