TourController.php#46aarnatours290425_abhi_tNt1.96msselectcount(*) as aggregate from (select `bravo_tours`.*, CASEWHEN IFNULL( bravo_tours.sale_price, 0 ) >0THEN bravo_tours.sale_price ELSE bravo_tours.price ENDAS tmp_min_price from `bravo_tours` where `bravo_tours`.`status` ='publish'and `bravo_tours`.`deleted_at` isnullgroupby `bravo_tours`.`id`) as `aggregate_table`
TourController.php#46aarnatours290425_abhi_tNt850μsselect*from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 5) and `bravo_locations`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
TourController.php#46aarnatours290425_abhi_tNt720μsselect*from `bravo_location_translations` where `locale` ='egy'and `bravo_location_translations`.`origin_id` in (1, 2, 5)
Bindings
0:egy
Hints
Use SELECT * only if you need all columns from table
TourController.php#86aarnatours290425_abhi_tNt820μ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_tNt630μ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