selectcount(*) as aggregate from (select `bravo_spaces`.*from `bravo_spaces` where `bravo_spaces`.`status` ='publish'and `bravo_spaces`.`deleted_at` isnullgroupby `bravo_spaces`.`id`) as `aggregate_table`3.81msadmin_bookingListSpace.php#156
select*from `bravo_locations` where `bravo_locations`.`id` in (21, 22, 23, 25, 26, 27, 41) and `bravo_locations`.`deleted_at` isnull2.77msadmin_bookingListSpace.php#156
Hints
0: Use SELECT * only if you need all columns from table
Backtrace
21. modules/Space/Blocks/ListSpace.php:156
22. modules/Space/Blocks/ListSpace.php:133
25. modules/Template/Blocks/RootBlock.php:10
28. modules/Page/Models/Page.php:82
29. view::Page::frontend.detail:5
select*from `bravo_location_translations` where `locale` ='fr'and `bravo_location_translations`.`origin_id` in (21, 22, 23, 25, 26, 27, 41)960μsadmin_bookingListSpace.php#156
Bindings
0: fr
Hints
0: Use SELECT * only if you need all columns from table