timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-17175] User.getBuilds too slow to render synchronously #2988

Open timja opened 11 years ago

timja commented 11 years ago

/user/*/builds calls User.getBuilds which traverses all projects and looks for builds authored by that person. The search is limited to the past week or 10 builds; but 10 builds for every project is still a lot, and a project which is frequently built may have many more than 10 builds in the last week. At any rate, the computation is done in the HTTP request thread and in practice can take many seconds to run. Should be moved into ProgressiveRendering instead.


Originally reported by jglick, imported from: User.getBuilds too slow to render synchronously
  • assignee: jglick
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 10 years ago

evernat:

@Jesse Glick
Any news?

timja commented 10 years ago

jglick:

No time to work on it at the moment, sorry.