Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: core
-
Labels:None
-
Environment:1.554.1 with
JENKINS-22822
-
Similar Issues:
Description
We've got 1026 users on builds.apache.org, and when you try to view a user or go through a user's views, etc, load time is abominable most of the time - ~54 seconds or so in the example below. While we're seeing a lot of what might be i/o related slowness in other areas, this seems kind of insane. Does User.getAll() really need to reload every user's config.xml every 10 seconds?
Attachments
Issue Links
- duplicates
-
JENKINS-47429 Absolutely atrocious user lookup performance when many legacy users
-
- Resolved
-
- is related to
-
JENKINS-47718 Deprecate User.getUser(String)
-
- Resolved
-
I'd guess that
JENKINS-47429solves this issue. It has been released in 2.89.3.Andrew Bayer please confirm