-
Notifications
You must be signed in to change notification settings - Fork 2k
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: fix long loading times on /jobs/:jobId
page
#14989
Conversation
Ember Asset Size actionAs of df5825d Files that got Bigger 🚨:
Files that stayed the same size 🤷:
|
Ember Test Audit comparison
|
Hi @ChaiWithJai, I'm looking at creating a local branch where I merge |
Merging this branch might not be suitable for your needs as it does not solve the problem for the |
Ok, just to confirm, theres a PR that exists which we think will handle the problems in GH-14787? |
Hi @djenriquez — the PR that Jai is referring to is #17214 but that doesn't solve for the slow index page issue of #14787 — it's meant to make child jobs specifically less painful to use within the UI, but won't impact the /jobs index page. The correct solution for that is for us to paginate This seems like something worth prioritizing, so we'll kick off work related to it soon. We appreciate your patience on this! |
Completely understood @philrenaud , thank you for the reply. |
Made less necessary with the work in #20452 |
This PR is part of resolving 14787.
This PR does not solve long loading times on the
jobs.index
route. I believe we can and should use pagination and we can also patch 10555 while we do that to keep PRs small.