CollegeController.php#135db_collegesearch_new870μsselect `institutes`.*, (selectcount(*) from `institute_reviews` where `institutes`.`id` = `institute_reviews`.`institute_id` and `institute_reviews`.`deleted_at` isnulland `status` ='active') as `reviews_count` from `institutes` where `slug` ='assam-don-bosco-university-guwahati'and `institutes`.`deleted_at` isnulland `status` ='active' limit 1
CollegeController.php#135db_collegesearch_new720μsselect*from `institute_recruiters` where `institute_recruiters`.`institute_id` in (15091) and `institute_recruiters`.`deleted_at` isnulland `status` ='active'
CollegeController.php#640db_collegesearch_new980μsselect course_id, GROUP_CONCAT(id) as ids from `institute_programs` where `institute_id` =15091and `institute_programs`.`deleted_at` isnulland `status` ='active'groupby `course_id`
CollegeController.php#1049db_collegesearch_new1.38msselectdistinct `exam_id` from `institute_program_exam_mappings` innerjoin `institute_programs` on `institute_programs`.`id` = `institute_program_exam_mappings`.`institute_program_id` where `institute_programs`.`institute_id` =15091