selectcount(*) as aggregate from (select `bravo_cars`.*from `bravo_cars` innerjoin `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >=1and `bravo_locations`.`_rgt` <=2where `bravo_cars`.`status` ='publish'and `bravo_cars`.`deleted_at` isnullgroupby `bravo_cars`.`id`) as `aggregate_table`1.52msvillab1_dreamzelter26CarController.php#47
select*from `bravo_locations` where `bravo_locations`.`id` in (1) and `bravo_locations`.`deleted_at` isnull780μsvillab1_dreamzelter26CarController.php#47
Hints
0: Use SELECT * only if you need all columns from table
select*from `bravo_location_translations` where `locale` ='tr'and `bravo_location_translations`.`origin_id` in (1)730μsvillab1_dreamzelter26CarController.php#47
Bindings
0: tr
Hints
0: Use SELECT * only if you need all columns from table
select `bravo_terms`.*, (selectcount(*) from `bravo_cars` innerjoin `bravo_car_term` on `bravo_cars`.`id` = `bravo_car_term`.`target_id` where `bravo_terms`.`id` = `bravo_car_term`.`term_id` and `bravo_cars`.`deleted_at` isnull) as `car_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (9, 10) and `bravo_terms`.`deleted_at` isnull1.08msvillab1_dreamzelter26CarController.php#87
select*from `bravo_attrs_translations` where `locale` ='tr'and `bravo_attrs_translations`.`origin_id` in (9, 10)840μsvillab1_dreamzelter26CarController.php#87
Bindings
0: tr
Hints
0: Use SELECT * only if you need all columns from table