Version 1.0.0 #
Initial Release
Core Caching Engine #
- Added: Full-Page Caching with automatic cache warm-up and intelligent auto-purging.
- Added: Browser Caching via dynamically injected
.htaccessrules with optimized expiration headers. - Added: Object Caching for WordPress transients and database queries to reduce repeated SQL execution.
- Added: Mobile-Specific Caching to generate separate optimized cache versions for mobile devices.
- Added: Cache Preloading system powered by WP-Cron background jobs for proactive cache generation.
Asset Optimization #
- Added: HTML Minification to reduce output buffer size and eliminate unnecessary whitespace.
- Added: CSS Minification for optimized stylesheet delivery.
- Added: JavaScript Minification to reduce script payload and improve parsing performance.
- Added: CSS Combination to merge multiple stylesheets into a single request.
- Added: JavaScript Combination to minimize HTTP requests and improve load efficiency.
- Added: JS Interaction Loader (Delay JS) to defer heavy JavaScript execution until user interaction.
Compression Layer #
- Added: Gzip Compression support using
zlibfor server-level output compression. - Added: Brotli Compression support (if server-compatible) for higher compression ratios than Gzip.
Image Optimization (PRO) #
- Added: WebP Image Conversion with dynamic format detection and fallback handling.
- Added: Adjustable WebP Quality Controls (0–100 range).
- Added: Lazy Loading for below-the-fold images to improve initial render speed.
Performance Analytics (PRO) #
- Added: Direct Google PageSpeed Insights API integration.
- Added: Mobile & Desktop strategy-based performance tracking.
- Added: Core Web Vitals parsing (LCP, FCP, CLS, TBT).
- Added: Before & After performance comparison system with Chart.js dashboard visualization.
System & Developer Tools #
- Added: Advanced Cache Rules Engine using WordPress
insert_with_markers()for safe.htaccessmanagement. - Added: Global “Purge All Cache” action integrated into the native WordPress Admin Bar.
- Added: Secure licensing validation system for PRO features.
- Added: WP-Cron monitoring and admin notices for background task reliability.
- Added: Clean uninstallation workflow with recursive cache deletion and database cleanup.