SpaceController.php#48aarnatours290425_abhi_tNt4.72msselectcount(*) as aggregate from (select `bravo_spaces`.*, CASEWHEN IFNULL( bravo_spaces.sale_price, 0 ) >0THEN bravo_spaces.sale_price ELSE bravo_spaces.price ENDAS tmp_min_price from `bravo_spaces` innerjoin `bravo_space_term` as `tt` on `tt`.`target_id` = `bravo_spaces`.`id` where `bravo_spaces`.`status` ='publish'and `tt`.`term_id` in ('29') and `bravo_spaces`.`deleted_at` isnullgroupby `bravo_spaces`.`id`) as `aggregate_table`
SpaceController.php#48aarnatours290425_abhi_tNt500μsselect*from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 3, 4) and `bravo_locations`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
SpaceController.php#85aarnatours290425_abhi_tNt670μsselect*from `bravo_terms` where `bravo_terms`.`attr_id` in (3, 4) and `bravo_terms`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
SpaceController.php#85aarnatours290425_abhi_tNt400μsselect*from `bravo_attrs_translations` where `locale` ='en'and `bravo_attrs_translations`.`origin_id` in (3, 4)
Bindings
0:en
Hints
Use SELECT * only if you need all columns from table