http://laboutiquebelge.gabriel-cassano.be/nos-produits

Query Metrics

1 Database Queries
1 Different statements
4.82 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 4.82 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.illustration AS illustration_4, t0.subtitle AS subtitle_5, t0.description AS description_6, t0.price AS price_7, t0.category_id AS category_id_8 FROM product 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\Product
  • The mappings App\Entity\Product#productWishlists and App\Entity\ProductWishlist#product are inconsistent with each other.
App\Entity\Category
  • The field App\Entity\Category#products is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Product#category does not contain the required 'inversedBy="products"' attribute.
App\Entity\ProductWishlist
  • The association App\Entity\ProductWishlist#product refers to the inverse side field App\Entity\Product#productWishlist which does not exist.