ProfileController.php#73bookingcore930μsselectcount(*) as aggregate from `bravo_events` where (`author_id` =5and `status` ='publish') and `bravo_events`.`deleted_at` isnull
ProfileController.php#73bookingcore1.02msselect*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
User.php#291bookingcore1.01msselectcount(`id`) as aggregate from `bravo_review` where `vendor_id` =5and `status` ='approved'and `bravo_review`.`deleted_at` isnull
User.php#291bookingcore970μsselectcount(`id`) as aggregate from `bravo_review` where `vendor_id` =5and `status` ='approved'and `bravo_review`.`deleted_at` isnull