Query Metrics
3
Database Queries
3
Different statements
0.82 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.50 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.weight AS weight_4, t0.lean_body_mass AS lean_body_mass_5, t0.body_fat AS body_fat_6, t0.collar_size AS collar_size_7, t0.chest_size AS chest_size_8, t0.waist_size AS waist_size_9, t0.belly_circumference AS belly_circumference_10, t0.buttock_circumference AS buttock_circumference_11, t0.hip_circumference AS hip_circumference_12, t0.tigh_circumference AS tigh_circumference_13, t0.arm_circumference AS arm_circumference_14, t0.ankle_circumference AS ankle_circumference_15, t0.active AS active_16, t0.bilan_id AS bilan_id_17 FROM mesure t0 WHERE t0.id = ?
Parameters:
[
"4"
]
|
| 2 | 0.18 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.nbr_of_days AS nbr_of_days_3, t0.size AS size_4, t0.weight AS weight_5, t0.food_feature AS food_feature_6, t0.precision_injuries_pathologie AS precision_injuries_pathologie_7, t0.sport_profile AS sport_profile_8, t0.updated_at AS updated_at_9, t0.active AS active_10, t0.allergic AS allergic_11, t0.member_id AS member_id_12 FROM bilan t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 3 | 0.14 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.birth_date AS birth_date_6, t0.sexe AS sexe_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.active AS active_10, t0.address_id AS address_id_11, t0.user_id AS user_id_12 FROM member 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\Mesure | No errors. |
| App\Entity\Bilan | No errors. |
| App\Entity\Member | No errors. |
| App\Entity\Address | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Reservation | No errors. |