|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-16342) asynchPeople very slow when using Gravatar & Subversion plugins
scm_issue_l...@java.net (JIRA) Fri, 25 Jan 2013 09:52:10 -0800
- [JIRA] (JENKINS-16342) asynchPeople very sl... jgl...@cloudbees.com (JIRA)
- [JIRA] (JENKINS-16342) asynchPeople ve... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-16342) asynchPeople ve... jgl...@cloudbees.com (JIRA)
- [JIRA] (JENKINS-16342) asynchPeople ve... dogf...@java.net (JIRA)
- [JIRA] (JENKINS-16342) asynchPeople ve... jgl...@cloudbees.com (JIRA)
- [JIRA] (JENKINS-16342) asynchPeople ve... ku...@gmx.de (JIRA)
- [JIRA] (JENKINS-16342) asynchPeople ve... vjura...@java.net (JIRA)
- [JIRA] (JENKINS-16342) asynchPeople ve... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-16342) asynchPeople ve... ku...@gmx.de (JIRA)
- [JIRA] (JENKINS-16342) asynchPeople ve... jgl...@cloudbees.com (JIRA)
Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/model/View.java
http://jenkins-ci.org/commit/jenkins/bd03abbcc0078c2f250c2e3ee2c8d3c4a9d210ca
Log:
JENKINS-16342 Improving responsiveness of asynchPeople when Gravatar plugin is in use.
This change does not necessarily improve total performance, since the avatar is still computed.
But (1) the computation is correctly done in the work thread, not in the HTTP response thread;
(2) the computation is done just once for a given User, which could reduce load when many AJAX checks are done.(cherry picked from commit c757e65431ad1aec9a3bebe81ac919577e51ac58)
Conflicts:
changelog.html
Compare: https://github.com/jenkinsci/jenkins/compare/cb6f200e8663...bd03abbcc007