Query Metrics
1
Database Queries
1
Different statements
1.78 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.78 ms (100.00%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.firstname AS firstname_6, t0.lastname AS lastname_7, t0.licence_number AS licence_number_8, t0.phone AS phone_9, t0.emergency_phone AS emergency_phone_10, t0.kinship AS kinship_11, t0.secondary_mail AS secondary_mail_12, t0.birthday AS birthday_13, t0.skipper AS skipper_14, t0.place_birth AS place_birth_15, t0.profil_picture AS profil_picture_16, t0.bail AS bail_17, t0.club_member AS club_member_18, t0.payment_method AS payment_method_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.image_rights AS image_rights_22, t0.other_level AS other_level_23, t0.address AS address_24, t0.medical_certificate AS medical_certificate_25, t0.training AS training_26, t0.level_id AS level_id_27 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"jpouille69@hotmail.fr"
]
|
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\Level | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Level | No errors. |
| App\Entity\Qualification | No errors. |
| App\Entity\Dive | No errors. |
| App\Entity\DiveBooking | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\EventBooking | No errors. |