http://vsa.shaheenj.com/merch/2

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
6.09 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.prix AS prix_2, t0.title AS title_3, t0.image AS image_4, t0.description AS description_5, t0.tags AS tags_6 FROM products t0 WHERE t0.id = ?
Parameters:
[
  "2"
]

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\Products
  • The field 'App\Entity\Products#prix' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
  • The field App\Entity\Products#cartItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\CartItems#productId does not contain the required 'inversedBy="cartItems"' attribute.
App\Entity\CartItems
  • The field 'App\Entity\CartItems#qty' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
  • The field 'App\Entity\CartItems#prix' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.