POST http://compta.utech-rdc.com/caisse/118/cloture-rapport

Query Metrics

5 Database Queries
5 Different statements
11.95 ms Query time
3 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 1.52 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.point_de_vente_id AS point_de_vente_id_9 FROM users t0 WHERE t0.id = ?
Parameters:
[
  13
]
2 0.84 ms
SELECT t0.id AS id_1, t0.date_rapport AS date_rapport_2, t0.created_at AS created_at_3, t0.solde_precedent AS solde_precedent_4, t0.total_credit AS total_credit_5, t0.total_debit AS total_debit_6, t0.solde AS solde_7, t0.statut AS statut_8, t0.is_deleted AS is_deleted_9, t0.caisse_id AS caisse_id_10, t0.created_by_id AS created_by_id_11, t0.devise_id AS devise_id_12 FROM rapport_caisse t0 WHERE t0.id = ?
Parameters:
[
  118
]
3 0.45 ms
"START TRANSACTION"
Parameters:
[]
4 1.26 ms
UPDATE rapport_caisse SET statut = ? WHERE id = ?
Parameters:
[
  2
  118
]
5 7.88 ms
"COMMIT"
Parameters:
[]

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

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\PointDeVente No errors.
App\Entity\AccountingEntry No errors.
App\Entity\AuditLog No errors.
App\Entity\Vente No errors.
App\Entity\Encaissement No errors.
App\Entity\RapportCaisse No errors.
App\Entity\Caisse
  • The association App\Entity\Caisse#user refers to the inverse side field App\Entity\User#caisse which does not exist.
  • The mappings App\Entity\Caisse#mouvements and App\Entity\Mouvement#caisse are inconsistent with each other.
App\Entity\Devise
  • The association App\Entity\Devise#deviseCible refers to the owning side field App\Entity\ConversionDevise#devise_source which does not exist.
App\Entity\Mouvement
  • The association App\Entity\Mouvement#caisse refers to the inverse side field App\Entity\Caisse#userCreate which does not exist.