Query Metrics
6
Database Queries
4
Different statements
7.48 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 6.71 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.question AS question_4, t0.votes AS votes_5, t0.is_approved AS is_approved_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.asked_by_id AS asked_by_id_9, t0.topic_id AS topic_id_10, t0.updated_by_id AS updated_by_id_11 FROM question t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"why-theres-hardly-room-to-grow-up-any-more"
]
|
2 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM topic t0 WHERE t0.id = ?
Parameters:
[
5
]
|
3 | 0.14 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.avatar AS avatar_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
3
]
|
4 | 0.19 ms |
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.votes AS votes_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.question_id AS question_id_6, t0.answered_by_id AS answered_by_id_7 FROM answer t0 WHERE t0.question_id = ?
Parameters:
[
17
]
|
5 | 0.14 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.avatar AS avatar_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
2
]
|
6 | 0.11 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.avatar AS avatar_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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\Question | No errors. |
App\Entity\User | No errors. |
App\Entity\Topic | No errors. |
App\Entity\Answer | No errors. |