Query Metrics

3 Database Queries
3 Different statements
1.48 ms Query time
1 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.54 ms
(36.17%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.category AS category_3, t0.brand AS brand_4, t0.model AS model_5, t0.description AS description_6, t0.price AS price_7, t0.stock_quantity AS stock_quantity_8, t0.image_url AS image_url_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM product t0 WHERE t0.id = ?
Parameters:
[
  "5"
]
0.49 ms
(33.27%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.features AS features_4, t0.contact_number AS contact_number_5, t0.image AS image_6, t0.email AS email_7, t0.address AS address_8, t0.links AS links_9 FROM about_us t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.45 ms
(30.56%)
1
SELECT SUM(c0_.quantity) AS sclr_0 FROM cart_item c0_ WHERE c0_.session_id = ?
Parameters:
[
  "c555059af9413281b7b6875e1f13df54"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Product 1
App\Entity\AboutUs 1

Entities Mapping

Class Mapping errors
App\Entity\Product
  • The field 'App\Entity\Product#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\AboutUs No errors.
App\Entity\CartItem No errors.