Query Metrics
7
Database Queries
7
Different statements
8.75 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.93 ms (0.00%) |
1 |
UPDATE contact SET nom = ?, prenom = ?, fonction = ?, datemodification = ?, linkedin = ?, collaborateur_id = ? WHERE id = ?
Parameters:
[ "FLANDROIS ALLAIS" "Rémi" "Responsable des systèmes d'informations" "2025-11-04 22:12:52" "https://www.linkedin.com/in/r%C3%A9mi-flandrois-allais-902a73116/" 82 45347 ] |
|
1.92 ms (0.00%) |
1 |
"COMMIT"
Parameters:
[] |
|
1.55 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.civilite AS civilite_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.fonction AS fonction_5, t0.email AS email_6, t0.fixe AS fixe_7, t0.mobile AS mobile_8, t0.active AS active_9, t0.datecreation AS datecreation_10, t0.datemodification AS datemodification_11, t0.rgpd AS rgpd_12, t0.linkedin AS linkedin_13, t0.prospect_id AS prospect_id_14, t0.collaborateur_id AS collaborateur_id_15 FROM contact t0 WHERE t0.id = ?
Parameters:
[
45347
]
|
|
0.94 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.active AS active_3 FROM centreinteret t0 WHERE t0.id IN (?)
Parameters:
[
[
1
9
]
]
|
|
0.66 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.password AS password_5, t0.active AS active_6, t0.session_active AS session_active_7, t0.parametres AS parametres_8, t0.erreur AS erreur_9, t0.erreurdate AS erreurdate_10, t0.groupe_id AS groupe_id_11, t0.photo_id AS photo_id_12, t0.client_id AS client_id_13 FROM utilisateur t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"merlag52@gmail.com"
]
|
|
0.39 ms (0.00%) |
1 |
"START TRANSACTION"
Parameters:
[] |
|
0.35 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.active AS active_3 FROM centreinteret t0 INNER JOIN contact_centreinteret ON t0.id = contact_centreinteret.centreinteret_id WHERE contact_centreinteret.contact_id = ?
Parameters:
[
45347
]
|
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\Utilisateur | No errors. |
| App\Entity\Groupe | No errors. |
| App\Entity\Fichier | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\Prospect |
|
| App\Entity\Contact | No errors. |
| App\Entity\Centreinteret | No errors. |
| App\Entity\Ville | No errors. |
| App\Entity\Campagne | No errors. |
| App\Entity\Importation | No errors. |
| App\Entity\Rdv | No errors. |
| App\Entity\Commentaire | No errors. |
| App\Entity\Rdvstatut | No errors. |
| App\Entity\Commercial | No errors. |
| App\Entity\Codenaf | No errors. |