-
Bug
-
Resolution: Unresolved
-
Blocker
-
ubuntu 14.04 with jenkins 1.618
Same issue as with the related issue JENKINS-29607
sloccount iterates over all non / lazy loaded jobs, so the UI freezes for over 20 minutes
best is to cache the old jobs and only to process the non cached.
- is related to
-
JENKINS-29607 Dashboard loading takes ages
-
- Open
-
[JENKINS-29614] Dashboard loading takes ages, sloccount iterates over non cached builds
Link | New: This issue is related to JENKINS-29607 [ JENKINS-29607 ] |
Description |
Original:
Same issue as with the related issue JENKINS-29607 sloccount iterates over all non / lazy loaded jobs, so the UI freezes for over 20 minutes best is to cache the old jobs and only to process the non cached |
New:
Same issue as with the related issue JENKINS-29607 sloccount iterates over all non / lazy loaded jobs, so the UI freezes for over 20 minutes best is to cache the old jobs and only to process the non cached. https://github.com/jenkinsci/sloccount-plugin/blob/master/src/main/java/hudson/plugins/sloccount/dashboard/SloccountTablePortlet.java#L43-61 |
Workflow | Original: JNJira [ 164496 ] | New: JNJira + In-Review [ 181639 ] |
same implementation issue