
內容簡介
使用 Hoeboe 外掛,透過 AJAX 在背景更新 WordPress transients,可以增加網站速度,避免長時間載入頁面。Hoeboe 特別適用於快取大型外部 API 調用或重要內部資料庫查詢。
如果您已經使用 WordPress Transients API,您已經知道它如何在快取、頁面載入和網站速度方面非常有用。如果您已經使用 transients 儲存來自外部 API 調用或重查詢的資料,那麼您可能也知道它的一些限制。單次用戶更新大型 transient 時,可能會對用戶會話的頁面載入產生負面影響。
Hoeboe 有助解決單次用戶使用時可能會遇到的問題,因其可以在後台以 AJAX 方式更新大型的 transient。使用 Hoeboe,您可以選擇在背景中更新大型的 transients,使用戶感覺不到任何不同 - 除了可能更快的網站速度。
外掛標籤
開發者團隊
原文外掛簡介
Easily update WordPress transients in the background via AJAX to increase site speed and avoid long page load times. Hoeboe can be especially helpful with caching of large external API calls or heavy internal database queries.
If you’ve used the WordPress Transients API, you already know how useful it can be with caching, page load, and site speed. If you’ve used transients to store data from external API calls or from heavy internal database queries, then you also know a few of its limitations. Namely, page load can be negatively impacted on the user session where a large transient gets updated.
Hoeboe helps to solve this problem of the one-off user who has to deal with potentially long page load while your site refreshes a transient in the background. With Hoeboe, you can choose to update those large transients in the background via AJAX. Your users won’t notice anything different – other than possibly faster overall site speed.
