Query Metrics
8
Database Queries
8
Different statements
13.86 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
6.41 ms (46.24%) |
1 |
"COMMIT"
Parameters:
[] |
2.90 ms (20.90%) |
1 |
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.matricule = ? LIMIT 2
Parameters:
[
"202410250002"
]
|
1.59 ms (11.46%) |
1 |
UPDATE student SET firstname = ?, lastname = ?, father_name = ?, secondary_contact = ?, birthday = ?, birthplace = ?, updated_at = ? WHERE id = ?
Parameters:
[ "Olivier Mecces" "NYATCHA TCHAMBA" "TCHAMBA Yannick" "696728340" "2011-04-01" "Bangangté" "2024-11-25 10:43:02" 1949 ] |
0.72 ms (5.21%) |
1 |
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:
[
"1949"
]
|
0.70 ms (5.06%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.apc AS apc_2, c0_.level_id AS level_id_3 FROM class_room c0_ WHERE c0_.id IN (?)
Parameters:
[
"2"
]
|
0.59 ms (4.28%) |
1 |
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:
[
2
]
|
0.59 ms (4.27%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.github_id AS github_id_3, t0.github_access_token AS github_access_token_4, t0.facebook_id AS facebook_id_5, t0.facebook_access_token AS facebook_access_token_6, t0.google_id AS google_id_7, t0.google_access_token AS google_access_token_8, t0.linkedin_id AS linkedin_id_9, t0.linkedin_access_token AS linkedin_access_token_10, t0.twitter_id AS twitter_id_11, t0.twitter_access_token AS twitter_access_token_12, t0.yahoo_id AS yahoo_id_13, t0.yahoo_access_token AS yahoo_access_token_14, t0.password AS password_15, t0.is_verified AS is_verified_16, t0.avatarPath AS avatarPath_17, t0.phoneNumber AS phoneNumber_18, t0.gender AS gender_19, t0.birthday AS birthday_20, t0.birthplace AS birthplace_21, t0.nationality AS nationality_22, t0.location AS location_23, t0.region AS region_24, t0.department AS department_25, t0.academicLevel AS academicLevel_26, t0.numCni AS numCni_27, t0.status AS status_28, t0.full_name AS full_name_29, t0.security_question AS security_question_30, t0.security_answer AS security_answer_31, t0.created_at AS created_at_32, t0.updated_at AS updated_at_33, t0.image_name AS image_name_34, t0.domain_id AS domain_id_35 FROM user t0 WHERE t0.id = ?
Parameters:
[
120
]
|
0.36 ms (2.58%) |
1 |
"START TRANSACTION"
Parameters:
[] |
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\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\Student | No errors. |
App\Entity\ClassRoom | No errors. |
App\Entity\Subscription | No errors. |
App\Entity\Payment | No errors. |
App\Entity\Level | No errors. |
App\Entity\Module | No errors. |
App\Entity\AbscenceSheet | No errors. |