測試環境 CentOS 7 , Web server 為 Nginx
WP_HTTP_BLOCK_EXTERNAL
當 WordPress 架設在內部網路時,沒有對外 Internet 聯結時反應會變得非常慢,這時候需要修改 wp-config.php 設定檔案,並新增下面的定義.
[root@localhost ~]$ vi /usr/share/nginx/html/wp-config.php define('WP_HTTP_BLOCK_EXTERNAL', true); ...
WordPress 這樣就不會一直去試圖聯結 Internet
connect to 2.gravatar.com
wordpress 也會試圖去連結 Gravatar ,他可以讓你的大頭照跟著你顯示在你的網誌,文章或評論的作者名稱旁邊.要取消可以在 設定 / 討論 取消 顯示大頭貼 即可.( 英文版為 Avatars / Avatar Display 取消勾選 Show Avatars )
connecting to fonts.googleapis.com
我使用的 theme Melos 會去連結 fonts.googleapis.com ,只要加入下面這一行.
[root@localhost ~]# vi /etc/hosts 127.0.0.1 fonts.googleapis.com
但是我不可能每一台去連結這個網站都去設定,建議可以使用下列幾種 wordpress plug-in 來改善.
- Disable Google Fonts – https://wordpress.org/plugins/disable-google-fonts/
- Remove Google Fonts References – https://tw.wordpress.org/plugins/remove-google-fonts-references/
沒有解決問題,試試搜尋本站其他內容