// ── 2026 High Performance: Smart Cart Fragments ── // Dequeue WooCommerce fragments if the cart is empty (Saves 500ms+ TTFB) add_action( 'wp_enqueue_scripts', function() { if ( ! isset( $_COOKIE['woocommerce_cart_hash'] ) && ! is_cart() && ! is_checkout() ) { wp_dequeue_script( 'wc-cart-fragments' ); } }, 999 ); Green Retail – Everybody loves a little green.