Re: [PATCHv8 5/7] gitweb: gravatar url cache
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:47:00
Giuseppe Bilotta [off-list ref] writes:
+# Rather than recomputing the url for an email multiple times, we cache it +# after the first hit. This gives a visible benefit in views where the avatar +# for the same email is used repeatedly (e.g. shortlog). +# The cache is shared by all avatar engines (currently gravatar only), which +# are free to use it as preferred. Since only one avatar engine is used for any +# given page, there's no risk for cache conflicts.
Is it "any given page", or "any given e-mail"?