GET https://caisse.sigmsdrh.com/caisse/1537/mouvement/new

Query Metrics

2 Database Queries
2 Different statements
1.67 ms Query time
2 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 1.27 ms
SELECT t0.id AS id_1, t0.date_ouverture AS date_ouverture_2, t0.caissier_nom AS caissier_nom_3, t0.orange AS orange_4, t0.orange2 AS orange2_5, t0.mtn AS mtn_6, t0.mtn2 AS mtn2_7, t0.wave AS wave_8, t0.wave2 AS wave2_9, t0.push AS push_10, t0.tresor_money AS tresor_money_11, t0.moov AS moov_12, t0.transfert AS transfert_13, t0.billet AS billet_14, t0.monnaie AS monnaie_15, t0.total_fermeture AS total_fermeture_16, t0.caissier_id AS caissier_id_17, t0.fermeture_id AS fermeture_id_18 FROM caisse t0 WHERE t0.id = ?
Parameters:
[
  "1537"
]
2 0.39 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.email AS email_3, t0.phone_number AS phone_number_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.id = ?
Parameters:
[
  4
]

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\Caisse 1
App\Entity\User 1
App\Entity\CaisseFermeture 1

Entities Mapping

Class Mapping errors
App\Entity\Caisse No errors.
App\Entity\User
  • The field App\Entity\User#caisses is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Caisse#caissier does not contain the required 'inversedBy="caisses"' attribute.
App\Entity\CaisseFermeture
  • The field App\Entity\CaisseFermeture#caisse is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Caisse#fermeture does not contain the required 'mappedBy="caisse"' attribute.
App\Entity\Mouvement No errors.