Linux 软件免费装

Hybrid Cache Maintenance & CSS Healer for Elementor

开发者 watermelons
更新时间 2026年6月22日 23:45
PHP版本: 5.8 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

cache elementor wp-rocket litespeed

下载

2.1.1

详情介绍:

Every Elementor administrator eventually faces the dreaded "broken layout" syndrome[cite: 2]. This happens because Elementor routinely flushes and regenerates its static CSS files (during updates, template saves, or internal cleanups)[cite: 3]. If your site uses aggressive page caching or an edge CDN (like Cloudflare), those platforms continue serving cached HTML that references the old, deleted CSS files, causing the page to display completely unstyled[cite: 4]. Hybrid Cache Maintenance & CSS Healer for Elementor solves this permanently using a robust, two-layer hybrid strategy[cite: 5]:
  1. The Proactive Maintenance Engine (Every 12 Hours): A background WP-Cron script automatically triggers every 12 hours to safely clear Elementor's file cache and systematically flushes major caching environments (LiteSpeed Cache, WP Rocket, W3 Total Cache, and WP Super Cache)[cite: 5]. It then immediately fires an asynchronous background loopback request to pre-warm the primary homepage layout[cite: 6].
  2. The Reactive Self-Healing Safety Net (On-Demand): If a visitor, web browser, or CDN requests an Elementor CSS file that has vanished from the server within that 12-hour window, our interceptor catches the 404 Not Found error[cite: 7]. It instantly orders Elementor to rebuild that specific post or template asset in the background, serving the clean style file inline as a successful 200 OK response before the visitor's browser notices a thing[cite: 8].
Supported Caching Ecosystems Credits & Open-Source Acknowledgments The reactive 404 interceptor logic implemented within this extension is adapted and optimized from the excellent standalone open-source repository "Elementor CSS Regenerator" authored by Robert Went[cite: 9].

安装:

  1. Upload the plugin folder to the /wp-content/plugins/ directory, or install directly through the WordPress plugins dashboard[cite: 10].
  2. Activate the plugin through the Plugins screen in WordPress[cite: 11].
  3. The plugin will immediately verify your Elementor installation and establish the automatic 12-hour cron cycle. No extra configurations or settings pages are required! [cite: 12, 13]

常见问题:

Does this plugin have a configuration or settings panel?

No. It is engineered as a zero-overhead, "set-and-forget" utility. It automatically runs silently in the background and respects your existing caching rules[cite: 14].

How can I force-test the maintenance cycle immediately?

You can trigger the 12-hour maintenance callback using WP-CLI via your server terminal[cite: 15]: wp cron event run wm_ech_elementor_clear_cache [cite: 15] Alternatively, you can utilize developer utility plugins like WP-Crontrol to find and click "Run Now" on the wm_ech_elementor_clear_cache hook[cite: 15].

Does this clear my Cloudflare Edge Cache?

If you are utilizing the LiteSpeed Cache plugin linked up to your Cloudflare API token, our maintenance execution will automatically push the global purge request straight up to Cloudflare's network edge seamlessly[cite: 16].

Can I check if the background healer is actively working?

Yes[cite: 17]. If you add define( 'WM_ECH_DEBUG', true ); to your wp-config.php file, the plugin will write detailed event timestamps directly to your standard server error log logs whenever it detects a missing asset or fires a background warmer loopback[cite: 18].

更新日志:

2.1.1 2.1.0 2.0.0 1.0.0