Beschrijving
Samybaxy's Hyperdrive
Beschrijving
Status: Production Ready
Current Version: 6.0.0
Samybaxy’s Hyperdrive makes WordPress sites 65-75% faster by intelligently loading only the plugins needed for each page.
Instead of loading 120 plugins for every page, we load only 12-45 plugins for the current page – automatically, without breaking anything.
Key Features
- 85-90% plugin reduction on most pages
- 65-75% faster page loads without caching
- Zero configuration needed – works automatically
- Zero broken functionality – intelligent dependency detection
- Automatic dependency resolution – understands plugin ecosystems
- Multi-layer caching – 60-75% faster on cached requests
- Admin-only debug widget – real-time performance monitoring
How It Works
Traditional WordPress loads ALL plugins on EVERY page:
* Shop page loads: WooCommerce, LearnPress, Forms, Analytics, SEO… (120 plugins)
* Blog page loads: WooCommerce, LearnPress, Forms, Analytics, SEO… (120 plugins)
* Result: Slow sites (3-8 seconds TTFB)
Samybaxy’s Hyperdrive intelligently filters plugins:
* Shop page loads: WooCommerce + dependencies only (35 plugins)
* Blog page loads: Blog plugins + dependencies only (18 plugins)
* Result: 65-75% faster!
Intelligent Detection System
The plugin automatically detects which plugins are needed via:
- URL-based detection – Recognizes WooCommerce, courses, membership, blog pages
- Content analysis – Scans post content for shortcodes and page builder widgets
- Dependency resolution – Automatically loads all required plugin dependencies
- User role detection – Loads extra plugins for logged-in users, affiliates, members
- Smart defaults – Always loads essential plugins (page builders, theme cores)
Supported Plugin Ecosystems
- JetEngine – jet-engine, jet-menu, jet-blocks, jet-elements, jet-tabs, jet-popup, jet-woo-builder, and 10+ modules
- WooCommerce – woocommerce, memberships, subscriptions, product bundles, smart coupons
- Elementor – elementor, elementor-pro, the-plus-addons, thim-elementor-kit
- Content Restriction – restrict-content-pro, rcp-content-filter-utility
- Automation – uncanny-automator, fluent-crm
- Forms – fluentform, fluentformpro, jetformbuilder
- Other – LearnPress, Affiliate WP, EmbedPress, Presto Player, and many more
Safety Features
- Never filters WordPress admin area
- Never filters AJAX requests
- Never filters REST API requests
- Never filters WP-CRON requests
- Validates plugin existence before loading
- Maintains WordPress native plugin load order
- Falls back to loading all plugins if anything breaks
- Security: Debug widget only visible to administrators
- Security: Plugin info hidden from frontend users and visitors
- Clean: No error logging or debug output
Performance Optimization
- Expected reduction: 85-90% fewer plugins loading on most pages
- Speed improvement: 65-75% faster page loads
- Memory savings: 40-60% less memory usage
- Filter overhead: < 2.5ms per request
- Server cost reduction: 60-70% for same traffic
What’s New in v5.1
Heuristic Dependency Detection System – Zero Manual Maintenance!
The plugin now automatically detects plugin dependencies using 4 intelligent methods:
- WordPress 6.5+ Headers – Reads official “Requires Plugins” header
- Code Analysis – Scans for class_exists(), defined(), hook patterns
- Pattern Matching – Recognizes naming conventions (jet-*, woocommerce-*, elementor-*)
- Known Ecosystems – Validates with curated plugin relationships
Benefits:
* Zero manual maintenance – dependencies auto-detected
* Works with custom/proprietary plugins automatically
* Auto-rebuilds on plugin activation/deactivation
* Database storage for fast retrieval
What’s New in v5.0
Intelligent Plugin Scanner – Heuristic Analysis System
Automatically analyzes all plugins and scores them 0-100 based on:
* Known patterns (page builders, theme cores)
* Keywords in name/description
* Hook registrations (wp_head, wp_footer, etc.)
* Asset enqueuing (global CSS/JS)
* Custom post type registration
Detection Result Caching – 60-75% Faster Filtering
Dual-layer caching system:
* Requirements Cache – Pre-computed URL to plugins mapping
* Detection Cache – Runtime caching with object cache support
* Performance: 0.3-0.8ms cached (vs 1.2-2.1ms uncached)
Admin Interface
Settings page at Settings > Samybaxy’s Hyperdrive with:
* Enable/disable plugin filtering checkbox
* Enable/disable debug widget checkbox
* Intelligent plugin scanner with visual cards
* Dependency map viewer with statistics
* Performance logs showing recent page loads
* Cache statistics and management
* Stats: plugins loaded, plugins filtered, reduction percentage
Debug Widget
Floating widget that appears on frontend when enabled:
* Admin only – Only visible to logged-in administrators
* Frontend users and incognito visitors cannot see it (security)
* Shows total plugins available
* Shows plugins loaded this page
* Shows plugins filtered out
* Shows reduction percentage
* Lists essential detected plugins
* Shows sample of filtered out plugins
* Fully interactive with expand/collapse
* Responsive design (works on mobile)
Performance Statistics
Typical performance improvements:
Page Type
Before
After
Improvement
Homepage
3.5s TTFB
1.2s TTFB
65% faster
Shop Page
4.2s TTFB
1.4s TTFB
67% faster
Blog Page
2.8s TTFB
0.8s TTFB
71% faster
Course Page
5.1s TTFB
1.9s TTFB
63% faster
Technical Details
Performance
- Time Complexity: O(1) detection with cached lookups, O(m) filtering where m = active plugins
- Space Complexity: ~110KB memory overhead (includes caching)
- Filter Speed: 0.3-0.8ms cached, 1.2-2.1ms uncached
- Plugin Reduction: 85-90% on most pages
- Speed Improvement: 65-75% faster page loads
Architecture
- Heuristic Dependency Detector – Auto-detects plugin dependencies
- Intelligent Plugin Scanner – Analyzes and scores all plugins
- Dual-Layer Caching – Requirements cache + detection cache
- Content Analyzer – Intelligent content scanning with caching
- Detection System – URL, content, user role, and default detection
- Resolver Algorithm – Queue-based recursive dependency resolution
- Safety Layer – Backend detection, validation, and fallbacks
Database Options
All options use shypdr_ prefix:
* shypdr_enabled – Enable/disable plugin filtering
* shypdr_debug_enabled – Enable/disable debug widget
* shypdr_essential_plugins – User-customized essential plugins
* shypdr_dependency_map – Auto-detected plugin dependencies
* shypdr_plugin_analysis – Cached scanner results
* shypdr_url_requirements – Pre-computed URL lookups
* shypdr_logs (transient) – Performance logs
WordPress Hooks
plugins_loaded– Initialize core componentsadmin_menu– Register settings pageadmin_init– Register settings fieldsoption_active_plugins– Filter plugin list before WordPress loads themwp_enqueue_scripts– Load debug widget CSS/JSwp_footer– Render debug widget HTMLsave_post– Update requirements cacheactivated_plugin– Rebuild dependency mapdeactivated_plugin– Rebuild dependency map
Filter Hooks for Developers
shypdr_essential_plugins– Override essential pluginsshypdr_dependency_map– Override dependency mapshypdr_url_detected_plugins– Customize URL detectionshypdr_content_detected_plugins– Customize content detection
Support
For support and documentation:
* GitHub: https://github.com/samybaxy/samybaxy-hyperdrive
* Settings > Samybaxy’s Hyperdrive – View performance logs
* Enable debug widget for real-time monitoring
Credits
Developed by samybaxy with a focus on performance, safety, and zero configuration.
Special thanks to the WordPress community for their feedback and testing.
Schermafbeeldingen

