Seven changes that consistently cut page load times on Australian stores, from object caching to image formats.
WooCommerce is heavier than a standard WordPress site because cart and checkout pages cannot be fully cached. That makes server-side tuning matter more.
Start by enabling LiteSpeed Cache with object caching turned on, then exclude cart, checkout and my-account pages from full-page caching.
Serve images in WebP, lazy-load anything below the fold, and remove page builders from product templates where you can.
Finally, schedule WooCommerce action scheduler cleanups — stale scheduled actions are the single most common cause of slow admin dashboards we see in tickets.