WordPress优化加速技巧:解决Gravatar头像被墙方法

前端之家收集整理的这篇文章主要介绍了WordPress优化加速技巧:解决Gravatar头像被墙方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Gravatar是Globally Recognized Avatar的缩写,意为“全球通用头像”。如果在Gravatar的服务器上放置了你自己的头像,当您在任何支持Gravatar的博客中留言或发表文章,只要提供你与这个头像关联的email地址,图像就会出现在您的名称旁,头像可以协助识别您在博客和论坛发表的文章

Gravatar对于网站拥有者,开发者和普通用户全是免费的。每个 wordpress 站点中都会自动加载Gravatar头像。自从谷歌被墙,越来越多的知名国外服务器无法正常访问,Gravatar 头像服务也被屏蔽了,wordpress头像也显示不了了,登录wordpress后台的速度非常慢,解决方案如下:

1. 使用Gravatar Fixed 头像修正插件

Gravatar Fixed 这款可以通过函数覆盖的方式,重新自定义Gravatar服务器,直接读取www.gravatar.com 的内容,保证正常访问。

点击下面的链接进入插件下载页面:

插件安装好以后进入设置页面,如下图设置Gravatar服务器和Gravatar SSL服务器

gravatar-fixed

注意:Gravatar SSL 服务器仅适用于 wordpress 开启SSL访问时才起作用。

2. 多说缓存,切换到模板目录,打开functions.PHP,加入以下代码

Crayon-5c891d4bacef3147488686" class="Crayon-Syntax Crayon-theme-classic Crayon-font-monaco Crayon-os-pc print-yes notranslate" data-settings=" minimize scroll-mouSEOver" style=" margin-top: 12px; margin-bottom: 12px; font-size: 12px !important; line-height: 15px !important;">
Crayon-toolbar" data-settings=" mouSEOver overlay hide delay" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;">Crayon-title">functions.PHP
Crayon-tools" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;">
Crayon-button Crayon-nums-button" title="Toggle Line Numbers">
Crayon-button-icon">
Crayon-button Crayon-plain-button" title="Toggle Plain Code">
Crayon-button-icon">
Crayon-button Crayon-wrap-button" title="Toggle Line Wrap">
Crayon-button-icon">
Crayon-button Crayon-expand-button" title="Expand Code">
Crayon-button-icon">
Crayon-button Crayon-copy-button" title="Copy">
Crayon-button-icon">
Crayon-button Crayon-popup-button" title="Open Code In New Window">
Crayon-button-icon">
Crayon-info" style="min-height: 16.8px !important; line-height: 16.8px !important;">
Crayon-plain-wrap">
Crayon-main" style="">Crayon-table">Crayon-row">
Crayon-nums " data-settings="show">
Crayon-nums-content" style="font-size: 12px !important; line-height: 15px !important;">
Crayon-num" data-line="Crayon-5c891d4bacef3147488686-1">1
Crayon-num Crayon-striped-num" data-line="Crayon-5c891d4bacef3147488686-2">2
Crayon-num" data-line="Crayon-5c891d4bacef3147488686-3">3
Crayon-num Crayon-striped-num" data-line="Crayon-5c891d4bacef3147488686-4">4
Crayon-num" data-line="Crayon-5c891d4bacef3147488686-5">5
Crayon-code">
Crayon-pre" style="font-size: 12px !important; line-height: 15px !important; -moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4;">
Crayon-line" id="Crayon-5c891d4bacef3147488686-1">Crayon-t">functionCrayon-h"> Crayon-e">duoshuo_avatarCrayon-sy">(Crayon-sy">$Crayon-v">avatarCrayon-sy">)Crayon-h"> Crayon-sy">{
Crayon-line Crayon-striped-line" id="Crayon-5c891d4bacef3147488686-2">Crayon-h">Crayon-sy">$Crayon-v">avatarCrayon-h"> Crayon-o">=Crayon-h"> Crayon-e">str_replaceCrayon-sy">(Crayon-t">arrayCrayon-sy">(Crayon-s">"www.gravatar.com"Crayon-sy">,Crayon-s">"0.gravatar.com"Crayon-sy">,Crayon-s">"1.gravatar.com"Crayon-sy">,Crayon-s">"2.gravatar.com"Crayon-sy">)Crayon-sy">,Crayon-s">"gravatar.duoshuo.com"Crayon-sy">,Crayon-sy">$Crayon-v">avatarCrayon-sy">)Crayon-sy">;
Crayon-line" id="Crayon-5c891d4bacef3147488686-3">Crayon-h">Crayon-st">returnCrayon-h"> Crayon-sy">$Crayon-v">avatarCrayon-sy">;
Crayon-line Crayon-striped-line" id="Crayon-5c891d4bacef3147488686-4">Crayon-sy">}
Crayon-line" id="Crayon-5c891d4bacef3147488686-5">Crayon-e">add_filterCrayon-sy">(Crayon-h"> Crayon-s">'get_avatar'Crayon-sy">,Crayon-h"> Crayon-s">'duoshuo_avatar'Crayon-sy">,Crayon-h"> Crayon-cn">10Crayon-sy">,Crayon-h"> Crayon-cn">3Crayon-h"> Crayon-sy">)Crayon-sy">;

原文链接:https://www.f2er.com/wordpress/238508.html

猜你在找的wordpress相关文章