Query Metrics
15
Database Queries
4
Different statements
5.75 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.64 ms |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.content AS content_2, f0_.created_at AS created_at_3, f0_.actived AS actived_4, f0_.closed AS closed_5, f0_.closed_at AS closed_at_6, f0_.slug AS slug_7, f0_.forum_user_id AS forum_user_id_8, f0_.topic_id AS topic_id_9 FROM forum_post f0_ WHERE f0_.id <> 0 AND f0_.actived = ? ORDER BY f0_.id DESC
Parameters:
[
1
]
|
| 2 | 0.35 ms |
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
]
|
| 3 | 0.21 ms |
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
]
|
| 4 | 1.26 ms |
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
]
|
| 5 | 0.30 ms |
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:
[
526
]
|
| 6 | 0.28 ms |
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:
[
1
]
|
| 7 | 0.29 ms |
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:
[
525
]
|
| 8 | 0.28 ms |
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:
[
6
]
|
| 9 | 0.28 ms |
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:
[
5
]
|
| 10 | 0.28 ms |
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:
[
3
]
|
| 11 | 0.32 ms |
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:
[
4
]
|
| 12 | 0.32 ms |
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:
[
3
]
|
| 13 | 0.27 ms |
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:
[
4
]
|
| 14 | 0.35 ms |
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:
[
2
]
|
| 15 | 0.31 ms |
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:
[
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\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\ForumCategory | No errors. |
| App\Entity\ForumCommentReply | No errors. |