Query Metrics

3 Database Queries
3 Different statements
2.20 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 0.92 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 WHERE t0.id = ?
Parameters:
[
  "23"
]
2 0.66 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.description AS description_4 FROM category t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.62 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.image AS image_2, c0_.description AS description_3 FROM category c0_
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.