Query Metrics
71
Database Queries
5
Different statements
76.51 ms
Query time
1
Invalid entities
41
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
29.20 ms (38.16%) |
23 |
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 INNER JOIN tache_user ON t0.id = tache_user.user_id WHERE tache_user.tache_id = ?
Parameters:
[
83739
]
|
|
22.17 ms (28.98%) |
23 |
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 WHERE t0.id = ? LIMIT 1
Parameters:
[
4
]
|
|
22.08 ms (28.86%) |
23 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4, t0.code_couleur AS code_couleur_5 FROM activite t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
5
]
|
|
1.59 ms (2.08%) |
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"
]
|
|
1.47 ms (1.93%) |
1 |
SELECT t0_.id AS id_0, t0_.started_at AS started_at_1, t0_.ended_at AS ended_at_2, t0_.total AS total_3, t0_.created_at AS created_at_4, t0_.updated_at AS updated_at_5, t0_.auteur_id AS auteur_id_6, t0_.remarque AS remarque_7, t0_.complement_adresse AS complement_adresse_8, t0_.updated_by AS updated_by_9, t0_.no_jep AS no_jep_10, t0_.activite_id AS activite_id_11, t0_.client_id AS client_id_12, t0_.adresse_id AS adresse_id_13 FROM tache t0_ INNER JOIN tache_user t2_ ON t0_.id = t2_.tache_id INNER JOIN user u1_ ON u1_.id = t2_.user_id WHERE u1_.id = ? ORDER BY t0_.started_at DESC
Parameters:
[
53
]
|
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\Time\Tache | 23 |
| App\Entity\Time\Activite | 7 |
| App\Entity\Client | 6 |
| App\Entity\User | 2 |
| App\Entity\Grade | 2 |
| App\Entity\Unite | 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\Time\Activite | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\Adresse | No errors. |