Query Metrics
7
Database Queries
5
Different statements
13.86 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.22 ms (30.42%) |
1 |
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 = ?
Parameters:
[ "3" "1" ] |
|
3.40 ms (24.55%) |
1 |
SELECT t0.id AS id_1, t0.lundi AS lundi_2, t0.mardi AS mardi_3, t0.mercredi AS mercredi_4, t0.jeudi AS jeudi_5, t0.vendredi AS vendredi_6, t0.samedi AS samedi_7, t0.dimanche AS dimanche_8, t0.ho_am_lundi AS ho_am_lundi_9, t0.hf_am_lundi AS hf_am_lundi_10, t0.ho_pm_lundi AS ho_pm_lundi_11, t0.hf_pm_lundi AS hf_pm_lundi_12, t0.ho_am_mardi AS ho_am_mardi_13, t0.hf_am_mardi AS hf_am_mardi_14, t0.ho_pm_mardi AS ho_pm_mardi_15, t0.hf_pm_mardi AS hf_pm_mardi_16, t0.ho_am_mercredi AS ho_am_mercredi_17, t0.hf_am_mercredi AS hf_am_mercredi_18, t0.ho_pm_mercredi AS ho_pm_mercredi_19, t0.hf_pm_mercredi AS hf_pm_mercredi_20, t0.ho_am_jeudi AS ho_am_jeudi_21, t0.hf_am_jeudi AS hf_am_jeudi_22, t0.ho_pm_jeudi AS ho_pm_jeudi_23, t0.hf_pm_jeudi AS hf_pm_jeudi_24, t0.ho_am_vendredi AS ho_am_vendredi_25, t0.hf_am_vendredi AS hf_am_vendredi_26, t0.ho_pm_vendredi AS ho_pm_vendredi_27, t0.hf_pm_vendredi AS hf_pm_vendredi_28, t0.ho_am_samedi AS ho_am_samedi_29, t0.hf_am_samedi AS hf_am_samedi_30, t0.ho_pm_samedi AS ho_pm_samedi_31, t0.hf_pm_samedi AS hf_pm_samedi_32, t0.ho_am_dimanche AS ho_am_dimanche_33, t0.hf_am_dimanche AS hf_am_dimanche_34, t0.ho_pm_dimanche AS ho_pm_dimanche_35, t0.hf_pm_dimanche AS hf_pm_dimanche_36, t0.lieux_id AS lieux_id_37, t0.avocats_id AS avocats_id_38 FROM jours_semaine t0 WHERE t0.lieux_id = ?
Parameters:
[
"1"
]
|
|
2.42 ms (17.44%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.deleted AS deleted_3, t0.adresse AS adresse_4 FROM lieux t0
Parameters:
[] |
|
2.29 ms (16.48%) |
1 |
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"
]
|
|
1.54 ms (11.11%) |
3 |
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 = ?
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\JoursSemaine | No errors. |
| App\Entity\Avocats | No errors. |
| App\Entity\JoursFermetures | No errors. |
| App\Entity\Lieux | No errors. |
| App\Entity\Tranches | No errors. |
| App\Entity\RendezVous | No errors. |
| App\Entity\Users | No errors. |