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

[UI] list view performance improvements #976

Closed
jessesuen opened this issue Aug 30, 2018 · 0 comments · Fixed by #2863
Closed

[UI] list view performance improvements #976

jessesuen opened this issue Aug 30, 2018 · 0 comments · Fixed by #2863
Assignees
Milestone

Comments

@jessesuen
Copy link
Member

Is this a BUG REPORT or FEATURE REQUEST?: FEATURE REQUEST

What happened:

Argo UI currently returns the entire payload of each workflow in the list view. However this can be dozens of megabytes in size. The UI only needs a few fields in the list view (e.g. phase, name, namespace, timestamps, etc...). We can improve the UI server to drop most of the fields (namely status.nodes) so that the payload of the list view is much smaller, and the performance would be improved.

Here is an example of where the list view is a problem because of payload size:
https://testing-argo.kubeflow.org

Environment:

  • Argo version: v2.2.0
@jessesuen jessesuen added the gui label Aug 30, 2018
@jessesuen jessesuen changed the title ArgoUI list view performance improvements [UI] list view performance improvements Aug 30, 2018
@alexec alexec added this to the v2.9 milestone Apr 27, 2020
alexec added a commit to alexec/argo-workflows that referenced this issue Apr 27, 2020
@alexec alexec linked a pull request Apr 27, 2020 that will close this issue
6 tasks
@alexec alexec self-assigned this Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants