Query Metrics

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

Queries

Group similar statements

default connection

# Time Info
1 1.26 ms
SELECT COUNT(c0_.id) AS sclr_0, COALESCE(SUM(c0_.total), 0) AS sclr_1 FROM cart c0_ WHERE c0_.session_id = ?
Parameters:
[
  "845d826d6f950da5547535424631c34a"
]
2 4.16 ms
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ WHERE p0_.active = ? AND p0_.meret = ? AND p0_.category_id IN (?) ORDER BY p0_.name DESC
Parameters:
[
  1
  0
  34
]

Database Connections

Name Service
default doctrine.dbal.default_connection
intralog doctrine.dbal.intralog_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

Entities Mapping

Class Mapping errors
App\Entity\Cart No errors.
App\Entity\Product No errors.
App\Entity\ProductCategoryGyik No errors.