GET http://kondashop.com/ka/pannier?page=6

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.09 ms
SELECT DISTINCT p0_.id AS id_0 FROM pannier p0_ LIMIT 20 OFFSET 100
Parameters:
[]
2 0.72 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 (?, ?)
Parameters:
[
  99
  100
]
3 1.04 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 2
App\Entity\InfoClient 1

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.