Query Metrics
11
Database Queries
9
Different statements
28.78 ms
Query time
0
Invalid entities
10
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
8.40 ms (29.17%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.password_changed AS password_changed_5, t6.id AS id_7, t6.lastname AS lastname_8, t6.firstname AS firstname_9, t6.phone AS phone_10, t6.agency AS agency_11, t6.photo AS photo_12, t6.prev_contract AS prev_contract_13, t6.sante_contract AS sante_contract_14, t6.birthdate AS birthdate_15, t6.prevcommission AS prevcommission_16, t6.married AS married_17, t6.children AS children_18, t6.famcode AS famcode_19, t6.clause AS clause_20, t6.user_id AS user_id_21, t6.region_id AS region_id_22, t6.contract_id AS contract_id_23 FROM app_user t0 LEFT JOIN agent t6 ON t6.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
"isabelle.paillet@allianz.fr"
]
|
|
6.23 ms (21.65%) |
2 |
"COMMIT"
Parameters:
[] |
|
3.38 ms (11.74%) |
1 |
SELECT NEXTVAL('mail_log_id_seq')
Parameters:
[] |
|
2.10 ms (7.30%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.obligatory AS obligatory_3, t0.daily AS daily_4, t0.code AS code_5, t0.contract AS contract_6, t0.percent AS percent_7, t0.subname AS subname_8 FROM prevoyance_option t0 INNER JOIN agent_prevoyance_option ON t0.id = agent_prevoyance_option.prevoyance_option_id WHERE agent_prevoyance_option.agent_id = ?
Parameters:
[
66
]
|
|
2.08 ms (7.23%) |
1 |
INSERT INTO mail_log (id, created_at, action, description, user_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 1083 "2025-11-08 14:41:47" "Mot de passe" "Demande de réinitialisation du mot de passe pour l'agent isabelle.paillet@allianz.fr" null ] |
|
1.97 ms (6.83%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lvl_child AS lvl_child_3, t0.lvl_1 AS lvl_1_4, t0.lvl_2 AS lvl_2_5, t0.lvl_3 AS lvl_3_6, t0.lvl_4 AS lvl_4_7, t0.lvl_5 AS lvl_5_8, t0.lvl6 AS lvl6_9, t0.lvl7 AS lvl7_10, t0.lvl8 AS lvl8_11, t0.lvl9 AS lvl9_12, t0.nonresponsable AS nonresponsable_13, t0.reference AS reference_14, t0.guaranties AS guaranties_15 FROM produit t0 WHERE t0.id = ?
Parameters:
[
4
]
|
|
1.78 ms (6.19%) |
1 |
UPDATE app_user SET password = ?, password_changed = ? WHERE id = ?
Parameters:
[ "$2y$13$HfRMg3f3UqOgFumEOGVO9OGfAf5dr0nEB.w7JzgzODLvgEZoPCucu" 0 256 ] |
|
1.76 ms (6.13%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.delegue_id AS delegue_id_4 FROM region t0 WHERE t0.id = ?
Parameters:
[
6
]
|
|
1.09 ms (3.77%) |
2 |
"START TRANSACTION"
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\PrevoyanceOption | 4 |
| App\Entity\Agent | 2 |
| App\Entity\User | 1 |
| App\Entity\Region | 1 |
| App\Entity\Produit | 1 |
| App\Entity\MailLog | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Agent | No errors. |
| App\Entity\Region | No errors. |
| App\Entity\Produit | No errors. |
| App\Entity\MailLog | No errors. |
| App\Entity\Log | No errors. |
| App\Entity\PrevoyanceOption | No errors. |
| App\Entity\FormData | No errors. |