| 1 |
0.49 ms |
SELECT t0.id AS id_6, t0.email AS email_7, t0.roles AS roles_8, t0.password AS password_9, t0.first_name AS first_name_10, t0.last_name AS last_name_11, t0.is_active AS is_active_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.auth_token AS auth_token_15, t0.auth_token_expires_at AS auth_token_expires_at_16, t0.discriminator, t1.specialization AS specialization_17, t2.family_id AS family_id_18, t3.pseudo AS pseudo_19, t3.class AS class_20, t3.school_name AS school_name_21, t3.points AS points_22, t3.need_tags AS need_tags_23, t3.family_id AS family_id_24, t4.specializations AS specializations_25 FROM `user` t0 LEFT JOIN coach t1 ON t0.id = t1.id LEFT JOIN parent_user t2 ON t0.id = t2.id LEFT JOIN student t3 ON t0.id = t3.id LEFT JOIN specialist t4 ON t0.id = t4.id LEFT JOIN admin t5 ON t0.id = t5.id WHERE t0.id = ?
SELECT t0.id AS id_6, t0.email AS email_7, t0.roles AS roles_8, t0.password AS password_9, t0.first_name AS first_name_10, t0.last_name AS last_name_11, t0.is_active AS is_active_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.auth_token AS auth_token_15, t0.auth_token_expires_at AS auth_token_expires_at_16, t0.discriminator, t1.specialization AS specialization_17, t2.family_id AS family_id_18, t3.pseudo AS pseudo_19, t3.class AS class_20, t3.school_name AS school_name_21, t3.points AS points_22, t3.need_tags AS need_tags_23, t3.family_id AS family_id_24, t4.specializations AS specializations_25 FROM `user` t0 LEFT JOIN coach t1 ON t0.id = t1.id LEFT JOIN parent_user t2 ON t0.id = t2.id LEFT JOIN student t3 ON t0.id = t3.id LEFT JOIN specialist t4 ON t0.id = t4.id LEFT JOIN admin t5 ON t0.id = t5.id WHERE t0.id = 2;
|
| 2 |
0.74 ms |
SELECT f0_.id AS id_0, f0_.family_identifier AS family_identifier_1, f0_.type AS type_2, f0_.is_active AS is_active_3, f0_.created_at AS created_at_4, f0_.updated_at AS updated_at_5, f0_.location AS location_6, u1_.id AS id_7, u1_.email AS email_8, u1_.roles AS roles_9, u1_.password AS password_10, u1_.first_name AS first_name_11, u1_.last_name AS last_name_12, u1_.is_active AS is_active_13, u1_.created_at AS created_at_14, u1_.updated_at AS updated_at_15, u1_.auth_token AS auth_token_16, u1_.auth_token_expires_at AS auth_token_expires_at_17, u2_.id AS id_18, u2_.email AS email_19, u2_.roles AS roles_20, u2_.password AS password_21, u2_.first_name AS first_name_22, u2_.last_name AS last_name_23, u2_.is_active AS is_active_24, u2_.created_at AS created_at_25, u2_.updated_at AS updated_at_26, u2_.auth_token AS auth_token_27, u2_.auth_token_expires_at AS auth_token_expires_at_28, s3_.pseudo AS pseudo_29, s3_.class AS class_30, s3_.school_name AS school_name_31, s3_.points AS points_32, s3_.need_tags AS need_tags_33, f0_.coach_id AS coach_id_34, u1_.discriminator AS discriminator_35, p4_.family_id AS family_id_36, u2_.discriminator AS discriminator_37, s3_.family_id AS family_id_38 FROM family f0_ LEFT JOIN parent_user p4_ ON f0_.id = p4_.family_id LEFT JOIN `user` u1_ ON p4_.id = u1_.id LEFT JOIN student s3_ ON f0_.id = s3_.family_id LEFT JOIN `user` u2_ ON s3_.id = u2_.id WHERE f0_.coach_id = ? ORDER BY f0_.created_at DESC
SELECT f0_.id AS id_0, f0_.family_identifier AS family_identifier_1, f0_.type AS type_2, f0_.is_active AS is_active_3, f0_.created_at AS created_at_4, f0_.updated_at AS updated_at_5, f0_.location AS location_6, u1_.id AS id_7, u1_.email AS email_8, u1_.roles AS roles_9, u1_.password AS password_10, u1_.first_name AS first_name_11, u1_.last_name AS last_name_12, u1_.is_active AS is_active_13, u1_.created_at AS created_at_14, u1_.updated_at AS updated_at_15, u1_.auth_token AS auth_token_16, u1_.auth_token_expires_at AS auth_token_expires_at_17, u2_.id AS id_18, u2_.email AS email_19, u2_.roles AS roles_20, u2_.password AS password_21, u2_.first_name AS first_name_22, u2_.last_name AS last_name_23, u2_.is_active AS is_active_24, u2_.created_at AS created_at_25, u2_.updated_at AS updated_at_26, u2_.auth_token AS auth_token_27, u2_.auth_token_expires_at AS auth_token_expires_at_28, s3_.pseudo AS pseudo_29, s3_.class AS class_30, s3_.school_name AS school_name_31, s3_.points AS points_32, s3_.need_tags AS need_tags_33, f0_.coach_id AS coach_id_34, u1_.discriminator AS discriminator_35, p4_.family_id AS family_id_36, u2_.discriminator AS discriminator_37, s3_.family_id AS family_id_38 FROM family f0_ LEFT JOIN parent_user p4_ ON f0_.id = p4_.family_id LEFT JOIN `user` u1_ ON p4_.id = u1_.id LEFT JOIN student s3_ ON f0_.id = s3_.family_id LEFT JOIN `user` u2_ ON s3_.id = u2_.id WHERE f0_.coach_id = 2 ORDER BY f0_.created_at DESC;
|
| 3 |
0.40 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = 11;
|
| 4 |
0.28 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 102;
|
| 5 |
0.27 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 102;
|
| 6 |
0.73 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 102;
|
| 7 |
0.27 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 102;
|
| 8 |
0.32 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = 10;
|
| 9 |
0.25 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 95;
|
| 10 |
0.23 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 95;
|
| 11 |
0.26 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 95;
|
| 12 |
0.26 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 96;
|
| 13 |
0.20 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 96;
|
| 14 |
0.24 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 96;
|
| 15 |
0.26 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 97;
|
| 16 |
0.20 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 97;
|
| 17 |
0.24 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 97;
|
| 18 |
0.25 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 98;
|
| 19 |
0.20 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 98;
|
| 20 |
0.24 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 98;
|
| 21 |
0.21 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 99;
|
| 22 |
0.24 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 99;
|
| 23 |
0.36 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 99;
|
| 24 |
0.26 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 100;
|
| 25 |
0.23 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 100;
|
| 26 |
0.28 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 100;
|
| 27 |
0.22 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 95;
|
| 28 |
0.23 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 96;
|
| 29 |
0.21 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 97;
|
| 30 |
0.20 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 98;
|
| 31 |
0.20 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 99;
|
| 32 |
0.24 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 100;
|
| 33 |
0.35 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = 9;
|
| 34 |
0.30 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 82;
|
| 35 |
0.30 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 82;
|
| 36 |
0.29 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 82;
|
| 37 |
0.24 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 83;
|
| 38 |
0.24 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 83;
|
| 39 |
0.24 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 83;
|
| 40 |
0.25 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 84;
|
| 41 |
0.20 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 84;
|
| 42 |
0.24 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 84;
|
| 43 |
0.21 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 85;
|
| 44 |
0.20 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 85;
|
| 45 |
0.25 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 85;
|
| 46 |
0.29 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 86;
|
| 47 |
0.23 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 86;
|
| 48 |
0.22 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 86;
|
| 49 |
0.21 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 87;
|
| 50 |
0.20 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 87;
|
| 51 |
0.23 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 87;
|
| 52 |
0.22 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 88;
|
| 53 |
0.21 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 88;
|
| 54 |
0.24 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 88;
|
| 55 |
0.26 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 89;
|
| 56 |
0.21 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 89;
|
| 57 |
0.25 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 89;
|
| 58 |
0.22 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 90;
|
| 59 |
0.26 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 90;
|
| 60 |
0.25 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 90;
|
| 61 |
0.26 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 82;
|
| 62 |
0.25 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 83;
|
| 63 |
0.23 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 84;
|
| 64 |
0.20 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 85;
|
| 65 |
0.22 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 86;
|
| 66 |
0.29 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 87;
|
| 67 |
0.21 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 88;
|
| 68 |
0.25 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 89;
|
| 69 |
0.21 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 90;
|
| 70 |
0.29 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = 8;
|
| 71 |
0.22 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 47;
|
| 72 |
0.26 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 47;
|
| 73 |
0.34 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 47;
|
| 74 |
0.22 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 47;
|
| 75 |
0.27 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = 4;
|
| 76 |
0.23 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 18;
|
| 77 |
0.24 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 18;
|
| 78 |
0.28 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 18;
|
| 79 |
0.19 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 19;
|
| 80 |
0.20 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 19;
|
| 81 |
0.28 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 19;
|
| 82 |
0.20 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 20;
|
| 83 |
0.20 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 20;
|
| 84 |
0.25 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 20;
|
| 85 |
0.19 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 21;
|
| 86 |
0.29 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 21;
|
| 87 |
0.35 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 21;
|
| 88 |
0.27 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 22;
|
| 89 |
0.22 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 22;
|
| 90 |
0.27 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 22;
|
| 91 |
0.23 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 18;
|
| 92 |
0.22 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 19;
|
| 93 |
0.22 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 20;
|
| 94 |
0.20 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 21;
|
| 95 |
0.20 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 22;
|
| 96 |
0.26 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN family_specialists ON t0.id = family_specialists.specialist_id WHERE family_specialists.family_id = 3;
|
| 97 |
0.21 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 15;
|
| 98 |
0.21 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 15;
|
| 99 |
0.30 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 15;
|
| 100 |
0.25 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 16;
|
| 101 |
0.26 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 16;
|
| 102 |
0.24 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 16;
|
| 103 |
0.22 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 23;
|
| 104 |
0.20 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 23;
|
| 105 |
0.25 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 23;
|
| 106 |
0.23 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 37;
|
| 107 |
0.30 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 37;
|
| 108 |
0.28 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 37;
|
| 109 |
0.26 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 42;
|
| 110 |
0.27 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 42;
|
| 111 |
0.32 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 42;
|
| 112 |
0.25 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 43;
|
| 113 |
0.25 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 43;
|
| 114 |
0.29 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 43;
|
| 115 |
0.27 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 44;
|
| 116 |
0.21 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 44;
|
| 117 |
0.26 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 44;
|
| 118 |
0.24 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 45;
|
| 119 |
0.20 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 45;
|
| 120 |
0.35 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 45;
|
| 121 |
0.24 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 92;
|
| 122 |
0.26 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 92;
|
| 123 |
0.33 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 92;
|
| 124 |
0.24 ms |
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM objective t0 WHERE t0.student_id = 93;
|
| 125 |
0.24 ms |
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = ?
SELECT COUNT(*) FROM request t0 WHERE t0.student_id = 93;
|
| 126 |
0.29 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = ?
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id INNER JOIN specialist_student ON t0.id = specialist_student.specialist_id WHERE specialist_student.student_id = 93;
|
| 127 |
0.25 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 15;
|
| 128 |
0.24 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 16;
|
| 129 |
0.24 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 23;
|
| 130 |
0.28 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 37;
|
| 131 |
0.22 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 42;
|
| 132 |
0.22 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 43;
|
| 133 |
0.21 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 44;
|
| 134 |
0.22 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 45;
|
| 135 |
0.22 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 92;
|
| 136 |
0.22 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = ?
SELECT COUNT(p0_.id) AS sclr_0 FROM planning p0_ WHERE p0_.user_id = 93;
|
| 137 |
0.29 ms |
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id
SELECT t1.id AS id_2, t1.email AS email_3, t1.roles AS roles_4, t1.password AS password_5, t1.first_name AS first_name_6, t1.last_name AS last_name_7, t1.is_active AS is_active_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t1.auth_token AS auth_token_11, t1.auth_token_expires_at AS auth_token_expires_at_12, t0.specializations AS specializations_13, t1.discriminator FROM specialist t0 INNER JOIN `user` t1 ON t0.id = t1.id;
|
| 138 |
0.60 ms |
SELECT f0_.id AS id_0, f0_.family_identifier AS family_identifier_1, f0_.type AS type_2, f0_.is_active AS is_active_3, f0_.created_at AS created_at_4, f0_.updated_at AS updated_at_5, f0_.location AS location_6, u1_.id AS id_7, u1_.email AS email_8, u1_.roles AS roles_9, u1_.password AS password_10, u1_.first_name AS first_name_11, u1_.last_name AS last_name_12, u1_.is_active AS is_active_13, u1_.created_at AS created_at_14, u1_.updated_at AS updated_at_15, u1_.auth_token AS auth_token_16, u1_.auth_token_expires_at AS auth_token_expires_at_17, u2_.id AS id_18, u2_.email AS email_19, u2_.roles AS roles_20, u2_.password AS password_21, u2_.first_name AS first_name_22, u2_.last_name AS last_name_23, u2_.is_active AS is_active_24, u2_.created_at AS created_at_25, u2_.updated_at AS updated_at_26, u2_.auth_token AS auth_token_27, u2_.auth_token_expires_at AS auth_token_expires_at_28, s3_.pseudo AS pseudo_29, s3_.class AS class_30, s3_.school_name AS school_name_31, s3_.points AS points_32, s3_.need_tags AS need_tags_33, f0_.coach_id AS coach_id_34, u1_.discriminator AS discriminator_35, p4_.family_id AS family_id_36, u2_.discriminator AS discriminator_37, s3_.family_id AS family_id_38 FROM family f0_ LEFT JOIN parent_user p4_ ON f0_.id = p4_.family_id LEFT JOIN `user` u1_ ON p4_.id = u1_.id LEFT JOIN student s3_ ON f0_.id = s3_.family_id LEFT JOIN `user` u2_ ON s3_.id = u2_.id WHERE f0_.coach_id = ? ORDER BY f0_.created_at DESC
SELECT f0_.id AS id_0, f0_.family_identifier AS family_identifier_1, f0_.type AS type_2, f0_.is_active AS is_active_3, f0_.created_at AS created_at_4, f0_.updated_at AS updated_at_5, f0_.location AS location_6, u1_.id AS id_7, u1_.email AS email_8, u1_.roles AS roles_9, u1_.password AS password_10, u1_.first_name AS first_name_11, u1_.last_name AS last_name_12, u1_.is_active AS is_active_13, u1_.created_at AS created_at_14, u1_.updated_at AS updated_at_15, u1_.auth_token AS auth_token_16, u1_.auth_token_expires_at AS auth_token_expires_at_17, u2_.id AS id_18, u2_.email AS email_19, u2_.roles AS roles_20, u2_.password AS password_21, u2_.first_name AS first_name_22, u2_.last_name AS last_name_23, u2_.is_active AS is_active_24, u2_.created_at AS created_at_25, u2_.updated_at AS updated_at_26, u2_.auth_token AS auth_token_27, u2_.auth_token_expires_at AS auth_token_expires_at_28, s3_.pseudo AS pseudo_29, s3_.class AS class_30, s3_.school_name AS school_name_31, s3_.points AS points_32, s3_.need_tags AS need_tags_33, f0_.coach_id AS coach_id_34, u1_.discriminator AS discriminator_35, p4_.family_id AS family_id_36, u2_.discriminator AS discriminator_37, s3_.family_id AS family_id_38 FROM family f0_ LEFT JOIN parent_user p4_ ON f0_.id = p4_.family_id LEFT JOIN `user` u1_ ON p4_.id = u1_.id LEFT JOIN student s3_ ON f0_.id = s3_.family_id LEFT JOIN `user` u2_ ON s3_.id = u2_.id WHERE f0_.coach_id = 2 ORDER BY f0_.created_at DESC;
|