GET https://www.pixelfoto-express.de/v1/cart

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.25 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.roles AS roles_4, t0.token AS token_5, t0.token_requested_at AS token_requested_at_6, t0.email_verification_token AS email_verification_token_7, t0.email_verification_requested_at AS email_verification_requested_at_8, t0.is_verified AS is_verified_9, t0.meta AS meta_10, t0.created_at AS created_at_11, t0.firstname AS firstname_12, t0.lastname AS lastname_13, t0.identifier AS identifier_14, t0.company AS company_15, t0.phone AS phone_16, t0.is_collective_bill_enabled AS is_collective_bill_enabled_17 FROM user t0 WHERE t0.id = ?
Parameters:
[
  30451
]
2 0.21 ms
SELECT c0_.id AS id_0, c0_.guest_token AS guest_token_1, c0_.currency AS currency_2, c0_.active AS active_3, c0_.subtotal_cents AS subtotal_cents_4, c0_.total_cents AS total_cents_5, c0_.voucher_code AS voucher_code_6, c0_.voucher_discount_cents AS voucher_discount_cents_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.user_id AS user_id_10, c0_.voucher_id AS voucher_id_11 FROM cart c0_ WHERE c0_.user_id = ? AND c0_.active = 1 LIMIT 1
Parameters:
[
  30451
]
3 0.13 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.payload AS payload_3, t0.product_id AS product_id_4, t0.selected_variant_ids AS selected_variant_ids_5, t0.dimensions AS dimensions_6, t0.quantity AS quantity_7, t0.merge_key AS merge_key_8, t0.variant_id AS variant_id_9, t0.product_options AS product_options_10, t0.image_id AS image_id_11, t0.preset AS preset_12, t0.title AS title_13, t0.thumb_url AS thumb_url_14, t0.unit_price_cents AS unit_price_cents_15, t0.line_total_cents AS line_total_cents_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.cart_id AS cart_id_19 FROM cart_item t0 WHERE t0.cart_id = ?
Parameters:
[
  3843
]

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

Entities Mapping

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