Query Metrics

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

Queries

Group similar statements

# Time Info
1 2.98 ms
SELECT t0.id AS id_1, t0.labeleType AS labeleType_2, t0.caracteristiques AS caracteristiques_3, t0.delais AS delais_4, t0.tarifs AS tarifs_5, t0.traif AS traif_6, t0.fraisDePort AS fraisDePort_7, t0.date AS date_8, t0.description AS description_9, t0.plusDescription AS plusDescription_10, t0.MontantHt AS MontantHt_11, t0.MontantTTC AS MontantTTC_12, t0.PoindsEnGrContenant AS PoindsEnGrContenant_13, t0.PoidsEnGrProduit AS PoidsEnGrProduit_14, t0.PoidsTotalEnGrHorsPochette AS PoidsTotalEnGrHorsPochette_15, t0.PochetteEnvoi AS PochetteEnvoi_16, t0.statut AS statut_17, t0.reversement AS reversement_18, t0.iduser AS iduser_19 FROM typeproduit t0 WHERE t0.statut = ?
Parameters:
[
  "publier"
]

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\Typeproduit
  • The field App\Entity\Typeproduit#attachements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\TypeProduitPhoto#idTypep does not contain the required 'inversedBy="attachements"' attribute.
  • The field App\Entity\Typeproduit#reversment is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Reversement#idTypeproduit does not contain the required 'inversedBy="reversment"' attribute.
  • The field App\Entity\Typeproduit#mesproduits is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Produit#type does not contain the required 'inversedBy="mesproduits"' attribute.
App\Entity\User
  • The field App\Entity\User#mescommandes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Commande#idUser does not contain the required 'inversedBy="mescommandes"' attribute.
  • The field App\Entity\User#etablismentuser is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Etablisment#user does not contain the required 'inversedBy="etablismentuser"' attribute.
  • The field App\Entity\User#mesblogs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Blog#iduser does not contain the required 'inversedBy="mesblogs"' attribute.
  • The field App\Entity\User#mesSejourAcc is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Sejour#idAcommp does not contain the required 'inversedBy="mesSejourAcc"' attribute.
  • The field App\Entity\User#mesSejourPart is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Sejour#idPartenaire does not contain the required 'inversedBy="mesSejourPart"' attribute.
App\Entity\TypeProduitPhoto No errors.
App\Entity\Reversement No errors.
App\Entity\Produit No errors.
App\Entity\TypeProduitConditionnement No errors.