🚀 Initial Release: WordPress Performance Toolkit v1.0.0
Welcome to the first official release of the WordPress Performance Toolkit. Engineered strictly using the "VibeCoding" methodology, this toolkit provides a zero-overhead, pure-code approach to mastering Core Web Vitals.
No bloated page builders. No jQuery. Just pure PHP 7.4+ and Vanilla JS.
🔥 Highlighted Features
- 100% Pure Code Architecture: Built with a PSR-4 recursive autoloader.
- Premium Dashboard: A SaaS-like telemetry hub built with native CSS Grid/Flexbox and 100% RTL support.
- Instant Perceived Speed: Features like the
Instant Page PreloaderandLCP Preloaderdrop load times to near zero.
📦 Core Modules Included in v1.0.0:
- 📊 Performance Analyzer: Native browser API telemetry integration.
- 🗑️ Asset Optimizer: Surgical dequeuing of WooCommerce & CF7 on non-essential pages.
- 🗄️ Database Optimizer: Auto-cleaning with WP-Cron and
OPTIMIZE TABLEdefragmentation. - ⚡ Smart Script Execution: Native
defer/asyncinjection for render-blocking resources. - ⏳ Third-Party Script Delay: Interaction-based execution for heavy external trackers.
- 🔤 Font & Icon Optimizer: Dashicons disable and Google Fonts
&display=swapinjection. - 🖼️ Lazy Load Controller: Advanced LCP protection using
wp_omit_loading_attr_threshold. - 💓 Heartbeat API Controller: Frontend API disable and backend throttling.
- 💻 WP-CLI Integrator: Native
wp perfcommands for terminal-based DB cleaning. - 🛡️ API & Security: REST API lockdown and XML-RPC disable with security headers.
- 🛍️ WooCommerce Optimizer: Pure-code removal of Cart Fragments on blog pages.
- 🧹 Core Bloat Remover: Emoji, wp-embed, and
?verquery string elimination. - 🚀 Instant Page Preloader: 65ms hover-intent HTML prefetching.
- 📝 HTML Minifier: Catastrophic backtracking-safe Output Buffering minification.
- 🖼️ LCP Preloader:
fetchpriority="high"injection for Hero images. - 🔍 Advanced Query Optimizer: Eradication of
SQL_CALC_FOUND_ROWS.
🛠️ Installation
- Download the
wp-performance-toolkit.zipattached below. - Upload via your WordPress Admin Panel (
Plugins -> Add New -> Upload Plugin). - Activate and enjoy an instantly faster website.