GET https://app.retouralasourcefx.com/api/auth/me

Query Metrics

4 Database Queries
4 Different statements
1.42 ms Query time
6 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 0.25 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.nom AS nom_3, t0.prenoms AS prenoms_4, t0.telephone AS telephone_5, t0.roles AS roles_6, t0.password AS password_7, t0.is_active AS is_active_8, t0.is_email_auth_enabled AS is_email_auth_enabled_9, t0.is_sms_auth_enabled AS is_sms_auth_enabled_10, t0.auth_code AS auth_code_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.avatar AS avatar_14, t0.push_token AS push_token_15, t0.push_subscription AS push_subscription_16, t0.agence_id AS agence_id_17, t0.service_transfert_id AS service_transfert_id_18 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "ojosephine@retouralasourcefx.com"
]
2 0.28 ms
DELETE FROM user_sessions WHERE last_activity < ?
Parameters:
[
  "2026-06-03 17:02:14"
]
3 0.52 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ville AS ville_3, t0.adresse AS adresse_4, t0.telephone AS telephone_5, t0.telephone2 AS telephone2_6, t0.created_at AS created_at_7, t0.require_loan_validation AS require_loan_validation_8, t0.entreprise_id AS entreprise_id_9, t0.pays_id AS pays_id_10, t0.devise_source_id AS devise_source_id_11, t0.responsable_id AS responsable_id_12 FROM agence t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.37 ms
SELECT t0.id AS id_1, t0.date_debut AS date_debut_2, t0.is_active AS is_active_3, t0.is_appro_initial_valide AS is_appro_initial_valide_4, t0.date_fin AS date_fin_5, t0.caissier_id AS caissier_id_6, t0.caisse_id AS caisse_id_7 FROM affectation_caisse t0 WHERE t0.caissier_id = ?
Parameters:
[
  21
]

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 2
App\Entity\Agence 1
App\Entity\Entreprise 1
App\Entity\Pays 1
App\Entity\Devise 1

Entities Mapping

Class Mapping errors
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.
App\Entity\RefreshToken No errors.
App\Entity\User No errors.
App\Entity\Agence No errors.
App\Entity\ServiceTransfert No errors.
App\Entity\AffectationAgence No errors.
App\Entity\ApproAgence
  • The mappings App\Entity\ApproAgence#validePar and App\Entity\User#approAgences are inconsistent with each other.
App\Entity\ApproCaisse No errors.
App\Entity\ApproCompteGeneral No errors.
App\Entity\MouvementCaisse No errors.
App\Entity\MouvementCompteBancaire No errors.
App\Entity\Client No errors.
App\Entity\MouvementCompteClient No errors.
App\Entity\Operation
  • The mappings App\Entity\Operation#deviseCible and App\Entity\Devise#operations are inconsistent with each other.
  • The field App\Entity\Operation#mouvementCaisses is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\MouvementCaisse#operation does not contain the required 'inversedBy="mouvementCaisses"' attribute.
  • The field App\Entity\Operation#mouvementBancaires is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\MouvementCompteBancaire#operation does not contain the required 'inversedBy="mouvementBancaires"' attribute.
  • The field App\Entity\Operation#mouvementCompteClients is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\MouvementCompteClient#operation does not contain the required 'inversedBy="mouvementCompteClients"' attribute.
App\Entity\AffectationCaisse No errors.
App\Entity\Pret
  • The association App\Entity\Pret#agence refers to the inverse side field App\Entity\Agence#prets which does not exist.
  • The association App\Entity\Pret#caisse refers to the inverse side field App\Entity\Caisse#prets which does not exist.
App\Entity\Remboursement No errors.
App\Entity\UserSession No errors.
App\Entity\Entreprise No errors.
App\Entity\Pays No errors.
App\Entity\Devise
  • The field App\Entity\Devise#lignes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LigneDepense#devise does not contain the required 'inversedBy="lignes"' attribute.
App\Entity\Caisse No errors.
App\Entity\CompteAgence
  • The field App\Entity\CompteAgence#lignesDepenses is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LigneDepense#compteAgence does not contain the required 'inversedBy="lignesDepenses"' attribute.
App\Entity\TauxChange
  • The mappings App\Entity\TauxChange#deviseCible and App\Entity\Devise#tauxChanges are inconsistent with each other.
App\Entity\Depense No errors.