內容簡介
Gravatar 有一個問題,就是載入速度非常慢。每一個有評論的頁面都會向 Gravatar 伺服器發送一個請求。雖然一個請求只需 100 毫秒,但在有數百個評論的頁面上,這會造成嚴重的減速。頁面載入可能需要 20 秒以上。
這個外掛解決這個問題,方法如下:
使用 WordPress cron job 儲存 Gravatar 緩存..
在評論提交時緩存 Gravatar
維護預設 Gravatar 的單一副本,而不是為沒有 Gravatar 的所有電子郵件地址重複下載它
安裝指南
支援和更多資訊
外掛標籤
開發者團隊
原文外掛簡介
There’s one problem with Gravatars. They are very slow to load. Each page with comments on them makes one call per comment to the Gravatar server. While a single call takes only a 100ms, on a page with hundreds of comments, we are talking about major slowdowns. Page loads can take 20 seconds and more.
This plugin solves this problem by:
caching gravatars with WordPress cron job..
caching gravatars on comment submission
maintaining a single copy of the default gravatar instead of downloading it again and again for all the email addresses with no gravatar associtated
Installation guide
Support and more information
