Query Metrics
2
Database Queries
2
Different statements
0.33 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.15 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_.guest_token = ? AND c0_.active = 1 LIMIT 1
Parameters:
[
"df9b5204-384a-4fda-bc1a-3f18d4111e2c"
]
|
||||||||||||||||||||||||||||||||
| 2 | 0.19 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:
[
3945
]
|
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\Shop\Cart | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Shop\Cart | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Shop\Voucher | No errors. |
| App\Entity\Shop\CartItem | No errors. |