這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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.

安裝

  1. Install the plugin through the WordPress plugins screen directly
  2. For now, you need to manually copy the ‘js/sw.js’ file to the root of your website directory, and name it ‘sw-inline-cacher.js’. Or you can edit your .htaccess file:

    RewriteRule ^inline-cache-sw.js$ wp-content/plugins/wp-inline-cacher/js/sw.js

    We hope to automate this step in a future update.

  3. Activate the plugin through the ‘Plugins’ screen in WordPress

常見問題

Which stylesheets does this apply to?

WP Inline Cacher will style any stylesheets that have been enqueued using wp_enqueue_style.
If your theme has any hard-coded link rel stylesheet tags, or hard-coded inline styles, then this plugin is unable to intercept them.

Does this work for JavaScript?

Not yet, but in theory it could. Stay tuned for an updated plugin!

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP Inline Cacher” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP Inline Cacher 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Initial release