[Added] Cache exclusions based on specific referrers.
[Added] Dev mode to disable caching and optimizations during development.
[Fixed] Table names are now validated before running optimize queries.
[Improved] Preloader performance: Now dispatched on shutdown and throttled to avoid high CPU usage.
[Updated] Redis object-cache drop-in.
[Updated] Memcache object-cache drop-in.
[Updated] APCu object-cache drop-in.
[Changed] Minimum required PHP version bumped to 7.4.
[Updated] Dependency packages.
3.5.4 (April 14, 2025)
Dependency updates.
Tested with WP 6.8
3.5.3 (October 29, 2024)
[Added] AMP compatibility for delay js.
[Added] powered_cache_cache_dir_htaccess_file_content filter to modify the cache directory .htaccess content.
[Updated] Cache key for logged-in user cache. (Advised to purge cache if you are using logged-in user cache).
[Improved] Cookie control for cache skipping.
Tested with Upcoming WP 6.7
Various dependency updates.
3.5.2 (October 01, 2024)
[Added] Clear Cache for Me compatibility.
[Updated] Minifier libraries.
Various dependency updates.
3.5.1 (August 14, 2024)
[Added] Logging for CF cache purge.
[Improved] CF cache purge.
Dependency updates.
3.5 (July 16, 2024)
[Added] Image Optimizer purge feature.
Dependency updates.
Tested with WP 6.6
3.4.5 (May 14, 2024)
[Improved] HTML minification without dom optimization.
[Fixed] Resolved PHP warnings caused by accessing superglobals.
Dependency updates.
3.4.4 (April 29, 2024)
[Fixed] Resolved an issue with comment cache not purging correctly.
[Added] Support for purging paginated comments.
3.4.3 (April 22, 2024)
[Fixed] Cloudflare cache purge issue.
[Updated] Background job processing.
Dependency updates.
3.4.2 (February 20, 2024)
[Added] Term cache clearing upon term changes.
[Added] Compatibility with ShortPixel Adaptive Images when delay JS is enabled.
[Added] Date archive cache clearing upon post updates.
[Improved] Term archive purging upon post updates.
3.4.1 (February 13, 2024)
[Fix] YouTube video positioning when iframe is replaced with thumbnail.
3.4 (February 07, 2024)
[Added] Lazyload – Replace YouTube videos with thumbnails.
[Added] Introduced an option to exclude specific images and iframes from being lazy-loaded.
[Added] Add warning message for memcached-based object cache backends if alloptions size is too large.
[Added] Preloader request interval setting to control the preloader request rate.
[Added] Preloader feedback message to understand the preloader status.
[Added] Preloader cache footprint to understand a page generated by the preloader.
[Added] A secondary button for cache clearance upon settings update. Props @emreerkan
[Added] New option to control delay js timeout.
[Improvement] Performance improvements for Delayed JS execution, introducing a more sophisticated dependency resolution mechanism to prevent possible JS errors.
[Improvement] Page cache purging strategy.
[Improvement] Preloader performance improvement and avoid unnecessary requests.
[Security] Cloudflare extension security improvements. (Encrypted API Key/Token)
[Security] Added verification of Cloudflare IP to accurately update REMOTE_ADDR when behind Cloudflare proxy.
[Fix] CDN dropdrop width.
[Fix] Lazyload compatibility fix with core image blocks lightbox feature.
[Fix] Do not delay interactivity and image block scripts.