Assertivlogix Simple Cache

外掛說明

Assertivlogix Simple Cache is a lightweight WordPress plugin that improves front-end performance by caching rendered pages and minified CSS/JS assets to reduce server load and page load times.

  • New: Optional lazy loading for <img> tags. Enable the checkbox in the plugin settings to automatically append loading="lazy" to cached HTML when your theme or host does not already handle it.
  • Advanced CSS controls: remove unused selectors and duplicates, combine local stylesheets into an async-delivered bundle, and inline auto-generated or manual critical CSS for faster first paint.

Compatibility

This plugin relies on ob_start() buffering and is not supported on servers that already provide full-page caching at the base/server level (e.g., managed hosts with Varnish, LiteSpeed cache services, or proprietary edge caches). Combining two page caches can cause double-caching, stale pages, or broken purge flows, so we cannot offer support for those environments.

安裝方式

  1. Upload the assertivlogix-simple-cache folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. The plugin will automatically start caching; clear caches when updating content.

常見問題集

How do I clear the cache?

The plugin clears cache automatically on post or page save. For manual clearing add or call the ASCL_Cache::clear_cache() method if needed.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Assertivlogix Simple Cache〉的開發相關工作。

參與者

將〈Assertivlogix Simple Cache〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

  • Initial release.