Query Metrics
9
Database Queries
5
Different statements
3.53 ms
Query time
0
Invalid entities
6
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
1.14 ms (32.19%) |
1 |
SELECT t0.status AS status_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.client_id AS client_id_5, t0.shipment_address_id AS shipment_address_id_6, t0.invoice_address_id AS invoice_address_id_7 FROM carts t0 WHERE t0.id = ?
Parameters:
[
"e0531a7e-0ac6-4d12-9f10-e30d4aaf14a8"
]
|
|
1.06 ms (30.12%) |
5 |
DELETE FROM carts_products WHERE id = ?
Parameters:
[
"0ca137ac-2764-4736-80ba-6d63a5813f34"
]
|
|
0.60 ms (17.07%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.49 ms (13.78%) |
1 |
SELECT t0.reference AS reference_1, t0.amount AS amount_2, t0.name AS name_3, t0.price_sell AS price_sell_4, t0.price_offer AS price_offer_5, t0.id AS id_6, t0.cart_id AS cart_id_7, t0.product_id AS product_id_8 FROM carts_products t0 WHERE t0.cart_id = ?
Parameters:
[
"e0531a7e-0ac6-4d12-9f10-e30d4aaf14a8"
]
|
|
0.24 ms (6.84%) |
1 |
"START TRANSACTION"
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| legacy | doctrine.dbal.legacy_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 |
|---|---|
| Fotoboom\Product\Domain\Product | 5 |
| Fotoboom\Cart\Domain\Cart | 1 |
| Fotoboom\Cart\Domain\CartProduct | 0 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Fotoboom\Cart\Domain\Cart | No errors. |
| Fotoboom\Client\Domain\Client | No errors. |
| Fotoboom\Client\Domain\ClientAddress | No errors. |
| Fotoboom\Cart\Domain\CartProduct | No errors. |
| Fotoboom\Product\Domain\Product | No errors. |