The main settings page with options to Manage Essential Plugins, Plugin Dependencies, and rebuild cache. 
The settings subpage where you can manage your essential plugin list or scan all plugins for heuristics. 
The settings subpage where you can manage and map plugin dependencies. 
The frontPage with Debug bar displaying plugin filteration data. 
GTMetrix score for Dev environment without optimizations for over 124 plugins. 
GTMetrix score for Dev environment running Optimization with NitroPack only on WPEngine Host. 
GTMetrix score for Dev environment running Optimization with NitroPack and HyperDrive on WPEngine Host.
Installatie
Automatic Installation
- Upload the plugin files to
/wp-content/plugins/samybaxy-hyperdrive/directory - Go to WordPress Admin > Plugins
- Find “Samybaxy’s Hyperdrive” and click “Activate”
- Go to Settings > Samybaxy’s Hyperdrive
- Check “Enable Plugin Filtering”
- Save changes
That’s it! The plugin works automatically with zero configuration.
MU-Loader Installation (Recommended)
For best performance, install the MU-loader:
- After activating the plugin, go to Settings > Samybaxy’s Hyperdrive
- Click “Install MU-Loader Now” button (if prompted)
- The MU-loader will be automatically installed
- This enables filtering BEFORE WordPress loads plugins
Alternatively, manually copy:
* From: wp-content/plugins/samybaxy-hyperdrive/mu-loader/shypdr-mu-loader.php
* To: wp-content/mu-plugins/shypdr-mu-loader.php
Manual Installation
- Download the plugin files
- Extract to
/wp-content/plugins/samybaxy-hyperdrive/ - Activate from WordPress Admin > Plugins
- Enable filtering in Settings > Samybaxy’s Hyperdrive
FAQ
Does it work with WooCommerce?
Yes! WooCommerce + all 15+ extensions are fully supported with automatic dependency detection.
Does it work with JetEngine?
Yes! JetEngine + all 18+ add-ons are fully supported.
Does it work with Elementor?
Yes! Elementor + Pro + all add-ons are fully supported.
What if plugins break?
The system automatically detects issues and loads all plugins as a fallback. You can also disable filtering temporarily from Settings > Samybaxy’s Hyperdrive.
Does it require configuration?
No! Works automatically with zero configuration. The intelligent scanner and dependency detector handle everything.
What about WordPress admin?
Admin always loads all plugins (safe by design). Filtering only happens on frontend pages.
Can I disable it temporarily?
Yes, go to Settings > Samybaxy’s Hyperdrive and uncheck “Enable Plugin Filtering”.
Does it work with caching plugins?
Yes! Works great together with WP Rocket, LiteSpeed Cache, and other caching plugins.
Will it improve my Google ranking?
Yes! Faster pages rank better in Google. Core Web Vitals improvements directly impact SEO.
Is it safe?
Yes. The plugin understands dependencies, won’t break functionality, and has automatic fallbacks.
How much memory does it use?
~110KB additional overhead (includes caching system).
How fast is the filter?
0.3-0.8ms per request (cached) or 1.2-2.1ms (uncached). Target is < 2.5ms.
Can I customize which plugins are essential?
Yes! Go to Settings > Samybaxy’s Hyperdrive > Essential Plugins tab to customize via the admin UI.
How do I debug if something breaks?
- Go to Settings > Samybaxy’s Hyperdrive
- Check “Recent Performance Logs” to see which plugins were loaded
- Enable “Debug Widget” to see real-time stats on frontend (admin only)
- Temporarily disable filtering to verify it’s the cause
Does it work with multisite?
Yes, the plugin supports WordPress multisite installations.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Samybaxy's Hyperdrive” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Samybaxy's Hyperdrive” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
6.0.1 – February 1, 2026
- FIXED: Payment gateways (Stripe, PayPal, etc.) not loading on checkout pages
- NEW: Dynamic payment gateway detection for checkout/cart pages
- IMPROVED: Streamlined checkout plugin loading for better performance
- IMPROVED: Membership plugins now only load on checkout for logged-in users
6.0.0 – January 29, 2026
- BREAKING: Complete plugin rename from “Turbo Charge” to “Samybaxy’s Hyperdrive”
- BREAKING: Slug changed from “turbo-charge” to “samybaxy-hyperdrive”
- BREAKING: All prefixes changed from TC_/tc_ to SHYPDR_/shypdr_ (6-char distinctive prefix)
- BREAKING: MU-loader renamed from tc-mu-loader.php to shypdr-mu-loader.php
- NEW: Extracted inline CSS to separate admin-styles.css file
- IMPROVED: WordPress.org plugin review compliance
- IMPROVED: All database options, transients, and post meta use new prefix
- IMPROVED: All CSS classes use new shypdr- prefix
- NOTE: Fresh installation required – settings from previous versions will not migrate
5.1.0 – December 14, 2025
- NEW: Heuristic Dependency Detection System
- NEW: Automatic plugin dependency detection (4 methods)
- NEW: WordPress 6.5+ “Requires Plugins” header support
- NEW: Code analysis (class_exists, constants, hooks)
- NEW: Pattern matching (naming conventions)
- NEW: Database storage with auto-rebuild
- IMPROVED: Dependencies admin page with visual statistics
- IMPROVED: Auto-rebuild on plugin activation/deactivation
- DOCS: Complete internationalization (i18n) for WordPress.org
- DOCS: WordPress Coding Standards compliance
- REMOVED: Hardcoded dependency map (replaced with heuristic detection)
5.0.0 – December 5, 2025
- NEW: Intelligent Plugin Scanner with heuristic analysis
- NEW: Detection result caching system (URL + content)
- NEW: Admin UI for managing essential plugins
- NEW: Dynamic essential plugins (replaces hardcoded whitelist)
- NEW: Filter hooks for extensibility
- NEW: Automatic cache invalidation on content changes
- NEW: Requirements cache for O(1) lookups
- PERFORMANCE: 40-50% faster average filter time with caching
- PERFORMANCE: 60-75% faster for cached requests
- IMPROVED: More accurate essential plugin detection
- IMPROVED: Better customization options
4.0.5
- Removed unnecessary error logging
- Cleaned up temporary debug files
- Implemented recursion guard pattern for safe filtering
- Production-ready implementation
4.0.4
- Added recursion guard mechanism
- Improved hook filtering reliability
- Enhanced type validation
4.0.3
- Fixed critical 502 errors from infinite recursion
- Added array type checking
- Improved error handling with finally blocks
4.0.2
- Added Elementor diagnostics and debug widget
- Improved admin settings page
- Enhanced performance logging
4.0.1
- Added critical whitelist for essential plugins
- Fixed Jet Menu rendering
- Enhanced dependency detection
4.0.0
- Initial implementation
- Core plugin filtering system
- 50+ plugin dependency map
- Detection and resolver algorithms




