select*from `bravo_tour_category` where `slug` in ('4') and `status` ='publish'and `bravo_tour_category`.`deleted_at` isnull2.91ms/modules/Tour/Models/Tour.php:1003tatildekalkan_tatildekalkan
Metadata
Bindings
0. 4
1. publish
Hints
Use SELECT * only if you need all columns from table
selectcount(*) as aggregate from (select `bravo_tours`.*from `bravo_tours` where `bravo_tours`.`status` ='publish'and `bravo_tours`.`deleted_at` isnullgroupby `bravo_tours`.`id`) as `aggregate_table`1.06ms/modules/Tour/Controllers/TourController.php:51tatildekalkan_tatildekalkan
select*from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 7, 8) and `bravo_locations`.`deleted_at` isnull850μs/modules/Tour/Controllers/TourController.php:51tatildekalkan_tatildekalkan
Metadata
Hints
Use SELECT * only if you need all columns from table
select `bravo_terms`.*, (selectcount(*) from `bravo_tours` innerjoin `bravo_tour_term` on `bravo_tours`.`id` = `bravo_tour_term`.`tour_id` where `bravo_terms`.`id` = `bravo_tour_term`.`term_id` and `bravo_tours`.`deleted_at` isnull) as `tour_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (1, 2) and `bravo_terms`.`deleted_at` isnull1.38ms/modules/Tour/Controllers/TourController.php:97tatildekalkan_tatildekalkan
select*from `bravo_attrs_translations` where `locale` ='en'and `bravo_attrs_translations`.`origin_id` in (1, 2)600μs/modules/Tour/Controllers/TourController.php:97tatildekalkan_tatildekalkan
Metadata
Bindings
0. en
Hints
Use SELECT * only if you need all columns from table