Query Metrics
2
Database Queries
2
Different statements
3.71 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.47 ms (66.53%) |
1 |
SELECT t0.id AS id_1, t0.status AS status_2, t0.created_at AS created_at_3, t0.station_id AS station_id_4 FROM status_event t0 ORDER BY t0.created_at DESC LIMIT 5
Parameters:
[] |
|
1.24 ms (33.47%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.display_name AS display_name_5, t0.entry_page AS entry_page_6, t0.token AS token_7, t0.notify_on AS notify_on_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.is_enabled AS is_enabled_11, t0.is_deleted AS is_deleted_12, t0.created_by_id AS created_by_id_13, t0.updated_by_id AS updated_by_id_14 FROM user t0 WHERE t0.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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\StatusEvent | No errors. |
| App\Entity\Station | No errors. |