WordPress.org

Make WordPress Core

Opened 5 months ago

Last modified 3 months ago

#48088 new enhancement

Anonymous Avatar should be served locally

Reported by: dshanske Owned by:
Milestone: Future Release Priority: low
Severity: normal Version:
Component: Comments Keywords: needs-patch
Focuses: Cc:
PR Number:

Description

Right now, even the mystery man is retrieved by querying gravatar.

We should have a local copy of the anonymous avatar that is served.

At the least, if there is no requirement for an email, which is what is used to provide the gravatar requests, why make requests to gravatar?

We could say caching gravatar responses is plugin territory, and while I would like to do with with gravatar for performance, this is about not making a call in the first place.

Change History (1)

#1 @andraganescu
3 months ago

  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to Future Release

Hi @dshanske I think you are correct, as this is not a matter of caching avatars, it is simply a default asset which should be served locally.

Note: See TracTickets for help on using tickets.