performance issue : wp_slicewp_commissions queries
-
Hello Team,
We have identified a performance issue where the SliceWP plugin is generating over 400 queries related to the
wp_slicewp_commissionstable in a short period. This high query volume is causing significant load on our MySQL database and impacting the overall server performance. Here are a few examples of the queries:| 11619104 | wqv4vko_untz | localhost | wqv4vko_untz | Query | 0 | Sending data | SELECT * FROM wp_slicewp_commissions WHERE 1=1 AND status = 'unpaid' AND affiliate_id = '314' AND | 0.000 || 11619105 | wqv4vko_untz | localhost | wqv4vko_untz | Query | 1 | Sending data | SELECT affiliate_id FROM wp_slicewp_commissions WHERE 1=1 AND status = 'unpaid' AND payment_id = ' | 0.000 || 11619110 | wqv4vko_untz | localhost | wqv4vko_untz | Query | 0 | Sending data | SELECT * FROM wp_slicewp_commissions WHERE 1=1 AND status = 'unpaid' AND affiliate_id = '471' AND | 0.000 || 11619111 | wqv4vko_untz | localhost | wqv4vko_untz | Query | 0 | Sending data | SELECT * FROM wp_slicewp_commissions WHERE 1=1 AND status = 'unpaid' AND affiliate_id = '314' AND | 0.000 |Is there anyway to optimize this ?
Regards,
Antoine
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.