Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
-
Similar Issues:
Description
Is it possible that the data can be cached (in the dashboard view) to be reused (and refreshed in the background as needed) rather than starting from scratch each time.
While waiting for portlet to finish, view controls in other portlets (e.g. sorts) are not available.
Attachments
Issue Links
- is blocking
-
JENKINS-12309 java.lang.reflect.InvocationTargetException - warnings trend by type distribution portlet
-
- Resolved
-
- is duplicated by
-
JENKINS-8721 Improve performance of trend dashboard portlet
-
- Resolved
-
The actions that are used to render this graph don't have all values in the serialized representation. These values are computed on the fly after reading all the serialized warnings of each build. which is too slow.
I don't think that it will be possible to improve the performance of existing jobs. I think a possible change will affect only new jobs (or new builds).