Hi,
We’re running WooCommerce on WoodMart, with LiteSpeed Cache for full-page caching + JS/CSS combine/minify.
We built a “quick buy” flow (wd-add-to-cart) that adds to cart and redirects straight to checkout, so speed there matters most to us. The problem: once the cart has an item, checkout is never served from cache (WooCommerce cart-vary behavior) – so it always loads the full uncombined/unminified asset set (~95 separate JS requests), making the “quick” purchase feel slow, defeating the purpose.
Main question: what’s WoodMart’s recommended way to make the checkout experience fast for a visitor who just added an item and is redirected there, given it can’t be full-page cached?
Specifically:
1. Any WoodMart modules/scripts on checkout that are safe to disable if we don’t use certain features (quick view, wishlist, compare, etc.)?
2. Any guidance on combining/deferring WoodMart’s own checkout scripts without breaking WooCommerce Blocks?
Site: https://kidiwood.co.il
Thanks!