Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-29614

Dashboard loading takes ages, sloccount iterates over non cached builds

      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

          [JENKINS-29614] Dashboard loading takes ages, sloccount iterates over non cached builds

          Darko Palic created issue -

          Darko Palic added a comment -

          same implementation issue

          Darko Palic added a comment - same implementation issue
          Darko Palic made changes -
          Link New: This issue is related to JENKINS-29607 [ JENKINS-29607 ]

          Darko Palic added a comment -

          removing the plugin was the only option to get jenkins working properly again. Now the page loads in seconds

          Darko Palic added a comment - removing the plugin was the only option to get jenkins working properly again. Now the page loads in seconds
          Darko Palic made changes -
          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
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 164496 ] New: JNJira + In-Review [ 181639 ]

            npiguet npiguet
            cilap Darko Palic
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: