BoatController.php#42aarnatours290425_abhi_tNt6.94msselectcount(*) as aggregate from (select `bravo_boats`.*from `bravo_boats` where `bravo_boats`.`status` ='publish'and `bravo_boats`.`deleted_at` isnullgroupby `bravo_boats`.`id`) as `aggregate_table`
BoatController.php#42aarnatours290425_abhi_tNt3.49msselect*from `bravo_locations` where `bravo_locations`.`id` in (1) and `bravo_locations`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
BoatController.php#42aarnatours290425_abhi_tNt1.09msselect*from `bravo_location_translations` where `locale` ='ja'and `bravo_location_translations`.`origin_id` in (1)
Bindings
0:ja
Hints
Use SELECT * only if you need all columns from table
BoatController.php#42aarnatours290425_abhi_tNt1.05msselect*from `bravo_boat_translations` where `locale` ='ja'and `bravo_boat_translations`.`origin_id` in (1, 2, 4, 6) and `bravo_boat_translations`.`deleted_at` isnull
Bindings
0:ja
Hints
Use SELECT * only if you need all columns from table
Boat.php#538aarnatours290425_abhi_tNt620μsselectMIN( min_price ) AS min_price ,
MAX( min_price ) AS max_price from `bravo_boats` where `status` ='publish'and `bravo_boats`.`deleted_at` isnull limit 1
Bindings
0:publish
Hints
LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
BoatController.php#80aarnatours290425_abhi_tNt5.11msselect*from `bravo_terms` where `bravo_terms`.`attr_id` in (14, 15) and `bravo_terms`.`deleted_at` isnull
Hints
Use SELECT * only if you need all columns from table
BoatController.php#80aarnatours290425_abhi_tNt760μsselect*from `bravo_attrs_translations` where `locale` ='ja'and `bravo_attrs_translations`.`origin_id` in (14, 15)
Bindings
0:ja
Hints
Use SELECT * only if you need all columns from table