Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.62 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:
[
  "4"
]

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\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\Product
  • The mappings App\Entity\Product#productWishlists and App\Entity\ProductWishlist#product are inconsistent with each other.