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

f:descriptorRadioList does not render contents lazily

      It seems that when you open the global security configuration page, configuration sections for all security realms and authorization strategies are loaded immediately. This may contribute to poor performance, and even robustness issues, since buggy security plugins could cause problems when not even in use. In particular it seems that the AD plugin on Windows produces a ComThread each time.

      Probably f:descriptorRadioList, used most heavily from GlobalSecurityConfiguration/index.groovy, ought to use l:ajax to render configuration sections lazily. Or just be switched to use f:dropdownDescriptorSelector which already does that.

          [JENKINS-20959] f:descriptorRadioList does not render contents lazily

          Jesse Glick added a comment -

          See also /lib/hudson/project/config-scm.jelly.

          Jesse Glick added a comment - See also /lib/hudson/project/config-scm.jelly .

          Jesse Glick added a comment -

          The particular case reported is fixed by https://github.com/jenkinsci/jenkins/pull/5417.

          Jesse Glick added a comment - The particular case reported is fixed by https://github.com/jenkinsci/jenkins/pull/5417 .

            Unassigned Unassigned
            jglick Jesse Glick
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: