https://adm.domosfera.app/api/booking?amp=&amp%3D%26limit%253D100%2526search%253D%3D=

Query Metrics

1 Database Queries
1 Different statements
0.52 ms Query time
2 Invalid entities

Queries

Group similar statements

# 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
  • The association App\Entity\Booking#custom_cart refers to the inverse side field App\Entity\CustomCart#customCart which does not exist.
App\Entity\CustomCart No errors.
App\Entity\Custom
  • The association App\Entity\Custom#user refers to the inverse side field App\Entity\User#custom which does not exist.