Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: blueocean-plugin
-
Labels:None
-
Similar Issues:
-
Epic Link:
-
Sprint:Blue Ocean 1.0-rc4
Description
User has reported a performance problem on 1.0-rc3 loading the dashboard.
It appears from a brief analysis of their HAR file – attached here – that /blue/pipelines takes 33 seconds to load and search taking 30s or so:
JENKINSDOMAIN/blue/rest/search/?q=type:pipeline;excludedFromFlattening:jenkins.branch.MultiBranchProject,hudson.matrix.MatrixProject&filter=no-folders&start=0&limit=26. The response is about the normal size expected (perhaps slightly larger, but not large enough to explain the load time, content can be seen in the har file).
Attachments
Issue Links
- mentioned in
-
Wiki Page Loading...
The job config history plugin is infamous for introducing problems in various places (unless you use ramdisk, rarely save changes to config), so this isn't too surprising.
If you dont' want to remove it (you probably have it for a reason), then there will be a fix coming, and blue ocean shouldn't be slowed down by this either.
The fix in summary:
One of these should land soon (one is a longer term, one is a shorter term enhancement).
Thanks!