今天BTV导航网的小编为你讲一下wordpress后台打开缓慢的解决办法(临时)相关的内容。
最近打开博客后台,发现后台打开速度很慢。 通过开发者调试工具对网络加载进行检测,发现是由于后台使用了谷歌字体的API。由于谷歌api被墙的缘故,导致我们的浏览器会反复的请求谷歌服务器而无法正常加载页面。
因此简单的解决方案就是禁用谷歌的字体api。
解决方法是添加下面的主题在目前的代码在functions.php:
PHP Code复制内容到剪贴板
- //禁用Open Sans
- class Disable_Google_Fonts {
- public function __construct() {
- add_filter( 'gettext_with_context', array( $this, 'disable_open_sans' ), 888, 4 );
- }
- public function disable_open_sans( $translations, $text, $context, $domain ) {
- if ( 'Open Sans font: on or off' == $context && 'on' == $text ) {
- $translations = 'off';
- }
- return $translations;
- }
- }
- $disable_google_fonts = new Disable_Google_Fonts;
通过对wordpress后台打开缓慢的解决办法(临时)的详细介绍,希望对你有所帮助,我们提供了更多和wordpress后台打开缓慢的解决方法(临时)类似的相关内容推荐,可以你更全面的帮助你解决问题。我们BTV85网址导航还提供网址收录服务,你可以注册提交你的网站信息,帮你引导搜索引擎蜘蛛,同时还有网站SEO优化交流微信群,里面很多SEO高手和大咖,加友链,可以免费进群。