ImpressCMS / impresscms

A multilingual, extensible, community oriented CMS developed in PHP
https://www.impresscms.org
Other
27 stars 35 forks source link

Local caching gravatar files #317

Closed fiammybe closed 6 years ago

fiammybe commented 6 years ago

The gravatar files are retrieved every time. Investigate the possibility of caching the gravatar files on the impresscms server.

MekDrop commented 6 years ago

maybe for build-in avatars some caching could make sense but I don't think that this would make sense with gravatars. All caching should be monitored with gravatar.com service because otherwise there is no triggers to know when user changed own avatar there. So, user can see old gravatar when new was uploaded.

fiammybe commented 6 years ago

Good point, this has no real sense. And loading from gravatar shouldn't slow down the loading of the pages either. Closing :-)