Query Metrics
5
Database Queries
5
Different statements
23.88 ms
Query time
0
Invalid entities
5
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
22.30 ms (93.39%) |
1 |
SELECT h0_.id AS id_0, h0_.ip AS ip_1, h0_.datetime AS datetime_2, h0_.route AS route_3 FROM historique_route h0_ WHERE h0_.ip = ? AND h0_.route = ? AND h0_.datetime >= ?
Parameters:
[ "216.73.216.147" "espaceFamille" "2026-01-27 18:05:15" ] |
|
0.48 ms (2.00%) |
1 |
SELECT t0.id AS id_1, t0.date_creation AS date_creation_2, t0.date_obseques AS date_obseques_3, t0.lieu_obseques AS lieu_obseques_4, t0.code_famille AS code_famille_5, t0.date_publication AS date_publication_6, t0.creneau_visite AS creneau_visite_7, t0.avis_depose AS avis_depose_8, t0.actif AS actif_9, t0.cloture_espace_condoleance AS cloture_espace_condoleance_10, t0.nb_visite AS nb_visite_11, t0.alerte_auto_famille AS alerte_auto_famille_12, t0.email_famille AS email_famille_13, t0.couple AS couple_14, t0.masquer_age AS masquer_age_15, t0.defunt_id AS defunt_id_16, t0.utilisateur_id AS utilisateur_id_17 FROM avis_deces t0 WHERE t0.id = ?
Parameters:
[
3050
]
|
|
0.39 ms (1.62%) |
1 |
SELECT t0.id AS id_1, t0.genre AS genre_2, t0.nom AS nom_3, t0.nom_jeune_fille AS nom_jeune_fille_4, t0.prenom AS prenom_5, t0.date_naissance AS date_naissance_6, t0.date_deces AS date_deces_7, t0.lieu_naissance AS lieu_naissance_8, t0.lieu_deces AS lieu_deces_9, t0.commune_residence AS commune_residence_10, t0.commune_codepostal AS commune_codepostal_11 FROM defunt t0 WHERE t0.id = ?
Parameters:
[
3054
]
|
|
0.38 ms (1.59%) |
1 |
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.essais AS essais_3, t0.date_essai AS date_essai_4, t0.avis_deces_id AS avis_deces_id_5 FROM bruteforce t0 WHERE t0.ip = ? AND t0.avis_deces_id = ? LIMIT 1
Parameters:
[ "216.73.216.147" 3050 ] |
|
0.33 ms (1.40%) |
1 |
SELECT t0.id AS id_1, t0.validite AS validite_2, t0.date_creation AS date_creation_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.email AS email_6, t0.nom_fichier AS nom_fichier_7, t0.avis_deces_id AS avis_deces_id_8 FROM portrait t0 WHERE t0.avis_deces_id = ? AND t0.validite = ? LIMIT 1
Parameters:
[ 3050 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\HistoriqueRoute | 1 |
| App\Entity\AvisDeces | 1 |
| App\Entity\Defunt | 1 |
| App\Entity\Utilisateur | 1 |
| App\Entity\Portrait | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\HistoriqueRoute | No errors. |
| App\Entity\AvisDeces | No errors. |
| App\Entity\Defunt | No errors. |
| App\Entity\Utilisateur | No errors. |
| App\Entity\Etape | No errors. |
| App\Entity\AvisDecesFichier | No errors. |
| App\Entity\Bruteforce | No errors. |
| App\Entity\Portrait | No errors. |