malsubrata / woo-wallet

WooCommerce Wallet
GNU General Public License v3.0
78 stars 37 forks source link

Topup report slows down admin panel #87

Closed Parviz-Elite closed 1 month ago

Parviz-Elite commented 1 month ago

File path: wp-content/plugins/woo-wallet/includes/class-woo-wallet-admin.php Method name: add_wallet_topup_report

in my case it's run about 70,000 queries. i think get_wallet_rechargeable_orders ignores date query and try to fetch all wallet recharge order ids. i disabled this method for now.

Untitled

malsubrata commented 1 month ago

@Parviz-Elite We fix this issue here please download and install the plugin from here and let us know.

Parviz-Elite commented 1 month ago

Hi, the problem is solved!

Thank you for your efforts.