https://deltainformatique.org/ECF/plat/liste?page=3

Query Metrics

3 Database Queries
3 Different statements
1.73 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.61 ms
SELECT count(DISTINCT p0_.plat_id) AS sclr_0 FROM `plat` p0_
Parameters:
[]
2 0.47 ms
SELECT DISTINCT p0_.plat_id AS plat_id_0 FROM `plat` p0_ LIMIT 10 OFFSET 20
Parameters:
[]
3 0.65 ms
SELECT p0_.plat_id AS plat_id_0, p0_.titre_plat AS titre_plat_1, p0_.photo AS photo_2 FROM `plat` p0_ WHERE p0_.plat_id IN (?, ?)
Parameters:
[
  21
  22
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Plat
  • The field App\Entity\Plat#proposeplat is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ProposePlat#plat_id does not contain the required 'inversedBy: "proposeplat"' attribute.
  • The field App\Entity\Plat#contient is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Contient#plat_id does not contain the required 'inversedBy: "contient"' attribute.
App\Entity\ProposePlat
  • The association App\Entity\ProposePlat#menu_id refers to the inverse side field App\Entity\Menu#proposePlat which does not exist.
App\Entity\Contient No errors.