CarController.php#42aarnatours290425_abhi_tNt3.86msselectcount(*) as aggregate from (select `bravo_cars`.*, CASEWHEN IFNULL( bravo_cars.sale_price, 0 ) >0THEN bravo_cars.sale_price ELSE bravo_cars.price ENDAS tmp_min_price from `bravo_cars` where `bravo_cars`.`status` ='publish'and `bravo_cars`.`deleted_at` isnullgroupby `bravo_cars`.`id`) as `aggregate_table`
CarController.php#42aarnatours290425_abhi_tNt690μsselect*from `bravo_locations` where `bravo_locations`.`id` in (1, 7, 8) and `bravo_locations`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
CarController.php#42aarnatours290425_abhi_tNt700μsselect*from `bravo_location_translations` where `locale` ='en'and `bravo_location_translations`.`origin_id` in (1, 7, 8)
Bindings
0:en
Hints
Use SELECT * only if you need all columns from table
CarController.php#42aarnatours290425_abhi_tNt550μsselect*from `bravo_car_translations` where `locale` ='en'and `bravo_car_translations`.`origin_id` in (1, 7, 10, 11) and `bravo_car_translations`.`deleted_at` isnull
Bindings
0:en
Hints
Use SELECT * only if you need all columns from table
CarController.php#81aarnatours290425_abhi_tNt760μsselect*from `bravo_terms` where `bravo_terms`.`attr_id` in (9, 10) and `bravo_terms`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
CarController.php#81aarnatours290425_abhi_tNt510μsselect*from `bravo_attrs_translations` where `locale` ='en'and `bravo_attrs_translations`.`origin_id` in (9, 10)
Bindings
0:en
Hints
Use SELECT * only if you need all columns from table