Query Metrics
1
Database Queries
1
Different statements
0.52 ms
Query time
2
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.52 ms |
SELECT b0_.id AS id_0, b0_.tng_id AS tng_id_1, b0_.book_date AS book_date_2, b0_.is_canceled AS is_canceled_3, b0_.custom_cart_id AS custom_cart_id_4 FROM booking b0_ LEFT JOIN custom_cart c1_ ON b0_.custom_cart_id = c1_.id LEFT JOIN custom c2_ ON c1_.custom_id = c2_.id WHERE c2_.user_id = ?
Parameters:
[
null
]
|
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\Booking |
|
| App\Entity\CustomCart | No errors. |
| App\Entity\Custom |
|