AuctionController.php#80lelangaja14.66msselectcount(*) as aggregate from `auctions` where `id` notin (2335) and `category_id` =1and `is_published` =1and `auctions`.`deleted_at` isnull
User.php#144lelangaja6.3msselect*from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` innerjoin `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` innerjoin `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` innerjoin `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` =6) and `type` ='buyer'or `transaction_id` in (select `id` from `transactions` where `user_id` =6) and `type` ='seller')
User.php#144lelangaja4.4msselect*from `feedbacks` where (`transaction_id` in (select `transactions`.`id` from `auctions` innerjoin `transaction_items` on `auctions`.`id` = `transaction_items`.`auction_id` innerjoin `transactions` on `transaction_items`.`transaction_id` = `transactions`.`id` innerjoin `shippings` on `transactions`.`id` = `shippings`.`transaction_id` where `auctions`.`user_id` =6) and `type` ='buyer'or `transaction_id` in (select `id` from `transactions` where `user_id` =6) and `type` ='seller')