selectcount(*) as aggregate from (select `bravo_hostels`.*from `bravo_hostels` where `bravo_hostels`.`status` ='publish'and `bravo_hostels`.`deleted_at` isnullgroupby `bravo_hostels`.`id`) as `aggregate_table`4.64msdrtu_drturkHostelController.php#54
select*from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 3, 5) and `bravo_locations`.`deleted_at` isnull700μsdrtu_drturkHostelController.php#54
Hints
0: Use SELECT * only if you need all columns from table
select `bravo_terms`.*, `bravo_hostel_term`.`target_id` as `laravel_through_key` from `bravo_terms` innerjoin `bravo_hostel_term` on `bravo_hostel_term`.`term_id` = `bravo_terms`.`id` where `bravo_terms`.`attr_id` =0and `bravo_hostel_term`.`target_id` in (3, 4, 5, 6, 7, 8, 9, 10, 11) and `bravo_terms`.`deleted_at` isnull1.38msdrtu_drturkHostelController.php#54
selectMIN( price ) AS min_price ,
MAX( price ) AS max_price from `bravo_hostels` where `status` ='publish'and `bravo_hostels`.`deleted_at` isnull limit 1590μsdrtu_drturkHostel.php#606
Bindings
0: publish
Hints
0:LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan