WebController.php#448tenantinfinity122msselect `teachers`.*, (selectcount(*) from `students` innerjoin `enrollments` on `enrollments`.`user_id` = `students`.`user_id` innerjoin `lessons` on `lessons`.`id` = `enrollments`.`lesson_id` where `teachers`.`id` = `lessons`.`teacher_id` and `students`.`deleted_at` isnulland `lessons`.`deleted_at` isnull) as `students_count`, (selectcount(*) from `followables` where `teachers`.`id` = `followables`.`followable_id`) as `followers_count`, (selectcount(*) from `subject_teachers` where `teachers`.`id` = `subject_teachers`.`teacher_id` and `subject_teachers`.`deleted_at` isnull) as `subjects_count`, (selectcount(*) from `lessons` innerjoin `subject_teachers` on `subject_teachers`.`subject_id` = `lessons`.`subject_id` where `teachers`.`id` = `subject_teachers`.`teacher_id` and `lessons`.`deleted_at` isnulland `subject_teachers`.`deleted_at` isnull) as `lessons_teacher_count`, (selectcount(*) from `online_exam_questions` where `teachers`.`id` = `online_exam_questions`.`teacher_id`) as `questions_count` from `teachers` where `teachers`.`id` in (2) and `teachers`.`deleted_at` isnull
WebController.php#448tenantinfinity720μsselect `id`, `first_name`, `last_name`, `image`, `email`, `mobile` from `users` where `users`.`id` in (6) and `users`.`deleted_at` isnull
WebController.php#451tenantinfinity7.24msselect `lessons`.*, (selectcount(*) from `lesson_topics` where `lessons`.`id` = `lesson_topics`.`lesson_id`) as `topic_count` from `lessons` where `subject_id` ='13'and `lessons`.`deleted_at` isnull limit 9offset27