boundary
boundary copied to clipboard
Boundary Desktop Loading Times
trafficstars
When using Boundary Desktop, loading times to list targets and sessions are unusually slow. In contrast, using the CLI results in significantly faster loading times. This issue occurs on both our production cluster and a dev instance.
To Reproduce
- Start a dev server:
- Run
boundary dev
- Run
- Check Latency:
- List targets using the CLI:
boundary targets list -recursive→ almost instant response. - Open Boundary Desktop, connect to the dev cluster, and observe the waiting times.
- List targets using the CLI:
Expected Behavior
Boundary Desktop should have acceptable waiting times, as it is very painful to wait several seconds for the targets to load.