GET http://kondashop.com/ka/info-client/205/edit

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.13 ms
SELECT t0.nom AS nom_1, t0.tel AS tel_2, t0.ville AS ville_3, t0.email AS email_4, t0.datelivraison AS datelivraison_5, t0.commentaire AS commentaire_6, t0.pointfidelite AS pointfidelite_7, t0.id AS id_8, t0.quantite AS quantite_9 FROM info_client t0 WHERE t0.id = ?
Parameters:
[
  "205"
]

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\InfoClient 1

Entities Mapping

Class Mapping errors
App\Entity\InfoClient
  • The association App\Entity\InfoClient#pointsTransactions refers to the owning side field App\Entity\PointsTransaction#infoclient which does not exist.
App\Entity\PointsTransaction
  • The mappings App\Entity\PointsTransaction#infoClient and App\Entity\InfoClient#pointsTransactions are inconsistent with each other.