Query Metrics
2
Database Queries
2
Different statements
0.70 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.50 ms (70.92%) |
1 |
SELECT c0_.id AS id_0, c0_.type AS type_1, c0_.created_at AS created_at_2, c0_.link AS link_3, c0_.content AS content_4, c0_.has_been_seen AS has_been_seen_5, c0_.updated_at AS updated_at_6, c0_.user_id AS user_id_7, c0_.message_id AS message_id_8 FROM chat_notification c0_ WHERE c0_.user_id = ? AND c0_.created_at >= ? AND c0_.created_at < ? ORDER BY c0_.has_been_seen ASC, c0_.created_at DESC
Parameters:
[ "552640ba-756e-11e9-ab7b-0242ac170002" "2025-12-29 13:00:49" "2025-12-29 13:02:49" ] |
|
0.20 ms (29.08%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.description AS description_6, t0.avatar AS avatar_7, t0.avatar_path AS avatar_path_8, t0.signing_limit_date AS signing_limit_date_9, t0.has_seen_intro AS has_seen_intro_10, t0.hash_tag AS hash_tag_11, t0.token_token AS token_token_12, t0.token_expire_at AS token_expire_at_13, t0.token_refresh_token AS token_refresh_token_14, t0.last_selected_channel_id AS last_selected_channel_id_15 FROM account_users t0 WHERE t0.id = ?
Parameters:
[
"552640ba-756e-11e9-ab7b-0242ac170002"
]
|
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 |
|---|---|
| Nellapp\Bundle\SDKBundle\Auth\Entity\Token | No errors. |
| App\Entity\Account\User | No errors. |
| App\Entity\Channel\Channel | No errors. |
| App\Entity\Channel\Service | No errors. |
| App\Entity\Chat\ConversationUser | No errors. |
| App\Entity\Channel\Group | No errors. |
| App\Entity\ChannelUserData\ChannelUserData | No errors. |
| App\Entity\Chat\ChatNotification | No errors. |
| App\Entity\Chat\Message | No errors. |