Performance / Overhead Settings

Checkout Optimization

Optimize Checkout JavaScript
Defers or streamlines non-critical checkout scripts (e.g., country selectors, validation, payment helpers) to improve initial render and time-to-interactive while preserving functionality.

Optimize Checkout CSS
Removes or defers non-critical CSS on checkout pages to reduce render-blocking bytes and accelerate first paint.

Smart Cart Fragments
Disables cart fragments during checkout where safe, reducing background AJAX activity and CPU overhead for faster interactivity.

Lazy Load Payment Methods
Defers loading of heavy payment SDKs (Stripe, PayPal, etc.) until required, reducing initial payload size and speeding up interaction.

Defer Transactional Emails
Pushes transactional email processing out of the request path, shortening checkout completion time and lowering perceived latency.

Preconnect Payment SDKs
Adds rel=preconnect to payment gateway domains, pre-warming DNS/TLS and improving subsequent SDK fetch times.


User-Facing Optimization

Dequeue WooCommerce Assets on Non-WC Pages
Removes WooCommerce CSS/JS from non-Woo pages (e.g., blog, landing pages) to reduce global payload and improve Core Web Vitals.

Simplify Price HTML
Streamlines price markup by removing redundant spans and wrappers, reducing DOM size and minimizing layout shifts.

Enable Hover Prefetch
Prefetches likely next pages on hover/touch events, making navigation feel instant and reducing perceived latency.

Disable Order Attribution
Disables WooCommerce’s front-end order attribution script where unnecessary, trimming JavaScript overhead on browsing pages.


Admin Optimization

Disable Order Splitter Async
Avoids background async queueing overhead for order-splitting operations on busy stores, reducing server noise.

Disable Marketplace Suggestions
Removes WooCommerce admin “Marketplace” suggestion panels, decluttering the interface and reducing payload.

Suppress Helper Notices
Hides notices such as “Connect to WooCommerce.com” to minimize distractions in the admin.

Disable Gateway Suggestions
Removes payment gateway promotional suggestion cards in the admin dashboard for a cleaner, faster experience.

Remove WooCommerce Submenus
Hides “Marketplace” and “My Subscriptions” submenus for a streamlined admin navigation.

Copyright 2025 - Mamba


Mamba mascot