GET https://kadoo.cassaclock.com/panier/count

Query Metrics

3 Database Queries
3 Different statements
19.81 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 2.27 ms
SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.user_id AS user_id_5 FROM cart t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[
  "46a664d8da8369eea04d4c88badfc282569bdcf09d08ca84572aad2f9f1dd164"
]
2 4.10 ms
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.selected_color AS selected_color_3, t0.selected_size AS selected_size_4, t0.customization_data AS customization_data_5, t0.customization_preview AS customization_preview_6, t0.unit_price AS unit_price_7, t0.cart_id AS cart_id_8, t0.product_id AS product_id_9 FROM cart_item t0 WHERE t0.cart_id = ?
Parameters:
[
  9
]
3 13.44 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.address AS address_8, t0.postal_code AS postal_code_9, t0.city AS city_10, t0.created_at AS created_at_11 FROM "user" t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\CartItem 3
App\Entity\Product 3
App\Entity\Cart 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Cart No errors.
App\Entity\User No errors.
App\Entity\CartItem No errors.
App\Entity\Product No errors.
App\Entity\Order No errors.