Query Metrics
4
Database Queries
4
Different statements
1.94 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.86 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.ignore_paiement AS ignore_paiement_8, t0.archive AS archive_9, t0.token AS token_10 FROM user t0 WHERE t0.email = ? LIMIT 2
Parameters:
[
"vandeveldechristine2@gmail.com"
]
|
| 2 | 0.34 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.40 ms |
INSERT INTO user (email, roles, password, nom, prenom, telephone, ignore_paiement, archive, token) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "vandeveldechristine2@gmail.com" "["ROLE_CLIENT"]" "$2y$13$qPxLZOVu2SlBsZI7KQowqu.ETZn43nXxGokv19E6kGosDjsNa80zW" "Vandevelde" "Christine" "0496416404" null 0 "74c4b35edc155c472a62026c0dbb3288" ] |
| 4 | 0.34 ms |
"COMMIT"
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Reservations | No errors. |