selectcount(*) as aggregate from (select `bravo_cars`.*from `bravo_cars` where `bravo_cars`.`status` ='publish'and `bravo_cars`.`deleted_at` isnullgroupby `bravo_cars`.`id`) as `aggregate_table`3.04msguve_guvenustaCarController.php#47
select*from `bravo_car_translations` where `locale` ='de_AT'and `bravo_car_translations`.`origin_id` in (2, 3, 7, 8) and `bravo_car_translations`.`deleted_at` isnull560μsguve_guvenustaCarController.php#47
Bindings
0: de_AT
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` isnull3.45msguve_guvenustaCarController.php#87
select*from `bravo_attrs_translations` where `locale` ='de_AT'and `bravo_attrs_translations`.`origin_id` in (9, 10)710μsguve_guvenustaCarController.php#87
Bindings
0: de_AT
Hints
0: Use SELECT * only if you need all columns from table