Redirect 302 redirect from GET @app_caisse_show (5d8ffa)

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

Query Metrics

1 Database Queries
1 Different statements
1.41 ms Query time
2 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 1.41 ms
SELECT c0_.id AS id_0, c0_.date_ouverture AS date_ouverture_1, c0_.caissier_nom AS caissier_nom_2, c0_.orange AS orange_3, c0_.orange2 AS orange2_4, c0_.mtn AS mtn_5, c0_.mtn2 AS mtn2_6, c0_.wave AS wave_7, c0_.wave2 AS wave2_8, c0_.push AS push_9, c0_.tresor_money AS tresor_money_10, c0_.moov AS moov_11, c0_.transfert AS transfert_12, c0_.billet AS billet_13, c0_.monnaie AS monnaie_14, c0_.total_fermeture AS total_fermeture_15, c0_.caissier_id AS caissier_id_16, c0_.fermeture_id AS fermeture_id_17 FROM caisse c0_ WHERE c0_.caissier_id = ? ORDER BY c0_.date_ouverture DESC
Parameters:
[
  null
]

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

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.