Query Metrics
3
Database Queries
3
Different statements
0.89 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.50 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.article AS article_3, t0.created_at AS created_at_4, t0.user_id AS user_id_5 FROM articles t0 WHERE t0.id = ?
Parameters:
[
"16"
]
|
| 2 | 0.26 ms |
SELECT t0.id AS id_1, t0.comment AS comment_2, t0.created_at AS created_at_3, t0.user_id AS user_id_4, t0.article_id AS article_id_5 FROM comments t0 WHERE t0.article_id IN (?)
Parameters:
[
16
]
|
| 3 | 0.12 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6 FROM users t0 WHERE t0.id = ?
Parameters:
[
54
]
|
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\Articles | No errors. |
| App\Entity\Comments | No errors. |
| App\Entity\Users | No errors. |