WooCommerce
WooCommerce copied to clipboard
Optimize carrier sorting with caching in ShippingProvider
Introduces a static cache for carrier entities in ShippingProvider to reduce redundant database queries during method sorting. Adds methods to preload carriers, retrieve from cache, and clear the cache, improving performance when sorting shipping methods by carrier name.