Query Metrics
122
Database Queries
17
Different statements
52.21 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.51 ms |
SELECT t0.id AS id_1, t0.matricule AS matricule_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.particular_disease AS particular_disease_5, t0.father_name AS father_name_6, t0.mother_name AS mother_name_7, t0.primary_contact AS primary_contact_8, t0.residence AS residence_9, t0.secondary_contact AS secondary_contact_10, t0.other_informations AS other_informations_11, t0.birthday AS birthday_12, t0.gender AS gender_13, t0.birthplace AS birthplace_14, t0.enrolled AS enrolled_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.image_name AS image_name_18, t0.entry_class_id AS entry_class_id_19 FROM student t0 WHERE t0.id = ?
Parameters:
[
"1814"
]
|
2 | 0.67 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.is_verified AS is_verified_4, t0.avatarPath AS avatarPath_5, t0.phoneNumber AS phoneNumber_6, t0.gender AS gender_7, t0.birthday AS birthday_8, t0.birthplace AS birthplace_9, t0.nationality AS nationality_10, t0.location AS location_11, t0.region AS region_12, t0.department AS department_13, t0.academicLevel AS academicLevel_14, t0.numCni AS numCni_15, t0.status AS status_16, t0.full_name AS full_name_17, t0.security_question AS security_question_18, t0.security_answer AS security_answer_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.image_name AS image_name_22, t0.domain_id AS domain_id_23 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
3 | 0.60 ms |
SELECT t0.id AS id_1, t0.registration_deadline AS registration_deadline_2, t0.rate AS rate_3, t0.code AS code_4, t0.wording AS wording_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.activated AS activated_8, t9.id AS id_10, t9.weight AS weight_11, t9.school_year_id AS school_year_id_12 FROM school_year t0 LEFT JOIN payment_plan t9 ON t9.school_year_id = t0.id WHERE t0.activated = ? LIMIT 1
Parameters:
[
1
]
|
4 | 0.41 ms |
SELECT t0.id AS id_1, t0.validation_date AS validation_date_2, t0.code AS code_3, t0.wording AS wording_4, t0.start_date AS start_date_5, t0.end_date AS end_date_6, t0.activated AS activated_7, t0.quater_id AS quater_id_8 FROM sequence t0 WHERE t0.activated = ? LIMIT 1
Parameters:
[
1
]
|
5 | 0.59 ms |
SELECT t0.id AS id_1, t0.officialExamResult AS officialExamResult_2, t0.finance_holder AS finance_holder_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.student_id AS student_id_6, t0.class_room_id AS class_room_id_7, t0.school_year_id AS school_year_id_8 FROM subscription t0 WHERE t0.student_id = ? AND t0.school_year_id = ? LIMIT 1
Parameters:
[ 1814 7 ] |
6 | 0.37 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.subscription AS subscription_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.amount AS amount_6, t0.school_year_id AS school_year_id_7, t0.student_id AS student_id_8 FROM payment t0 WHERE t0.school_year_id = ? AND t0.student_id = ? ORDER BY t0.updated_at ASC
Parameters:
[ 7 1814 ] |
7 | 0.23 ms |
SELECT t0.id AS id_1, t0.weight AS weight_2, t0.school_year_id AS school_year_id_3 FROM payment_plan t0 WHERE t0.school_year_id = ? LIMIT 1
Parameters:
[
7
]
|
8 | 0.38 ms |
SELECT t0.id AS id_1, t0.ranking AS ranking_2, t0.deadline AS deadline_3, t0.amount AS amount_4, t0.payment_plan_id AS payment_plan_id_5, t0.classRoom_id AS classRoom_id_6 FROM installment t0 WHERE t0.payment_plan_id IS NULL AND t0.classRoom_id = ?
Parameters:
[
3
]
|
9 | 0.37 ms |
SELECT s0_.id AS id_0, s0_.validation_date AS validation_date_1, s0_.code AS code_2, s0_.wording AS wording_3, s0_.start_date AS start_date_4, s0_.end_date AS end_date_5, s0_.activated AS activated_6, s0_.quater_id AS quater_id_7 FROM sequence s0_ LEFT JOIN quater q1_ ON s0_.quater_id = q1_.id LEFT JOIN school_year s2_ ON q1_.school_year_id = s2_.id WHERE s2_.id = ?
Parameters:
[
7
]
|
10 | 0.84 ms |
SELECT t0.id AS id_1, t0.moyenne AS moyenne_2, t0.competence AS competence_3, t0.abscent AS abscent_4, t0.success_h AS success_h_5, t0.success_f AS success_f_6, t0.faillures_h AS faillures_h_7, t0.faillures_f AS faillures_f_8, t0.mini AS mini_9, t0.maxi AS maxi_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.sequence_id AS sequence_id_13, t0.course_id AS course_id_14, t0.class_room_id AS class_room_id_15, t0.author_id AS author_id_16 FROM evaluation t0 WHERE t0.class_room_id = ? AND t0.sequence_id = ?
Parameters:
[ 3 38 ] |
11 | 1.15 ms |
SELECT t0.id AS id_1, t0.moyenne AS moyenne_2, t0.competence AS competence_3, t0.abscent AS abscent_4, t0.success_h AS success_h_5, t0.success_f AS success_f_6, t0.faillures_h AS faillures_h_7, t0.faillures_f AS faillures_f_8, t0.mini AS mini_9, t0.maxi AS maxi_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.sequence_id AS sequence_id_13, t0.course_id AS course_id_14, t0.class_room_id AS class_room_id_15, t0.author_id AS author_id_16 FROM evaluation t0 WHERE t0.class_room_id = ? AND t0.sequence_id = ?
Parameters:
[ 3 39 ] |
12 | 1.08 ms |
SELECT t0.id AS id_1, t0.moyenne AS moyenne_2, t0.competence AS competence_3, t0.abscent AS abscent_4, t0.success_h AS success_h_5, t0.success_f AS success_f_6, t0.faillures_h AS faillures_h_7, t0.faillures_f AS faillures_f_8, t0.mini AS mini_9, t0.maxi AS maxi_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.sequence_id AS sequence_id_13, t0.course_id AS course_id_14, t0.class_room_id AS class_room_id_15, t0.author_id AS author_id_16 FROM evaluation t0 WHERE t0.class_room_id = ? AND t0.sequence_id = ?
Parameters:
[ 3 42 ] |
13 | 1.46 ms |
SELECT t0.id AS id_1, t0.moyenne AS moyenne_2, t0.competence AS competence_3, t0.abscent AS abscent_4, t0.success_h AS success_h_5, t0.success_f AS success_f_6, t0.faillures_h AS faillures_h_7, t0.faillures_f AS faillures_f_8, t0.mini AS mini_9, t0.maxi AS maxi_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.sequence_id AS sequence_id_13, t0.course_id AS course_id_14, t0.class_room_id AS class_room_id_15, t0.author_id AS author_id_16 FROM evaluation t0 WHERE t0.class_room_id = ? AND t0.sequence_id = ?
Parameters:
[ 3 43 ] |
14 | 0.37 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 11853 ] |
15 | 0.31 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 11853 ] |
16 | 0.29 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 11865 ] |
17 | 0.30 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 11865 ] |
18 | 0.47 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12009 ] |
19 | 0.30 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12009 ] |
20 | 0.46 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12010 ] |
21 | 0.23 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12010 ] |
22 | 0.42 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12011 ] |
23 | 0.29 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12011 ] |
24 | 0.31 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12012 ] |
25 | 0.26 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12012 ] |
26 | 0.27 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12013 ] |
27 | 0.26 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12013 ] |
28 | 0.23 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12014 ] |
29 | 0.22 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12014 ] |
30 | 0.27 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12015 ] |
31 | 0.28 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12015 ] |
32 | 0.26 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12016 ] |
33 | 0.35 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12016 ] |
34 | 0.30 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12017 ] |
35 | 0.27 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12017 ] |
36 | 0.28 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12086 ] |
37 | 0.31 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12086 ] |
38 | 0.35 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12139 ] |
39 | 0.35 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12139 ] |
40 | 0.31 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12140 ] |
41 | 0.34 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12140 ] |
42 | 0.27 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12141 ] |
43 | 0.22 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12141 ] |
44 | 0.23 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12187 ] |
45 | 0.25 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12187 ] |
46 | 0.27 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12200 ] |
47 | 0.22 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12200 ] |
48 | 0.25 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12238 ] |
49 | 0.30 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12238 ] |
50 | 0.29 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12276 ] |
51 | 0.24 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12276 ] |
52 | 0.29 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12280 ] |
53 | 0.23 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12280 ] |
54 | 0.22 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12282 ] |
55 | 0.31 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12282 ] |
56 | 0.24 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12326 ] |
57 | 0.21 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12326 ] |
58 | 0.27 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12339 ] |
59 | 0.28 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12339 ] |
60 | 0.27 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12340 ] |
61 | 0.29 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12340 ] |
62 | 0.26 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12341 ] |
63 | 0.26 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12341 ] |
64 | 0.34 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12342 ] |
65 | 0.34 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12342 ] |
66 | 0.32 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12378 ] |
67 | 0.31 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12378 ] |
68 | 0.29 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12522 ] |
69 | 0.28 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12522 ] |
70 | 0.28 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12524 ] |
71 | 0.32 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12524 ] |
72 | 0.33 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12553 ] |
73 | 0.34 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12553 ] |
74 | 0.37 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12641 ] |
75 | 0.41 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12641 ] |
76 | 0.33 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12642 ] |
77 | 0.30 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12642 ] |
78 | 0.51 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12644 ] |
79 | 0.32 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12644 ] |
80 | 0.28 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12688 ] |
81 | 0.24 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12688 ] |
82 | 0.46 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12715 ] |
83 | 0.45 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12715 ] |
84 | 0.38 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12725 ] |
85 | 0.33 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12725 ] |
86 | 0.37 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12726 ] |
87 | 0.29 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12726 ] |
88 | 0.36 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12749 ] |
89 | 0.30 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12749 ] |
90 | 0.42 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12783 ] |
91 | 0.31 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12783 ] |
92 | 0.46 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12784 ] |
93 | 0.54 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12784 ] |
94 | 0.46 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12811 ] |
95 | 0.43 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12811 ] |
96 | 0.37 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12857 ] |
97 | 0.44 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12857 ] |
98 | 0.30 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12859 ] |
99 | 0.28 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12859 ] |
100 | 0.28 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12899 ] |
101 | 0.30 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12899 ] |
102 | 0.31 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12966 ] |
103 | 0.35 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12966 ] |
104 | 0.39 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12969 ] |
105 | 0.34 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12969 ] |
106 | 0.38 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12971 ] |
107 | 0.35 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12971 ] |
108 | 0.45 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12974 ] |
109 | 0.49 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12974 ] |
110 | 0.32 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12976 ] |
111 | 0.42 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 12976 ] |
112 | 0.44 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 13036 ] |
113 | 0.35 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.weight AS weight_3, t0.rank2 AS rank2_4, t0.appreciation AS appreciation_5, t0.student_id AS student_id_6, t0.evaluation_id AS evaluation_id_7 FROM mark t0 WHERE t0.student_id = ? AND t0.evaluation_id = ? LIMIT 1
Parameters:
[ 1814 13036 ] |
114 | 0.70 ms |
SELECT t0.id AS id_1, t0.registration_deadline AS registration_deadline_2, t0.rate AS rate_3, t0.code AS code_4, t0.wording AS wording_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.activated AS activated_8, t9.id AS id_10, t9.weight AS weight_11, t9.school_year_id AS school_year_id_12 FROM school_year t0 LEFT JOIN payment_plan t9 ON t9.school_year_id = t0.id WHERE t0.activated = ? LIMIT 1
Parameters:
[
1
]
|
115 | 1.36 ms |
SELECT t0.id AS id_1, t0.officialExamResult AS officialExamResult_2, t0.finance_holder AS finance_holder_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.student_id AS student_id_6, t0.class_room_id AS class_room_id_7, t0.school_year_id AS school_year_id_8 FROM subscription t0 WHERE t0.school_year_id = ?
Parameters:
[
7
]
|
116 | 0.68 ms |
SELECT t0.id AS id_1, t0.registration_deadline AS registration_deadline_2, t0.rate AS rate_3, t0.code AS code_4, t0.wording AS wording_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.activated AS activated_8, t9.id AS id_10, t9.weight AS weight_11, t9.school_year_id AS school_year_id_12 FROM school_year t0 LEFT JOIN payment_plan t9 ON t9.school_year_id = t0.id WHERE t0.activated = ? LIMIT 1
Parameters:
[
1
]
|
117 | 4.05 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.password AS password_2, u0_.is_verified AS is_verified_3, u0_.avatarPath AS avatarPath_4, u0_.phoneNumber AS phoneNumber_5, u0_.gender AS gender_6, u0_.birthday AS birthday_7, u0_.birthplace AS birthplace_8, u0_.nationality AS nationality_9, u0_.location AS location_10, u0_.region AS region_11, u0_.department AS department_12, u0_.academicLevel AS academicLevel_13, u0_.numCni AS numCni_14, u0_.status AS status_15, u0_.full_name AS full_name_16, u0_.security_question AS security_question_17, u0_.security_answer AS security_answer_18, u0_.created_at AS created_at_19, u0_.updated_at AS updated_at_20, u0_.image_name AS image_name_21, u0_.domain_id AS domain_id_22 FROM user u0_ LEFT JOIN attribution a1_ ON u0_.id = a1_.teacher_id LEFT JOIN school_year s2_ ON a1_.year_id = s2_.id WHERE s2_.id = ? ORDER BY u0_.full_name ASC
Parameters:
[
7
]
|
118 | 0.92 ms |
SELECT t0.id AS id_1, t0.registration_deadline AS registration_deadline_2, t0.rate AS rate_3, t0.code AS code_4, t0.wording AS wording_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.activated AS activated_8, t9.id AS id_10, t9.weight AS weight_11, t9.school_year_id AS school_year_id_12 FROM school_year t0 LEFT JOIN payment_plan t9 ON t9.school_year_id = t0.id
Parameters:
[] |
119 | 0.57 ms |
SELECT t0.id AS id_1, t0.registration_deadline AS registration_deadline_2, t0.rate AS rate_3, t0.code AS code_4, t0.wording AS wording_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.activated AS activated_8, t9.id AS id_10, t9.weight AS weight_11, t9.school_year_id AS school_year_id_12 FROM school_year t0 LEFT JOIN payment_plan t9 ON t9.school_year_id = t0.id WHERE t0.activated = ? LIMIT 1
Parameters:
[
1
]
|
120 | 2.15 ms |
SELECT COUNT(c0_.id) AS sclr_0, c0_.id AS id_1 FROM class_room c0_ INNER JOIN subscription s1_ ON c0_.id = s1_.class_room_id WHERE s1_.school_year_id = ? GROUP BY c0_.id
Parameters:
[
7
]
|
121 | 0.44 ms |
SELECT t0.id AS id_1, t0.officialExamResult AS officialExamResult_2, t0.finance_holder AS finance_holder_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.student_id AS student_id_6, t0.class_room_id AS class_room_id_7, t0.school_year_id AS school_year_id_8 FROM subscription t0 WHERE t0.student_id = ?
Parameters:
[
1814
]
|
122 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.apc AS apc_3, t0.level_id AS level_id_4 FROM class_room t0 WHERE t0.id = ?
Parameters:
[
3
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Student | No errors. |
App\Entity\ClassRoom | No errors. |
App\Entity\Subscription | No errors. |
App\Entity\Payment | No errors. |
App\Entity\User | No errors. |
App\Entity\Domain | No errors. |
App\Entity\Email | No errors. |
App\Entity\Attribution | No errors. |
App\Entity\MainTeacher | No errors. |
App\Entity\SchoolYear | No errors. |
App\Entity\PaymentPlan | No errors. |
App\Entity\Quater | No errors. |
App\Entity\Sequence | No errors. |
App\Entity\Evaluation | No errors. |
App\Entity\AbscenceSheet | No errors. |
App\Entity\Installment | No errors. |
App\Entity\Course | No errors. |
App\Entity\Mark | No errors. |
App\Entity\Level | No errors. |
App\Entity\Module | No errors. |