Query Metrics
4
Database Queries
4
Different statements
14.39 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.99 ms |
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
]
|
| 2 | 3.48 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.unit AS unit_3, t0.calculator_type AS calculator_type_4, t0.sorting AS sorting_5, t0.is_selectable AS is_selectable_6, t0.obis AS obis_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.is_enabled AS is_enabled_10, t0.is_deleted AS is_deleted_11, t0.created_by_id AS created_by_id_12, t0.updated_by_id AS updated_by_id_13 FROM counter_type t0 ORDER BY t0.sorting ASC
Parameters:
[] |
| 3 | 3.02 ms |
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 20
Parameters:
[] |
| 4 | 4.91 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.is_enabled AS is_enabled_5, t0.is_deleted AS is_deleted_6, t0.created_by_id AS created_by_id_7, t0.updated_by_id AS updated_by_id_8 FROM company t0 INNER JOIN user_company ON t0.id = user_company.company_id WHERE user_company.user_id = ? ORDER BY t0.title ASC
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 |
| App\Entity\CounterType | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\CounterType | No errors. |
| App\Entity\Counter | No errors. |
| App\Entity\StatusEvent | No errors. |
| App\Entity\Station | No errors. |