POST https://axiumv2.optimumci.com/logout

Query Metrics

1 Database Queries
1 Different statements
1.40 ms Query time
6 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.40 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.fonction AS fonction_5, t0.photo AS photo_6, t0.roles AS roles_7, t0.auth0_id AS auth0_id_8, t0.refresh_token AS refresh_token_9, t0.refresh_token_expires_at AS refresh_token_expires_at_10, t0.apps AS apps_11, t0.signature AS signature_12, t0.fleet_refresh_token AS fleet_refresh_token_13, t0.slug AS slug_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.station_id AS station_id_17, t0.lieu_empotage_id AS lieu_empotage_id_18 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\Admin\User 1
App\Entity\Domain\Chargement\StationService 1

Entities Mapping

Class Mapping errors
App\Entity\Admin\User
  • The association App\Entity\Admin\User#stationServices refers to the owning side field App\Entity\Domain\Chargement\StationService#gerant which does not exist.
  • The association App\Entity\Admin\User#bonDeLivraisons refers to the owning side field App\Entity\Domain\Chargement\BonDeLivraison#gerant which does not exist.
  • The association App\Entity\Admin\User#ventes refers to the owning side field App\Entity\Domain\Controle\Vente#ca which is not defined as association, but as field.
  • The association App\Entity\Admin\User#ventes refers to the owning side field App\Entity\Domain\Controle\Vente#ca which does not exist.
  • The association App\Entity\Admin\User#jaugeurBls refers to the owning side field App\Entity\Domain\Chargement\BonDeLivraison#jaugeur which does not exist.
App\Entity\Domain\Chargement\StationService
  • The mappings App\Entity\Domain\Chargement\StationService#produit and App\Entity\Domain\Controle\Cuve#station are inconsistent with each other.
App\Entity\Domain\Chargement\LieuEmpotage No errors.
App\Entity\Admin\Role No errors.
App\Entity\Domain\Depotage\Depotage
  • The mappings App\Entity\Domain\Depotage\Depotage#gerant and App\Entity\Admin\User#depotages are inconsistent with each other.
App\Entity\Domain\Chargement\BonDeLivraison No errors.
App\Entity\Domain\Chargement\DetailBonDeLivraison
  • The mappings App\Entity\Domain\Chargement\DetailBonDeLivraison#gerant and App\Entity\Admin\User#detailBonDeLivraisons are inconsistent with each other.
App\Entity\Domain\Controle\Versement No errors.
App\Entity\Domain\Controle\Credit
  • The field 'App\Entity\Domain\Controle\Credit#litrage' has the property type 'string' that differs from the metadata field type 'float' returned by the 'float' DBAL type.
App\Entity\Domain\Controle\Vente
  • The mappings App\Entity\Domain\Controle\Vente#operationUser and App\Entity\Admin\User#ventes are inconsistent with each other.