CarController.php#42aarnatours290425_abhi_tNt8.31msselectcount(*) as aggregate from (select `bravo_cars`.*from `bravo_cars` innerjoin `bravo_car_term` as `tt0` on `tt0`.`target_id` = `bravo_cars`.`id` and `tt0`.`term_id` ='64'where `bravo_cars`.`status` ='publish'and `bravo_cars`.`deleted_at` isnullgroupby `bravo_cars`.`id`) as `aggregate_table`
CarController.php#42aarnatours290425_abhi_tNt2.36msselect*from `bravo_locations` where `bravo_locations`.`id` in (1, 3, 5, 6, 7) and `bravo_locations`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
CarController.php#81aarnatours290425_abhi_tNt810μ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_tNt520μsselect*from `bravo_attrs_translations` where `locale` ='egy'and `bravo_attrs_translations`.`origin_id` in (9, 10)
Bindings
0:egy
Hints
Use SELECT * only if you need all columns from table