Query Metrics
10
Database Queries
5
Different statements
34.60 ms
Query time
0
Invalid entities
Queries
default connection
No database queries were performed.
company_group connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 7.41 ms |
SELECT t0.id AS id_1, t0.session_data AS session_data_2, t0.token AS token_3, t0.fire_base_token AS fire_base_token_4, t0.user_id AS user_id_5, t0.user_type AS user_type_6, t0.expires_at AS expires_at_7, t0.perpetual AS perpetual_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM entity_token_storage t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
"NDOHJF52MG1775356081"
]
|
| 2 | 0.11 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.26 ms |
UPDATE entity_token_storage SET expires_at = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2026-04-07 08:38:22" "2026-04-06 08:38:22" "35920" ] |
| 4 | 0.21 ms |
"COMMIT"
Parameters:
[] |
| 5 | 9.21 ms |
DELETE FROM entity_token_storage WHERE ( perpetual !=1 ) AND expires_at < NOW();
Parameters:
[] |
| 6 | 6.91 ms |
SELECT t0.id AS id_1, t0.session_data AS session_data_2, t0.token AS token_3, t0.fire_base_token AS fire_base_token_4, t0.user_id AS user_id_5, t0.user_type AS user_type_6, t0.expires_at AS expires_at_7, t0.perpetual AS perpetual_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM entity_token_storage t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
"NDOHJF52MG1775356081"
]
|
| 7 | 0.10 ms |
"START TRANSACTION"
Parameters:
[] |
| 8 | 0.23 ms |
UPDATE entity_token_storage SET expires_at = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2026-04-07 08:38:22" "2026-04-06 08:38:22" "35920" ] |
| 9 | 0.07 ms |
"COMMIT"
Parameters:
[] |
| 10 | 10.09 ms |
DELETE FROM entity_token_storage WHERE ( perpetual !=1 ) AND expires_at < NOW();
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| company_group | doctrine.dbal.company_group_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| company_group | doctrine.orm.company_group_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
No loaded entities.
company_group entity manager
| Class | Mapping errors |
|---|---|
| CompanyGroupBundle\Entity\EntityTokenStorage | No errors. |