Query Metrics
4
Database Queries
4
Different statements
1.47 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.41 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.50 ms |
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.photo_name AS photo_name_3, t0.role AS role_4, t0.phone AS phone_5, t0.car_number AS car_number_6, t0.tariff_start_date AS tariff_start_date_7, t0.tariff_end_date AS tariff_end_date_8, t0.access_card_number AS access_card_number_9, t0.dss_person_id AS dss_person_id_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.tariff_id AS tariff_id_13 FROM visitor t0 WHERE t0.id = ?
Parameters:
[
"9"
]
|
| 3 | 0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.type AS type_5, t0.duration_days AS duration_days_6, t0.start_date AS start_date_7, t0.end_date AS end_date_8, t0.available_after_expiration AS available_after_expiration_9, t0.is_active AS is_active_10, t0.sort_order AS sort_order_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM tariff t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 4 | 0.29 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.price AS price_3, t0_.type AS type_4, t0_.duration_days AS duration_days_5, t0_.start_date AS start_date_6, t0_.end_date AS end_date_7, t0_.available_after_expiration AS available_after_expiration_8, t0_.is_active AS is_active_9, t0_.sort_order AS sort_order_10, t0_.created_at AS created_at_11, t0_.updated_at AS updated_at_12 FROM tariff t0_
Parameters:
[] |
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\Tariff | 2 |
| App\Entity\User | 1 |
| App\Entity\Visitor | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Visitor | No errors. |
| App\Entity\Tariff | No errors. |