內容簡介
內置快取(inline cache)方法強調快速的首次頁面載入。它是基於打開 HTTP 連接速度較慢的前提,因此將資源內置是更快的方法。但我們也需要將這些資源快取,這樣它們就不必重新下載。
這就是 WP Inline Cacher 所做的。它會在首次頁面載入時自動將樣式表內置,並在後台進行快取。在後續的頁面載入中,資源將不再是內置的,因此頁面的重量更小,但會自動從快取中檢索。
詳細資訊請參閱 https://github.com/ChrisBAshton/inline-cache。
聯繫
如果您發現任何問題,或想知道如何貢獻,請訪問 https://github.com/ChrisBAshton/wp-inline-Cacher。
請注意,我開源這個外掛是為了回饋社區,但我沒有太多閒暇時間來回答支援查詢,但我會在我力所能及的範圍內提供幫助。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
The inline cache methodology emphasises fast first page loads. It acts on the basis that opening HTTP connections is slow, and that it is therefore faster for the resources to be inlined, but that we also want to cache those resources so they don’t have to be re-downloaded.
That’s what WP Inline Cacher does. It automatically renders your stylesheets inline on first page load, and caches them in the background. On subsequent page loads, the resources are no longer inlined – so your page weight is smaller – but are automatically retrieved from cache.
See https://github.com/ChrisBAshton/inline-cache for more details.
Contact
If you spot any issues, or want to know how to contribute, please visit https://github.com/ChrisBAshton/wp-inline-Cacher.
Please note that I have open-sourced this plugin to give back to the community, and do not have much spare time to answer support queries, but I’ll help where I can.
