Skip to content
Commit bd03abbc authored by Jesse Glick's avatar Jesse Glick Committed by Vojtech Juranek
Browse files

[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 c757e654)

Conflicts:
	changelog.html
parent 7bc441d1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment