Redirect 303 redirect from POST @app_mouvement_new (c5d4d2)

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

Query Metrics

4 Database Queries
4 Different statements
2.82 ms Query time
2 Invalid entities
10 Managed entities

Queries

Group similar statements

# Time Info
1 1.64 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.31 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
]
3 0.27 ms
SELECT t0.id AS id_1, t0.date_fermeture AS date_fermeture_2, t0.orange AS orange_3, t0.orange2 AS orange2_4, t0.mtn AS mtn_5, t0.mtn2 AS mtn2_6, t0.wave AS wave_7, t0.wave2 AS wave2_8, t0.push AS push_9, t0.tresor_money AS tresor_money_10, t0.moov AS moov_11, t0.transfert AS transfert_12, t0.billet AS billet_13, t0.monnaie AS monnaie_14, t0.caisse_id AS caisse_id_15 FROM caisse_fermeture t0 WHERE t0.id = ?
Parameters:
[
  1532
]
4 0.59 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.montant AS montant_3, t0.date AS date_4, t0.libelle AS libelle_5, t0.libelle2 AS libelle2_6, t0.caisse_id AS caisse_id_7 FROM mouvement t0 WHERE t0.caisse_id = ?
Parameters:
[
  1537
]

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\Mouvement 7
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.