Query Metrics

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

Queries

Group similar statements

# Time Info
1 2.56 ms
SELECT count(DISTINCT m0_.menu_id) AS sclr_0 FROM `menu` m0_ WHERE m0_.titre LIKE '1'
Parameters:
[]
2 0.27 ms
SELECT DISTINCT m0_.menu_id AS menu_id_0, m0_.quantite_restante AS quantite_restante_1 FROM `menu` m0_ WHERE m0_.titre LIKE '1' ORDER BY m0_.quantite_restante DESC LIMIT 10
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.

Entities Mapping

Class Mapping errors
App\Entity\Menu
  • The mappings App\Entity\Menu#proposeplat and App\Entity\ProposePlat#menu_id are inconsistent with each other.
  • The field App\Entity\Menu#proposetheme is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ProposeTheme#menu_id does not contain the required 'inversedBy: "proposetheme"' attribute.
  • The field App\Entity\Menu#adapte is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Adapte#menu_id does not contain the required 'inversedBy: "adapte"' attribute.