selectcount(*) as aggregate from `bravo_flight` where `status` ='publish'andexists (select*from `bravo_flight_seat` where `bravo_flight`.`id` = `bravo_flight_seat`.`flight_id` and `bravo_flight_seat`.`deleted_at` isnull) and `bravo_flight`.`deleted_at` isnull36.73msxpusoxqk_mainFlightController.php#54
selectmin(`price`) as aggregate from `bravo_flight_seat` whereexists (select*from `bravo_flight` where `bravo_flight_seat`.`flight_id` = `bravo_flight`.`id` and `status` ='publish'and `bravo_flight`.`deleted_at` isnull) and `bravo_flight_seat`.`deleted_at` isnull10.48msxpusoxqk_mainFlight.php#489
selectmax(`price`) as aggregate from `bravo_flight_seat` whereexists (select*from `bravo_flight` where `bravo_flight_seat`.`flight_id` = `bravo_flight`.`id` and `status` ='publish'and `bravo_flight`.`deleted_at` isnull) and `bravo_flight_seat`.`deleted_at` isnull4.91msxpusoxqk_mainFlight.php#492
select `bravo_terms`.*, (selectcount(*) from `bravo_flight` innerjoin `bravo_flight_term` on `bravo_flight`.`id` = `bravo_flight_term`.`target_id` where `bravo_terms`.`id` = `bravo_flight_term`.`term_id` and `bravo_flight`.`deleted_at` isnull) as `flight_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (12, 13) and `bravo_terms`.`deleted_at` isnull165msxpusoxqk_mainFlightController.php#99
select*from `bravo_attrs_translations` where `locale` ='ja'and `bravo_attrs_translations`.`origin_id` in (12, 13)19.67msxpusoxqk_mainFlightController.php#99
Bindings
0: ja
Hints
0: Use SELECT * only if you need all columns from table