Query Metrics
13
Database Queries
3
Different statements
11.08 ms
Query time
1
Invalid entities
21
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
8.65 ms (78.11%) |
11 |
SELECT a0_.id AS id_0, a0_.address_name AS address_name_1, a0_.client_id AS client_id_2 FROM adresse a0_ INNER JOIN client c1_ ON a0_.client_id = c1_.id WHERE c1_.id = ? ORDER BY a0_.address_name ASC
Parameters:
[
1
]
|
|
1.54 ms (13.86%) |
1 |
SELECT t0.totp_secret AS totp_secret_1, t0.is2fa_enabled AS is2fa_enabled_2, t0.id AS id_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.reset_token AS reset_token_7, t0.nom AS nom_8, t0.prenom AS prenom_9, t0.matricule AS matricule_10, t0.created_at AS created_at_11, t0.reset_token_created_at AS reset_token_created_at_12, t0.phone_number AS phone_number_13, t0.fonction AS fonction_14, t0.image AS image_15, t0.genre AS genre_16, t0.is_active AS is_active_17, t0.degre AS degre_18, t0.unite_id AS unite_id_19, t0.grade_id AS grade_id_20 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"mbenaraich@sky4u.ch"
]
|
|
0.89 ms (8.03%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4, t0.entite AS entite_5 FROM client t0
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\Client | 11 |
| App\Entity\Adresse | 7 |
| App\Entity\User | 1 |
| App\Entity\Unite | 1 |
| App\Entity\Grade | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Unite | No errors. |
| App\Entity\Grade | No errors. |
| App\Entity\Time\Tache |
|
| App\Entity\Client | No errors. |
| App\Entity\Adresse | No errors. |