Query Metrics
62
Database Queries
4
Different statements
56.64 ms
Query time
0
Invalid entities
65
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
27.41 ms (48.39%) |
30 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.timezone AS timezone_3, t0.street AS street_4, t0.housenumber AS housenumber_5, t0.city AS city_6, t0.zipcode AS zipcode_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.ma_lo AS ma_lo_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.is_enabled AS is_enabled_13, t0.is_deleted AS is_deleted_14, t0.company_id AS company_id_15, t0.created_by_id AS created_by_id_16, t0.updated_by_id AS updated_by_id_17 FROM facility t0 INNER JOIN station_facility ON t0.id = station_facility.facility_id WHERE station_facility.station_id = ?
Parameters:
[
1
]
|
|
23.27 ms (41.09%) |
30 |
SELECT t0.id AS id_1, t0.pos_num AS pos_num_2, t0.value AS value_3, t0.counter_offset AS counter_offset_4, t0.customization AS customization_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.is_enabled AS is_enabled_8, t0.is_deleted AS is_deleted_9, t0.station_id AS station_id_10, t0.facility_id AS facility_id_11, t0.counter_type_id AS counter_type_id_12, t0.created_by_id AS created_by_id_13, t0.updated_by_id AS updated_by_id_14 FROM counter t0 WHERE t0.station_id = ? ORDER BY t0.pos_num ASC
Parameters:
[
1
]
|
|
5.08 ms (8.96%) |
1 |
SELECT t0.id AS id_1, t0.number AS number_2, t0.harve AS harve_3, t0.serial AS serial_4, t0.token AS token_5, t0.is_synced AS is_synced_6, t0.is_initialized AS is_initialized_7, t0.last_connection AS last_connection_8, t0.alert_blacklist AS alert_blacklist_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.is_enabled AS is_enabled_12, t0.is_deleted AS is_deleted_13, t14.id AS id_15, t14.serial AS serial_16, t14.countrycode AS countrycode_17, t14.areacode AS areacode_18, t14.number AS number_19, t14.provider AS provider_20, t14.pin AS pin_21, t14.pin_disabled AS pin_disabled_22, t14.created_at AS created_at_23, t14.updated_at AS updated_at_24, t14.is_enabled AS is_enabled_25, t14.is_deleted AS is_deleted_26, t14.station_id AS station_id_27, t14.created_by_id AS created_by_id_28, t14.updated_by_id AS updated_by_id_29, t0.created_by_id AS created_by_id_30, t0.updated_by_id AS updated_by_id_31 FROM station t0 LEFT JOIN simcard t14 ON t14.station_id = t0.id
Parameters:
[] |
|
0.88 ms (1.56%) |
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\Station | 30 |
| App\Entity\Counter | 30 |
| App\Entity\Facility | 2 |
| App\Entity\User | 1 |
| App\Entity\Company | 1 |
| App\Entity\CounterType | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\Station | No errors. |
| App\Entity\Simcard | No errors. |
| App\Entity\Facility | No errors. |
| App\Entity\Counter | No errors. |
| App\Entity\StatusEvent | No errors. |
| App\Entity\ReimportRequest | No errors. |
| App\Entity\RecalculateRequest | No errors. |
| App\Entity\CounterType | No errors. |