Query Metrics
3
Database Queries
3
Different statements
1.04 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.56 ms (53.88%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.nbr_of_person AS nbr_of_person_4, t0.number AS number_5, t0.created_at AS created_at_6, t0.update_at AS update_at_7, t0.active AS active_8, t0.type AS type_9, t0.nbr_of_simple_bed AS nbr_of_simple_bed_10, t0.nbr_of_double_bed AS nbr_of_double_bed_11, t0.surface AS surface_12, t0.principal_image AS principal_image_13, t0.images AS images_14, t0.price AS price_15, t0.center_id AS center_id_16 FROM room t0 WHERE t0.id = ?
Parameters:
[
"5"
]
|
|
0.25 ms (23.72%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.country AS country_2, c0_.description AS description_3, c0_.address_id AS address_id_4 FROM center c0_
Parameters:
[] |
|
0.23 ms (22.40%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.country AS country_3, t0.description AS description_4, t0.address_id AS address_id_5 FROM center 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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Room | No errors. |
| App\Entity\Center | No errors. |
| App\Entity\Reservation | No errors. |
| App\Entity\Address | No errors. |
| App\Entity\StatWeight | No errors. |
| App\Entity\StatReservation | No errors. |