Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

GravatarLocalCache

Descripción

With this plugin you can cache gravatar images on your server (and they will be delivered with the cache settings of your webserver).

Please report bugs and/or feature-request to our ticket-system: Bugtracker/Wiki.
For Support, please use the forum.
Latest development news: Twitter.

ToDo

  • [NEW] cronjob to refresh cached images

Instalación

  1. Upload the ‘GravatarLocalCache’ folder to ‘/wp-content/plugins/’
  2. Activate the plugin through the ‘Plugins’ menu in the WordPress admin
  3. Adjust the caching time on the options page (default: 3 days)

Preguntas frecuentes

The loading time of my website is very high?

This can happen, if there are many gravatar images that need to be updated…
Shoudn’t be a problem since version 0.9.2.

Gravatars aren’t cached, whats the problem?

GravatarLocalCache depends on the use of get_avatar() (a WordPress function).
If your plugin/theme doesn’t use this function, GLC can’t fetch the gravatar requests. Ask the author of the plugin/theme to use «get_avatar()».

How can i change the cache/proxy-settings of the images?

If you use apache as your webserver, you can set the options throught .htacces as described here (german) , here or here.
For other webservers you have to check the manual.

For any further questions, please use the support forum.

Reseñas

7 de febrero de 2017
1. not working in widget 2. destroy any avatars icons here: /wp-admin/options-discussion.php and tring to caching it, but 404. 1. working in comments
Leer todas las 2 reseñas

Colaboradores y desarrolladores

«GravatarLocalCache» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «GravatarLocalCache» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.1.2

  • [FIX] save options

1.1.1

  • [FIX] updated to latest WordPress-API-calls (WP >=3.3.0 required)

1.1.0

  • [NEW] «auto»-delete files older than cache time/cachecleanup

1.0.2

  • [FIX] open_basedir-restriction error (thx BenBE)

1.0.1

  • [FIX] compatibility release for wp3.0

1.0.0

  • [NEW] some more stats
  • [NEW] dashboard widget with some stats
  • [NEW] german translation
  • [FIX] cache directory moved to wp-content/glc_cache
  • more information

0.9.5 (1.0.0 RC4)

0.9.4 (1.0.0 RC3)

  • [FIX] default gravatar (mystery only)

0.9.3 (1.0.0 RC2)

  • [NEW] wordpress setting for the default gravatar is now used
  • [FIX] if there is a problem with the cache directory, some debug information will be displayed
  • [FIX] possible duplicate constant

0.9.2 (1.0.0 RC1)

  • [NEW] number of gravatars to be fetched is now limited (max 3 per page)
  • more information

0.9.1

  • [FIX] path/url

0.9.0

  • [NEW] initial release