selectcount(*) as aggregate from (select `bravo_events`.*from `bravo_events` innerjoin `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >=1and `bravo_locations`.`_rgt` <=4where `bravo_events`.`status` ='publish'and `bravo_events`.`deleted_at` isnullgroupby `bravo_events`.`id`) as `aggregate_table`7.3ms/modules/Event/Controllers/EventController.php:53need4cruise
select*from `bravo_locations` where `bravo_locations`.`id` in (1, 2) and `bravo_locations`.`deleted_at` isnull310μs/modules/Event/Controllers/EventController.php:53need4cruise
Metadata
Hints
Use SELECT * only if you need all columns from table
select*from `bravo_location_translations` where `locale` ='fr'and `bravo_location_translations`.`origin_id` in (1, 2)1.52ms/modules/Event/Controllers/EventController.php:53need4cruise
Metadata
Bindings
0. fr
Hints
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) and `bravo_terms`.`deleted_at` isnull5.63ms/modules/Event/Controllers/EventController.php:98need4cruise
select*from `bravo_attrs_translations` where `locale` ='fr'and `bravo_attrs_translations`.`origin_id` in (11)990μs/modules/Event/Controllers/EventController.php:98need4cruise
Metadata
Bindings
0. fr
Hints
Use SELECT * only if you need all columns from table