Query Metrics
12
Database Queries
10
Different statements
35.77 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.18 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.photos AS photos_4, t0.description AS description_5, t0.deleted AS deleted_6, t0.tel AS tel_7, t0.email AS email_8 FROM avocats t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"3"
]
|
| 2 | 0.69 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.deleted AS deleted_3, t0.adresse AS adresse_4 FROM lieux t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"1"
]
|
| 3 | 3.39 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM statuts t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
1
]
|
| 4 | 0.86 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.heure_ouverture AS heure_ouverture_3, t0.heure_fermeture AS heure_fermeture_4, t0.lieux_id AS lieux_id_5, t0.avocats_id AS avocats_id_6 FROM jours_fermetures t0 WHERE t0.avocats_id = ? AND t0.lieux_id = ? AND t0.date = ? LIMIT 1
Parameters:
[ 3 1 "2025-11-26" ] |
| 5 | 8.39 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.created AS created_3, t0.horaires AS horaires_4, t0.envoi_conf AS envoi_conf_5, t0.nom AS nom_6, t0.prenom AS prenom_7, t0.telephone AS telephone_8, t0.email AS email_9, t0.motif AS motif_10, t0.date_fin AS date_fin_11, t0.user_id AS user_id_12, t0.lieux_id AS lieux_id_13, t0.avocats_id AS avocats_id_14, t0.statuts_id AS statuts_id_15 FROM rendez_vous t0 WHERE t0.date = ? AND t0.avocats_id = ? LIMIT 1
Parameters:
[ "2025-11-26 13:00:00" 3 ] |
| 6 | 0.39 ms |
"START TRANSACTION"
Parameters:
[] |
| 7 | 1.94 ms |
INSERT INTO rendez_vous (date, created, horaires, envoi_conf, nom, prenom, telephone, email, motif, date_fin, user_id, lieux_id, avocats_id, statuts_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2025-11-26 13:00:00" "2025-11-10 09:16:40" "13:00" null "Michel" "Marylene " "+32483800686" "marylene.michel17@gmail.com" "Mon courriel du 7/11" "2025-11-26 14:00:00" null 1 3 1 ] |
| 8 | 0.55 ms |
"COMMIT"
Parameters:
[] |
| 9 | 17.15 ms |
SELECT t0_.id AS id_0, t0_.date AS date_1, t0_.ouvert AS ouvert_2, t0_.occupe AS occupe_3, t0_.jours_fermetures_id AS jours_fermetures_id_4 FROM tranches t0_ WHERE t0_.date >= ? AND t0_.date < ? AND t0_.jours_fermetures_id <= ?
Parameters:
[ "2025-11-26 12:30:00" "2025-11-26 14:00:00" 927 ] |
| 10 | 0.37 ms |
"START TRANSACTION"
Parameters:
[] |
| 11 | 0.44 ms |
UPDATE tranches SET ouvert = ? WHERE id = ?
Parameters:
[ 0 29518 ] |
| 12 | 0.42 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\JoursFermetures | No errors. |
| App\Entity\Tranches | No errors. |
| App\Entity\Avocats | No errors. |
| App\Entity\Statuts | No errors. |
| App\Entity\RendezVous | No errors. |
| App\Entity\Lieux | No errors. |
| App\Entity\JoursSemaine | No errors. |
| App\Entity\Users | No errors. |
| App\Entity\User | No errors. |