GET https://nouveau.lacassedugsm.fr/catalogue1

Query Metrics

5 Database Queries
5 Different statements
2.16 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 0.42 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.nombre_de_produit AS nombre_de_produit_2, p0_.reference AS reference_3, p0_.caracteristique AS caracteristique_4, p0_.couleurs AS couleurs_5, p0_.images AS images_6, p0_.slug AS slug_7, p0_.prix AS prix_8, p0_.offres AS offres_9, p0_.description_detailler AS description_detailler_10, p0_.image_une AS image_une_11, p0_.image_deux AS image_deux_12, p0_.image_trois AS image_trois_13, p0_.image_quatre AS image_quatre_14, p0_.image_cinq AS image_cinq_15, p0_.type_de_produit AS type_de_produit_16, p0_.taille AS taille_17, p0_.garantie AS garantie_18, p0_.etat AS etat_19, p0_.tdptexte_un AS tdptexte_un_20, p0_.tdptexte_deux AS tdptexte_deux_21, p0_.tdpimage_un AS tdpimage_un_22, p0_.tdpimage_deux AS tdpimage_deux_23, p0_.is_best AS is_best_24, p0_.marque_id AS marque_id_25, p0_.modele_id AS modele_id_26, p0_.type_de_piece_id AS type_de_piece_id_27, p0_.support_id AS support_id_28 FROM piece p0_ WHERE p0_.support_id = ?
Parameters:
[
  "1"
]
2 0.25 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.nombre_de_produit AS nombre_de_produit_3, t0.reference AS reference_4, t0.caracteristique AS caracteristique_5, t0.couleurs AS couleurs_6, t0.images AS images_7, t0.slug AS slug_8, t0.prix AS prix_9, t0.offres AS offres_10, t0.description_detailler AS description_detailler_11, t0.image_une AS image_une_12, t0.image_deux AS image_deux_13, t0.image_trois AS image_trois_14, t0.image_quatre AS image_quatre_15, t0.image_cinq AS image_cinq_16, t0.type_de_produit AS type_de_produit_17, t0.taille AS taille_18, t0.garantie AS garantie_19, t0.etat AS etat_20, t0.tdptexte_un AS tdptexte_un_21, t0.tdptexte_deux AS tdptexte_deux_22, t0.tdpimage_un AS tdpimage_un_23, t0.tdpimage_deux AS tdpimage_deux_24, t0.is_best AS is_best_25, t0.marque_id AS marque_id_26, t0.modele_id AS modele_id_27, t0.type_de_piece_id AS type_de_piece_id_28, t0.support_id AS support_id_29 FROM piece t0 WHERE t0.is_best = ?
Parameters:
[
  1
]
3 0.17 ms
SELECT m0_.id AS id_0, m0_.name AS name_1 FROM marque m0_
Parameters:
[]
4 0.54 ms
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.marque_id AS marque_id_2 FROM modele m0_
Parameters:
[]
5 0.77 ms
SELECT t0_.id AS id_0, t0_.name AS name_1 FROM type_de_piece t0_
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\Piece No errors.
App\Entity\Marque
  • The field App\Entity\Marque#tarifications is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Tarification#marque does not contain the required 'inversedBy="tarifications"' attribute.
App\Entity\Modele
  • The field App\Entity\Modele#tarifications is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Tarification#modele does not contain the required 'inversedBy="tarifications"' attribute.
App\Entity\TypeDePiece
  • The association App\Entity\TypeDePiece#tarifications refers to the owning side field App\Entity\Tarification#TypeDePiece which does not exist.
App\Entity\Support No errors.
App\Entity\Tarification No errors.