WooCommerce Variation Price Caching: 10.5 Performance Fix
WooCommerce 10.5 introduces a major refactor to WooCommerce variation price caching, replacing full object serialization with stable signatures via the new CallbackUtil class. This update reduces price lookup execution from 500ms to 40ms for large variation sets, though developers must now manually hook into the cache hash for dynamic pricing.