Query Metrics
23
Database Queries
16
Different statements
31.37 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.44 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:
[
"1"
]
|
2 | 0.52 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
]
|
3 | 0.30 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.wording AS wording_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.activated AS activated_6, t0.school_year_id AS school_year_id_7 FROM quater t0 WHERE t0.activated = ? LIMIT 1
Parameters:
[
1
]
|
4 | 1.26 ms |
SELECT s0_.matricule AS matricule_0, s0_.id AS id_1, s0_.lastname AS lastname_2, s0_.firstname AS firstname_3, s0_.gender AS gender_4, s0_.birthplace AS birthplace_5, s0_.birthday AS birthday_6, s0_.primary_contact AS primary_contact_7, s0_.secondary_contact AS secondary_contact_8 FROM student s0_ INNER JOIN subscription s1_ ON (s1_.student_id = s0_.id) INNER JOIN school_year s2_ ON (s1_.school_year_id = s2_.id) WHERE s1_.school_year_id = ? AND s1_.class_room_id = ? ORDER BY s0_.lastname ASC
Parameters:
[ 7 1 ] |
5 | 0.36 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
]
|
6 | 0.29 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.quater_id = ?
Parameters:
[
21
]
|
7 | 0.31 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
]
|
8 | 3.97 ms |
CREATE OR REPLACE VIEW V_STUDENT_MARK_SEQ1_42 AS SELECT DISTINCT crs.id as crs, crs.coefficient as coef, std.id as std,m.value as value, m.weight as weight FROM mark m JOIN student std ON m.student_id = std.id JOIN evaluation eval ON m.evaluation_id = eval.id JOIN class_room room ON eval.class_room_id = room.id JOIN course crs ON eval.course_id = crs.id JOIN sequence seq ON seq.id = eval.sequence_id WHERE room.id = ? AND eval.sequence_id =? ORDER BY std, crs;
Parameters:
[ 1 42 ] |
9 | 0.42 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
]
|
10 | 2.80 ms |
CREATE OR REPLACE VIEW V_STUDENT_MARK_SEQ1_43 AS SELECT DISTINCT crs.id as crs, crs.coefficient as coef, std.id as std,m.value as value, m.weight as weight FROM mark m JOIN student std ON m.student_id = std.id JOIN evaluation eval ON m.evaluation_id = eval.id JOIN class_room room ON eval.class_room_id = room.id JOIN course crs ON eval.course_id = crs.id JOIN sequence seq ON seq.id = eval.sequence_id WHERE room.id = ? AND eval.sequence_id =? ORDER BY std, crs;
Parameters:
[ 1 43 ] |
11 | 3.75 ms |
CREATE OR REPLACE VIEW V_STUDENT_MARK_QUATER AS SELECT DISTINCT seq1.std as std , seq1.crs as crs , seq1.coef as coef, seq1.value as value1, seq1.weight as weight1,seq2.value as value2, seq2.weight as weight2, (seq1.value*seq1.weight + seq2.value*seq2.weight)/(seq1.weight+seq2.weight) as value, greatest(seq1.weight , seq2.weight ) as weight FROM V_STUDENT_MARK_SEQ1_42 seq1 JOIN V_STUDENT_MARK_SEQ1_43 seq2 ON (seq1.std = seq2.std AND seq1.crs = seq2.crs ) ORDER BY std
Parameters:
[] |
12 | 8.33 ms |
SELECT * FROM V_STUDENT_MARK_QUATER
Parameters:
[] |
13 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.room_id AS room_id_4 FROM module t0 WHERE t0.room_id = ?
Parameters:
[
1
]
|
14 | 0.30 ms |
SELECT t0.id AS id_1, t0.wording AS wording_2, t0.coefficient AS coefficient_3, t0.code AS code_4, t0.domain_id AS domain_id_5, t0.module_id AS module_id_6 FROM course t0 WHERE t0.module_id = ?
Parameters:
[
18
]
|
15 | 0.36 ms |
SELECT DATABASE()
Parameters:
[] |
16 | 1.85 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"bethesda"
]
|
17 | 0.15 ms |
SELECT DATABASE()
Parameters:
[] |
18 | 1.03 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"bethesda"
]
|
19 | 0.13 ms |
SELECT DATABASE()
Parameters:
[] |
20 | 1.36 ms |
SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "bethesda" "doctrine_migration_versions" ] |
21 | 0.27 ms |
SELECT DATABASE()
Parameters:
[] |
22 | 1.29 ms |
SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'bethesda' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "bethesda" "doctrine_migration_versions" ] |
23 | 1.44 ms |
SELECT c.COLUMN_NAME AS field, IF( c.COLUMN_TYPE = 'longtext' AND EXISTS( SELECT * from information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'bethesda' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', c.COLUMN_TYPE ) AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[ "bethesda" "bethesda" "doctrine_migration_versions" ] |
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\ClassRoom | No errors. |
App\Entity\Level | No errors. |
App\Entity\Module | No errors. |
App\Entity\MainTeacher | No errors. |
App\Entity\Subscription | No errors. |
App\Entity\AbscenceSheet | No errors. |
App\Entity\SchoolYear | No errors. |
App\Entity\PaymentPlan | No errors. |
App\Entity\Quater | No errors. |
App\Entity\Sequence | No errors. |
App\Entity\Student | No errors. |
App\Entity\Evaluation | No errors. |
App\Entity\Course | No errors. |
App\Entity\Domain | No errors. |
App\Entity\Attribution | No errors. |
App\Entity\Cycle | No errors. |
App\Entity\User | No errors. |
App\Entity\Abscence | No errors. |
App\Entity\Installment | No errors. |
App\Entity\Payment | No errors. |
App\Entity\Mark | No errors. |
App\Entity\Section | No errors. |
App\Entity\Email | No errors. |
App\Entity\Program | No errors. |
App\Entity\ResetPasswordRequest | No errors. |
Vich\UploaderBundle\Entity\File | No errors. |