Tour.php#1008aarnatours290425_abhi_tNt3.37msselect*from `bravo_tour_category` where `id` in ('2') and `status` ='publish'and `bravo_tour_category`.`deleted_at` isnull
Bindings
0:2
1:publish
Hints
Use SELECT * only if you need all columns from table
TourController.php#46aarnatours290425_abhi_tNt2.13msselectcount(*) as aggregate from (select `bravo_tours`.*from `bravo_tours` innerjoin `bravo_tour_category` as `tc0` on `tc0`.`id` = `bravo_tours`.`category_id` and `tc0`.`_lft` >=3and `tc0`.`_rgt` <=4where `bravo_tours`.`status` ='publish'and `bravo_tours`.`deleted_at` isnullgroupby `bravo_tours`.`id`) as `aggregate_table`
TourController.php#46aarnatours290425_abhi_tNt640μsselect*from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 7) and `bravo_locations`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
TourController.php#46aarnatours290425_abhi_tNt8.39msselect*from `bravo_location_translations` where `locale` ='egy'and `bravo_location_translations`.`origin_id` in (1, 2, 7)
Bindings
0:egy
Hints
Use SELECT * only if you need all columns from table
TourController.php#86aarnatours290425_abhi_tNt860μsselect*from `bravo_terms` where `bravo_terms`.`attr_id` in (1, 2) and `bravo_terms`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
TourController.php#86aarnatours290425_abhi_tNt540μsselect*from `bravo_attrs_translations` where `locale` ='egy'and `bravo_attrs_translations`.`origin_id` in (1, 2)
Bindings
0:egy
Hints
Use SELECT * only if you need all columns from table