Skip to content

Releases: Rebirth231207/wp-performance-toolkit

Release list

v1.0.0

Choose a tag to compare

@Rebirth231207 Rebirth231207 released this 05 Jun 02:10

🚀 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 Preloader and LCP Preloader drop 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 TABLE defragmentation.
  • ⚡ Smart Script Execution: Native defer/async injection for render-blocking resources.
  • ⏳ Third-Party Script Delay: Interaction-based execution for heavy external trackers.
  • 🔤 Font & Icon Optimizer: Dashicons disable and Google Fonts &display=swap injection.
  • 🖼️ 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 perf commands 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 ?ver query 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

  1. Download the wp-performance-toolkit.zip attached below.
  2. Upload via your WordPress Admin Panel (Plugins -> Add New -> Upload Plugin).
  3. Activate and enjoy an instantly faster website.