Query Metrics

4 Database Queries
3 Different statements
1.79 ms Query time
1 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.00 ms
(55.57%)
2
SELECT c0_.id AS id_0, c0_.quantity AS quantity_1, c0_.session_id AS session_id_2, c0_.created_at AS created_at_3, c0_.product_id AS product_id_4, c0_.user_id AS user_id_5 FROM cart_item c0_ WHERE c0_.session_id = ? ORDER BY c0_.created_at DESC
Parameters:
[
  "95314f9a08abacad815bc0e6fb096f6d"
]
0.41 ms
(22.94%)
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.39 ms
(21.49%)
1
SELECT SUM(c0_.quantity) AS sclr_0 FROM cart_item c0_ WHERE c0_.session_id = ?
Parameters:
[
  "95314f9a08abacad815bc0e6fb096f6d"
]

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\AboutUs 1

Entities Mapping

Class Mapping errors
App\Entity\CartItem No 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\User No errors.
App\Entity\AboutUs No errors.