AuctionController.php#80lelangaja8.13msselectcount(*) as aggregate from `auctions` where `id` notin (2332) and `category_id` =1and `is_published` =1and `auctions`.`deleted_at` isnull
User.php#144lelangaja8.8msselect*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` =12) and `type` ='buyer'or `transaction_id` in (select `id` from `transactions` where `user_id` =12) and `type` ='seller')
User.php#144lelangaja14.58msselect*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` =12) and `type` ='buyer'or `transaction_id` in (select `id` from `transactions` where `user_id` =12) and `type` ='seller')