Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: c757e65431ad1aec9a3bebe81ac919577e51ac58 https://github.com/jenkinsci/jenkins/commit/c757e65431ad1aec9a3bebe81ac919577e51ac58 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2013-01-15 (Tue, 15 Jan 2013)
Changed paths: M changelog.html M core/src/main/java/hudson/model/View.java Log Message: ----------- [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.