Query Metrics
3
Database Queries
3
Different statements
3.31 ms
Query time
0
Invalid entities
1
Managed entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
| 2 | 2.48 ms |
INSERT INTO carts (status, created_at, updated_at, id, client_id, shipment_address_id, invoice_address_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 0 "2026-08-18 02:25:51" "2026-08-18 02:25:51" "c8fdfeff-0969-4d64-9ff9-ed5e6a7b3d02" null null null ] |
| 3 | 0.68 ms |
"COMMIT"
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\Cart\Domain\Cart | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Fotoboom\Cart\Domain\Cart | No errors. |
| Fotoboom\Cart\Domain\CartProduct | No errors. |
| Fotoboom\Client\Domain\Client | No errors. |
| Fotoboom\Client\Domain\ClientAddress | No errors. |