GET http://kondashop.com/ka/pannier?page=1&sort%5Bdate%5D=DESC

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.04 ms
SELECT DISTINCT p0_.id AS id_0, p0_.date AS date_1 FROM pannier p0_ ORDER BY p0_.date DESC LIMIT 20
Parameters:
[]
2 0.62 ms
SELECT p0_.est_livrer AS est_livrer_0, p0_.est_annuler AS est_annuler_1, p0_.date AS date_2, p0_.id AS id_3, p0_.info_client_id AS info_client_id_4 FROM pannier p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.date DESC
Parameters:
[
  102
  101
  100
  99
  98
  97
  96
  95
  94
  93
  92
  91
  90
  89
  88
  87
  86
  85
  84
  83
]
3 0.77 ms
SELECT count(p0_.id) AS sclr_0 FROM pannier p0_
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\Pannier 20
App\Entity\InfoClient 8

Entities Mapping

Class Mapping errors
App\Entity\Pannier
  • The association App\Entity\Pannier#commandes refers to the owning side field App\Entity\Commande#pannier which does not exist.
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\Commande No errors.