-
Notifications
You must be signed in to change notification settings - Fork 170
Description
What happened:
In our environment, we have a large number of job templates, and the Job Template List screen takes around 3 seconds to render. It would be helpful if pagination or asynchronous loading could be used to reduce the initial load time when the number of templates is large.
On the Job Template Detail screen, opening frequently used job templates takes a long time. It seems that retrieving metrics is causing the delay — performance could be improved if the metrics section were loaded asynchronously.
On the Pipelines using this Job Template screen (accessed via the metrics link on the detail page), it also takes a long time for the page to appear after clicking. There is no visible loading indicator during this time, and sometimes a blank white screen is displayed, which negatively impacts the user experience.