selectcount(*) as aggregate from (select `bravo_events`.*from `bravo_events` where `bravo_events`.`status` ='publish'and `bravo_events`.`deleted_at` isnullgroupby `bravo_events`.`id`) as `aggregate_table`3.92mssadunajd_booking_coreEventController.php#53
select*from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 4, 6, 7) and `bravo_locations`.`deleted_at` isnull6.41mssadunajd_booking_coreEventController.php#53
Hints
0: Use SELECT * only if you need all columns from table
select `bravo_terms`.*, (selectcount(*) from `bravo_events` innerjoin `bravo_event_term` on `bravo_events`.`id` = `bravo_event_term`.`target_id` where `bravo_terms`.`id` = `bravo_event_term`.`term_id` and `bravo_events`.`deleted_at` isnull) as `event_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (11, 28) and `bravo_terms`.`deleted_at` isnull1.76mssadunajd_booking_coreEventController.php#94
select*from `bravo_attrs_translations` where `locale` ='es_ES'and `bravo_attrs_translations`.`origin_id` in (11, 28)490μssadunajd_booking_coreEventController.php#94
Bindings
0: es_ES
Hints
0: Use SELECT * only if you need all columns from table