Query Metrics
6
Database Queries
6
Different statements
2.90 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.77 ms (26.58%) |
1 |
SELECT t0.id AS id_1, t0.session AS session_2, t0.recipient AS recipient_3, t0.currency AS currency_4, t0.ordered AS ordered_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.user_id AS user_id_8 FROM ecommerce_cart t0 WHERE t0.session = ? AND t0.ordered = ? LIMIT 1
Parameters:
[ "7b8msmtp8jokrv55539leg5u1i" 0 ] |
|
0.66 ms (22.64%) |
1 |
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.reference AS reference_3, t0.price_euros AS price_euros_4, t0.promotion_price_euros AS promotion_price_euros_5, t0.price_dollars AS price_dollars_6, t0.promotion_price_dollars AS promotion_price_dollars_7, t0.price_pounds AS price_pounds_8, t0.promotion_price_pounds AS promotion_price_pounds_9, t0.promotion_start_date AS promotion_start_date_10, t0.promotion_end_date AS promotion_end_date_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.product_id AS product_id_14, t0.cart_id AS cart_id_15 FROM ecommerce_cart_product t0 WHERE t0.id = ?
Parameters:
[
"378"
]
|
|
0.60 ms (20.88%) |
1 |
SELECT t0.id AS id_1, t0.seo_title AS seo_title_2, t0.seo_h1 AS seo_h1_3, t0.title AS title_4, t0.short_content AS short_content_5, t0.content AS content_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM ecommerce_cart_product_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
378
]
|
|
0.45 ms (15.67%) |
1 |
DELETE FROM ecommerce_cart_product WHERE id = ?
Parameters:
[
378
]
|
|
0.37 ms (12.81%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.04 ms (1.42%) |
1 |
"START TRANSACTION"
Parameters:
[] |
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\CartProduct | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\CartProductTranslation | No errors. |
| FOS\UserBundle\Model\User | No errors. |
| App\Entity\User | No errors. |