WooCommerce with thousands of products - Daniel Auener

PHOTO EMBED

Fri Apr 26 2024 12:56:28 GMT+0000 (Coordinated Universal Time)

Saved by @Mesmeric

function themeslug_deactivate_stock_reports($from) {
 global $wpdb;
 return "FROM {$wpdb->posts} as posts WHERE 1=0";
}
add_filter( 'woocommerce_report_low_in_stock_query_from', 'themeslug_deactivate_stock_reports' );
add_filter( 'woocommerce_report_out_of_stock_query_from', 'themeslug_deactivate_stock_reports' ); 

content_copyCOPY

https://www.danielauener.com/woocommerce-with-thousands-of-products-workarounds-for-slow-admin-panel/