Query Metrics
3
Database Queries
3
Different statements
1.18 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.51 ms (43.13%) |
1 |
SELECT DISTINCT c0_.id AS id_0, c0_.has_been_seen AS has_been_seen_1, c0_.created_at AS created_at_2 FROM chat_notification c0_ WHERE c0_.user_id = ? AND c0_.created_at < ? ORDER BY c0_.has_been_seen ASC, c0_.created_at DESC LIMIT 10
Parameters:
[ "1f15e543-4a1b-66fa-945b-076838dea599" "2026-08-27 14:32:02" ] |
|
0.41 ms (34.75%) |
1 |
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM chat_notification c0_ WHERE c0_.user_id = ? AND c0_.created_at < ?
Parameters:
[ "1f15e543-4a1b-66fa-945b-076838dea599" "2026-08-27 14:32:02" ] |
|
0.26 ms (22.12%) |
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:
[
"1f15e543-4a1b-66fa-945b-076838dea599"
]
|
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. |