AuctionController.php#80lelangaja7.35msselectcount(*) as aggregate from `auctions` where `id` notin (515) and `category_id` =5and `is_published` =1and `auctions`.`deleted_at` isnull
User.php#144lelangaja53.52msselect*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` =3) and `type` ='buyer'or `transaction_id` in (select `id` from `transactions` where `user_id` =3) and `type` ='seller')
User.php#144lelangaja24.12msselect*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` =3) and `type` ='buyer'or `transaction_id` in (select `id` from `transactions` where `user_id` =3) and `type` ='seller')