Query Metrics

3 Database Queries
3 Different statements
1.29 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.48 ms
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
]
2 0.37 ms
SELECT t0.id AS id_1, t0.description AS description_2, t0.title AS title_3, t0.head AS head_4, t0.quote_items AS quote_items_5, t0.contact_number AS contact_number_6, t0.contact_title AS contact_title_7 FROM quote_desc t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.43 ms
SELECT SUM(c0_.quantity) AS sclr_0 FROM cart_item c0_ WHERE c0_.session_id = ?
Parameters:
[
  "d4aaefb4790e57aca58754b5f3406dbf"
]

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
App\Entity\QuoteDesc 1

Entities Mapping

Class Mapping errors
App\Entity\AboutUs No errors.
App\Entity\QuoteDesc No errors.
App\Entity\CartItem No errors.