POST http://pisa.chaiprod.com/login

Query Metrics

4 Database Queries
4 Different statements
4.43 ms Query time
1 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.27 ms
(51.30%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.position AS position_6, t0.avatar AS avatar_7, t0.is_enabled AS is_enabled_8, t0.acces_donnees AS acces_donnees_9, t0.derniere_connexion AS derniere_connexion_10, t0.tentatives_connexion AS tentatives_connexion_11, t0.compte_verrouille AS compte_verrouille_12, t0.preferences_interface AS preferences_interface_13, t0.structure_id AS structure_id_14 FROM "user" t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@pisa.sn"
]
1.14 ms
(25.73%)
1
"COMMIT"
Parameters:
[]
0.73 ms
(16.60%)
1
UPDATE "user" SET derniere_connexion = ? WHERE id = ?
Parameters:
[
  "2026-07-27 10:59:18"
  16
]
0.28 ms
(6.37%)
1
"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\User 1
App\Entity\Structure 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Structure No errors.
App\Entity\Activite
  • The field App\Entity\Activite#activiteOutils is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ActiviteOutil#activite does not contain the required 'inversedBy="activiteOutils"' attribute.
  • The field App\Entity\Activite#activiteDocumentTechniques is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ActiviteDocumentTechnique#activite does not contain the required 'inversedBy="activiteDocumentTechniques"' attribute.
  • The field App\Entity\Activite#activiteSuivis is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ActiviteSuivi#activite does not contain the required 'inversedBy="activiteSuivis"' attribute.
  • The field App\Entity\Activite#activiteEnquetes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ActiviteEnquete#activite does not contain the required 'inversedBy="activiteEnquetes"' attribute.
  • The field App\Entity\Activite#activiteInterviewsFg is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ActiviteInterviewFg#activite does not contain the required 'inversedBy="activiteInterviewsFg"' attribute.
  • The field App\Entity\Activite#calendrier is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ActiviteCalendrier#activite does not contain the required 'inversedBy="calendrier"' attribute.
App\Entity\Role No errors.