https://dev.spa.biz/spa/Tous%20les%20Spas%20Confort/12

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.descriptions AS descriptions_3, t0.image AS image_4, t0.name_fr AS name_fr_5, t0.descriptions_fr AS descriptions_fr_6, t0.name_es AS name_es_7, t0.descriptions_es AS descriptions_es_8, t0.sous_categorie_id AS sous_categorie_id_9 FROM categorie t0 WHERE t0.id = ?
Parameters:
[
  "12"
]
2 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.descriptions AS descriptions_3, t0.image AS image_4, t0.name_fr AS name_fr_5, t0.descriptions_fr AS descriptions_fr_6, t0.name_es AS name_es_7, t0.descriptions_es AS descriptions_es_8, t0.sous_categorie_id AS sous_categorie_id_9 FROM categorie t0 WHERE t0.sous_categorie_id = ?
Parameters:
[
  12
]

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\Categorie No errors.
App\Entity\Produit\Produit
  • The field App\Entity\Produit\Produit#orderLinesProduit is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Order\OrderLine#produit does not contain the required 'inversedBy="orderLinesProduit"' attribute.