Query Metrics
2
Database Queries
2
Different statements
3.82 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.49 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:
[
"695c67c5b057afe2d2ebd8f8b02c982a90a24114e2760e2439786ddaf930704e"
]
|
| 2 | 1.33 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.hd_export_path AS hd_export_path_7, t0.canvas_json AS canvas_json_8, t0.unit_price AS unit_price_9, t0.cart_id AS cart_id_10, t0.product_id AS product_id_11 FROM cart_item t0 WHERE t0.cart_id = ?
Parameters:
[
121
]
|
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\User | No errors. |
| App\Entity\CartItem | No errors. |
| App\Entity\Product | No errors. |