A retail client's homepage LCP looked fine in PageSpeed Insights. The same week the account lead forwarded a message: shoppers were dropping at checkout on mobile. The sitewide average had buried the cart and payment routes, which never got the same cache treatment as the brochure pages.
WooCommerce performance tuning in 2026 is still infrastructure, data structure, caching rules, media, and extensions, in that order. Hosting sets the ceiling. High-Performance Order Storage and Redis change how order writes and product lookups behave. Full-page cache helps anonymous shop and PDP shells only when cart, checkout, and my-account stay excluded.
Cart fragments are the quiet tax. The mini-cart AJAX refresh on every page load can hurt INP and TTFB even on templates that never show a basket icon. Product galleries still dominate LCP: WebP or AVIF, honest srcset, and do not lazy-load the primary paint candidate without measuring first.
Prioritise the URLs that carry revenue:
Product detail pages for gallery LCP and variant INP
Shop and category archives for thumbnail grids and filters
Cart for fragments, coupons, and layout shift
Checkout and account for payment scripts and uncached flows
Schedule synthetic lab runs on that list with separate mobile and desktop strategies. CrUX lags and often omits low-traffic checkout URLs; lab history catches plugin and theme regressions within hours.
Read more: WooCommerce performance tuning (2026 guide)