WooCommerce icon indicating copy to clipboard operation
WooCommerce copied to clipboard

Optimize carrier sorting with caching in ShippingProvider

Open adammaly opened this issue 5 months ago • 0 comments

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.

adammaly avatar Aug 07 '25 16:08 adammaly