Query Metrics
6
Database Queries
5
Different statements
3.21 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.99 ms (30.87%) |
1 |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.comment_id AS comment_id_4, t0.forum_user_id AS forum_user_id_5 FROM forum_comment_reply t0 WHERE t0.comment_id = ?
Parameters:
[
6
]
|
|
0.92 ms (28.51%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.actived AS actived_5, t0.closed AS closed_6, t0.closed_at AS closed_at_7, t0.slug AS slug_8, t0.forum_user_id AS forum_user_id_9, t0.topic_id AS topic_id_10 FROM forum_post t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"7-j-aimerai-faire-un-test-d-une-question-longue-pouvoir-comment-va-etre-le-rendu-si-la-question-est-vraiment-tres-tres-longue"
]
|
|
0.61 ms (19.14%) |
2 |
SELECT t0.id AS id_1, t0.alias AS alias_2, t0.created_at AS created_at_3, t0.deleted_at AS deleted_at_4, t0.user_id AS user_id_5 FROM forum_user t0 WHERE t0.id = ?
Parameters:
[
523
]
|
|
0.44 ms (13.60%) |
1 |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.post_id AS post_id_4, t0.forum_user_id AS forum_user_id_5 FROM forum_comment t0 WHERE t0.post_id = ?
Parameters:
[
7
]
|
|
0.25 ms (7.88%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.country_min AS country_min_3, t0.slug AS slug_4, t0.category_id AS category_id_5 FROM forum_topic t0 WHERE t0.id = ?
Parameters:
[
6
]
|
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\ForumPost | No errors. |
| App\Entity\ForumUser | No errors. |
| App\Entity\ForumTopic | No errors. |
| App\Entity\ForumComment | No errors. |
| App\Entity\ForumNotificationSubscriber | No errors. |
| App\Entity\Message | No errors. |
| App\Entity\Room |
|
| App\Entity\Offer | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\ForumReport | No errors. |
| App\Entity\ForumCommentReply | No errors. |
| App\Entity\ForumCategory | No errors. |