GET https://gelbeeimershop.com/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.17 ms
SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.type AS type_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.customer_id AS customer_id_7 FROM carts t0 WHERE t0.id = ? AND t0.type = ? LIMIT 1
Parameters:
[
  1201
  "cart"
]
2 0.54 ms
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.cart_id AS cart_id_3, t0.product_id AS product_id_4 FROM cart_items t0 WHERE t0.cart_id = ?
Parameters:
[
  1201
]

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

Entities Mapping

Class Mapping errors
App\Entity\Cart No errors.
App\Entity\Address No errors.
App\Entity\Customer No errors.
App\Entity\CartItem No errors.
App\Entity\Product No errors.