-
Bug
-
Resolution: Postponed
-
Major
-
None
-
-
pacific, atlantic, 1.0-b05/b-06, arctic, tasman, frank
When loading dogfood, or even locally, there is a noticable slowness in loading (can be seen as worm takes a while to cross the screen):
This could be the result of the search api slowness (being addressed) or perhaps static resource inefficiencies: https://issues.jenkins-ci.org/browse/JENKINS-38253
Investigating the causes of this (to confirm those other tickets) makes sense.
- depends on
-
JENKINS-38013 Profile and minifi blue ocean loading
-
- Closed
-
- is duplicated by
-
JENKINS-38683 Cold loading speed improvements
-
- Closed
-
michaelneale I looked at this last week, the issue is mostly due to the API times. After some discussion with vivek fetching all the data using the traditional Jenkins object model results in reading a lot of data from disk, potentially including all the runs for all the jobs and more to find the latest and branch count, etc.. At a minimum, we can restrict it to the page asked for, ideally we can use some other optimizations to speed it up significantly more.