Query Metrics
5
Database Queries
5
Different statements
6.57 ms
Query time
0
Invalid entities
Grouped Statements
default connection
Time▼ | Count | Info |
---|---|---|
2.57 ms (39.02%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.copy AS copy_4, t0.modified AS modified_5, t0.created AS created_6, t0.user_id AS user_id_7, t0.article_id AS article_id_8 FROM article_details t0 WHERE t0.article_id = ?
Parameters:
[
3
]
|
1.35 ms (20.50%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.icon AS icon_4, t0.article_count AS article_count_5, t0.modified AS modified_6, t0.created AS created_7, t0.is_multi AS is_multi_8, t0.page_id AS page_id_9 FROM articles t0 WHERE t0.id = ?
Parameters:
[
"3"
]
|
1.24 ms (18.93%) |
1 |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2, a0_.copy AS copy_3, a0_.modified AS modified_4, a0_.created AS created_5, a0_.user_id AS user_id_6, a0_.article_id AS article_id_7 FROM article_details a0_ WHERE a0_.article_id = ? GROUP BY a0_.user_id ORDER BY a0_.id ASC
Parameters:
[
3
]
|
0.90 ms (13.71%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.modified AS modified_7, t0.created AS created_8, t0.hashed_email AS hashed_email_9 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
0.52 ms (7.84%) |
1 |
SET GLOBAL sql_mode='';
Parameters:
[] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
remote | doctrine.dbal.remote_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
remote | doctrine.orm.remote_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
Class | Mapping errors |
---|---|
App\Entity\Articles | No errors. |
App\Entity\Pages | No errors. |
App\Entity\ArticleDetails | No errors. |
App\Entity\User | No errors. |
remote entity manager
No loaded entities.