woocommerce/plugins/woocommerce-admin/src/Overrides
Jeff Stieler 030cea98c8 Improve Customers Sync Performance (https://github.com/woocommerce/woocommerce-admin/pull/8021)
* Avoid unnecessary customer ID retrieval.

* Ignore order count when validating customers.

WC_Customer::get_order_count causes a full table scan without cache.

* Don't get customer names from their last order.

WC_Customer::get_last_order has to scan all _customer_user meta rows.

* Add changelog entry.

* Fix changelog.

* Cache customer ID in Order override classes.

* Check all user roles.
2022-01-10 19:22:09 -05:00
..
Order.php Improve Customers Sync Performance (https://github.com/woocommerce/woocommerce-admin/pull/8021) 2022-01-10 19:22:09 -05:00
OrderRefund.php Improve Customers Sync Performance (https://github.com/woocommerce/woocommerce-admin/pull/8021) 2022-01-10 19:22:09 -05:00
OrderTraits.php Fix usage of "package" tag in file headers (https://github.com/woocommerce/woocommerce-admin/pull/4940) 2020-08-11 16:18:47 -03:00
ThemeUpgrader.php Fix usage of "package" tag in file headers (https://github.com/woocommerce/woocommerce-admin/pull/4940) 2020-08-11 16:18:47 -03:00
ThemeUpgraderSkin.php Fix usage of "package" tag in file headers (https://github.com/woocommerce/woocommerce-admin/pull/4940) 2020-08-11 16:18:47 -03:00