Query Metrics
15
Database Queries
9
Different statements
10.48 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.47 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.username AS username_5, t0.roles AS roles_6, t0.score AS score_7, t0.all_time_score AS all_time_score_8, t0.has_been_reset AS has_been_reset_9, t0.last_login_at AS last_login_at_10, t0.school_level_id AS school_level_id_11, t0.school_degree_id AS school_degree_id_12, t0.avatar_id AS avatar_id_13 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"MONNINA"
]
|
| 2 | 0.18 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.username AS username_5, t0.roles AS roles_6, t0.score AS score_7, t0.all_time_score AS all_time_score_8, t0.has_been_reset AS has_been_reset_9, t0.last_login_at AS last_login_at_10, t0.school_level_id AS school_level_id_11, t0.school_degree_id AS school_degree_id_12, t0.avatar_id AS avatar_id_13 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"MONNINA"
]
|
| 3 | 0.51 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.uo_id AS uo_id_3, t0.school_level_id AS school_level_id_4 FROM school t0 INNER JOIN user_school ON t0.id = user_school.school_id WHERE user_school.user_id = ?
Parameters:
[
26982
]
|
| 4 | 0.10 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.uo_id AS uo_id_3, t0.school_level_id AS school_level_id_4 FROM school t0 WHERE t0.uo_id = ? LIMIT 1
Parameters:
[
"UO0388"
]
|
| 5 | 0.07 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.uo_id AS uo_id_3, t0.school_level_id AS school_level_id_4 FROM school t0 WHERE t0.uo_id = ? LIMIT 1
Parameters:
[
"UO0388"
]
|
| 6 | 0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.uo_id AS uo_id_3, t0.school_level_id AS school_level_id_4 FROM school t0 WHERE t0.uo_id = ? LIMIT 1
Parameters:
[
"UO0845"
]
|
| 7 | 0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.uo_id AS uo_id_3, t0.school_level_id AS school_level_id_4 FROM school t0 WHERE t0.uo_id = ? LIMIT 1
Parameters:
[
"UO0845"
]
|
| 8 | 0.08 ms |
"START TRANSACTION"
Parameters:
[] |
| 9 | 0.31 ms |
DELETE FROM user_school WHERE user_id = ?
Parameters:
[
26982
]
|
| 10 | 0.16 ms |
INSERT INTO user_school (user_id, school_id) VALUES (?, ?)
Parameters:
[ 26982 234 ] |
| 11 | 3.20 ms |
"COMMIT"
Parameters:
[] |
| 12 | 0.09 ms |
"START TRANSACTION"
Parameters:
[] |
| 13 | 0.42 ms |
UPDATE user SET last_login_at = ? WHERE id = ?
Parameters:
[ "2025-12-16 11:40:15" 26982 ] |
| 14 | 2.42 ms |
"COMMIT"
Parameters:
[] |
| 15 | 2.38 ms |
SELECT count(d0_.id) AS sclr_0 FROM duel d0_ INNER JOIN collection c1_ ON d0_.collection_id = c1_.id WHERE c1_.is_published = 1 AND (d0_.challenger_id = ? OR d0_.opponent_id = ?) AND DATE_ADD(d0_.created, INTERVAL 31 DAY) > CURRENT_DATE AND (d0_.score_challenger IS NULL OR d0_.score_opponent IS NULL)
Parameters:
[ 26982 26982 ] |
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\UserLinkCollection | No errors. |
| App\Entity\User | No errors. |
| App\Entity\SchoolLevel | No errors. |
| App\Entity\SchoolDegree | No errors. |
| App\Entity\Avatar | No errors. |
| App\Entity\School | No errors. |
| App\Entity\SchoolSubject | No errors. |
| App\Entity\Collection | No errors. |
| App\Entity\Folder | No errors. |
| App\Entity\UserLinkFolder | No errors. |
| App\Entity\UserLinkCard | No errors. |
| App\Entity\Duel | No errors. |
| App\Entity\Classroom | No errors. |
| App\Entity\StatUserCollection | No errors. |
| App\Entity\ProposalCollection | No errors. |