select*from `bravo_tour_category` where (0=1or0=1and `status` ='publish') and `bravo_tour_category`.`deleted_at` isnull3.43msj72lq_dardarkTour.php#1003
Bindings
0: publish
Hints
0: Use SELECT * only if you need all columns from table
selectcount(*) as aggregate from (select `bravo_tours`.*from `bravo_tours` where `bravo_tours`.`status` ='publish'and `bravo_tours`.`deleted_at` isnullgroupby `bravo_tours`.`id`) as `aggregate_table`510μsj72lq_dardarkTourController.php#51
select*from `bravo_locations` where `bravo_locations`.`id` in (12, 14) and `bravo_locations`.`deleted_at` isnull300μsj72lq_dardarkTourController.php#51
Hints
0: Use SELECT * only if you need all columns from table
select*from `bravo_location_translations` where `locale` ='ja'and `bravo_location_translations`.`origin_id` in (12, 14)660μsj72lq_dardarkTourController.php#51
Bindings
0: ja
Hints
0: Use SELECT * only if you need all columns from table
select `bravo_terms`.*, (selectcount(*) from `bravo_tours` innerjoin `bravo_tour_term` on `bravo_tours`.`id` = `bravo_tour_term`.`tour_id` where `bravo_terms`.`id` = `bravo_tour_term`.`term_id` and `bravo_tours`.`deleted_at` isnull) as `tour_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (1, 2, 16) and `bravo_terms`.`deleted_at` isnull550μsj72lq_dardarkTourController.php#97
select*from `bravo_attrs_translations` where `locale` ='ja'and `bravo_attrs_translations`.`origin_id` in (1, 2, 16)530μsj72lq_dardarkTourController.php#97
Bindings
0: ja
Hints
0: Use SELECT * only if you need all columns from table