WooCommerce product object caching cuts redundant queries
WooCommerce 10.5 ships an experimental in-memory cache for product objects, so a single request stops rebuilding the same object over and over. The benchmarks, plus the stale data trap waiting for anyone who updates products with direct SQL.