Query Metrics
621
Database Queries
4
Different statements
248.02 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
172.10 ms (69.39%) |
618 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.code AS code_3, t0.active AS active_4, t0.nickname AS nickname_5, t0.createdat AS createdat_6, t0.lastlogin AS lastlogin_7, t0.avatar AS avatar_8, t0.awards AS awards_9 FROM user t0 WHERE t0.id = ?
Parameters:
[
1744
]
|
||||||||||||||||||||||||||
46.66 ms (18.81%) |
1 |
SELECT q2.id AS quizid, q2.gametype, ua.userid_id AS userid, IF(u.nickname IS NULL OR u.nickname = '','Anonymus',u.nickname) AS nickname, SUM(q.points) AS highscore_points FROM user_answers ua LEFT JOIN questions q ON ua.questionid_id = q.id LEFT JOIN user u ON ua.userid_id = u.id LEFT JOIN quiz q2 ON q.quizid_id = q2.id WHERE ua.answered_correctly = 1 AND (q2.gametype = 'single') GROUP BY ua.userid_id ORDER BY highscore_points DESC;
Parameters:
[]
|
||||||||||||||||||||||||||
28.42 ms (11.46%) |
1 |
SELECT q2.id AS quizid, q2.gametype, ua.userid_id AS userid, IF(u.nickname IS NULL OR u.nickname = '','Anonymus',u.nickname) AS nickname, SUM(q.points) AS highscore_points FROM user_answers ua LEFT JOIN questions q ON ua.questionid_id = q.id LEFT JOIN user u ON ua.userid_id = u.id LEFT JOIN quiz q2 ON q.quizid_id = q2.id WHERE ua.answered_correctly = 1 AND q2.gametype = 'blitz' GROUP BY ua.userid_id ORDER BY highscore_points DESC;
Parameters:
[]
|
||||||||||||||||||||||||||
0.83 ms (0.34%) |
1 |
SELECT ua.teamid_id AS teamid, t.teamname, SUM(q.points) AS highscore_points FROM user_answers ua LEFT JOIN questions q ON ua.questionid_id = q.id LEFT JOIN quiz q2 ON q.quizid_id = q2.id LEFT JOIN teams t ON t.id = ua.teamid_id WHERE ua.answered_correctly = 1 AND q2.gametype = 'multi' AND ua.teamid_id IS NOT NULL GROUP BY ua.teamid_id ORDER BY highscore_points DESC;
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\UserAnswers | No errors. |
App\Entity\Teams | No errors. |