https://deltainformatique.org/ECF/plat/photo/15

Query Metrics

1 Database Queries
1 Different statements
2.20 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.20 ms
(100.00%)
1
SELECT t0.plat_id AS plat_id_1, t0.titre_plat AS titre_plat_2, t0.photo AS photo_3 FROM `plat` t0 WHERE t0.plat_id = ? LIMIT 1
Parameters:
[
  15
]

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.