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

Retrieve the experiment during list run #1084

Closed
IronPan opened this issue Apr 5, 2019 · 2 comments
Closed

Retrieve the experiment during list run #1084

IronPan opened this issue Apr 5, 2019 · 2 comments

Comments

@IronPan
Copy link
Member

IronPan commented Apr 5, 2019

In list run page for a given experiment, it looks like the UI is sending more requests at once than needed. For a page that have 20 runs, it send

  • 1 list call to list all runs
  • 20 get call to get all runs
  • 20 get calls to get the same experiments

This can be a single batch request instead.
Screen Shot 2019-04-04 at 6 09 46 PM

@Ark-kun
Copy link
Contributor

Ark-kun commented Apr 9, 2019

The logic should really be moved away from browser to the UX-backend (frontend). (Which should probably be getting all the model data in a single API call)

@vicaire
Copy link
Contributor

vicaire commented Apr 11, 2019

Resolving in favor of #149. Feel free to add the results of your investigation to #149.

@vicaire vicaire closed this as completed Apr 11, 2019
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

No branches or pull requests

3 participants