Total products: 155
Products with id=0: 147
โ ๏ธ POSSIBLE CAUSE: You have 155 products. This could be causing the multiplication!
Total orders: 131
Orders with id=247: 1
โ ๏ธ POSSIBLE CAUSE: You have 131 orders. If these are being joined incorrectly, this could cause multiplication!
SELECT FROM av_reviews: 16 rows โ
+ LEFT JOIN av_products: 16 rows
+ LEFT JOIN av_orders: 16 rows
+ Both JOINs together: 16 rows
โ Joins are fine!
The multiplication must be happening in the display code, not the query.
Check feedback.php for loops that run 51 times.