Mô tả
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 appendloading="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.
Cài đặt
- Upload the
assertivlogix-simple-cachefolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- The plugin will automatically start caching; clear caches when updating content.
Hỏi đáp
-
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.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Assertivlogix Simple Cache” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Assertivlogix Simple Cache” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- Initial release.