WooCommerce Product MySQL query is taking too long with ORDER BY
I have 25000+ products available in WooCommerce. I am querying my products with the CUSTOM MYSQL query because I want minimal data to fetch instead of getting the whole products in an object. The Query is working fine and it…