EventController.php#48aarnatours290425_abhi_tNt4.82msselectcount(*) as aggregate from (select `bravo_events`.*, CASEWHEN IFNULL( bravo_events.sale_price, 0 ) >0THEN bravo_events.sale_price ELSE bravo_events.price ENDAS tmp_min_price from `bravo_events` where `bravo_events`.`status` ='publish'and `bravo_events`.`deleted_at` isnullgroupby `bravo_events`.`id`) as `aggregate_table`
EventController.php#48aarnatours290425_abhi_tNt1.73msselect*from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 3, 4, 5, 6) and `bravo_locations`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
EventController.php#87aarnatours290425_abhi_tNt950μsselect*from `bravo_terms` where `bravo_terms`.`attr_id` in (11) and `bravo_terms`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
EventController.php#87aarnatours290425_abhi_tNt690μsselect*from `bravo_attrs_translations` where `locale` ='ja'and `bravo_attrs_translations`.`origin_id` in (11)
Bindings
0:ja
Hints
Use SELECT * only if you need all columns from table