https://apihoges.novate-digital.com/type_services?page=1

Query Metrics

3 Database Queries
3 Different statements
2.27 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.72 ms
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.username AS username_4, t0.roles AS roles_5, t0.phone AS phone_6, t0.email AS email_7, t0.password AS password_8, t0.created_at AS created_at_9 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "figuc"
]
2 0.88 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.created_at AS created_at_2 FROM type_service t0_ ORDER BY t0_.id ASC LIMIT 30
Parameters:
[]
3 0.67 ms
SELECT count(t0_.id) AS sclr_0 FROM type_service t0_
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\User No errors.
App\Entity\TypeService No errors.
App\Entity\ReservationPayment No errors.
App\Entity\ReservationBedroom
  • If association App\Entity\ReservationBedroom#reservation is one-to-one, then the inversed side App\Entity\Reservation#reservationBedrooms has to be one-to-one as well.
  • The field App\Entity\ReservationBedroom#reservationRestaurants is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ReservationRestaurant#reservationBedroom does not contain the required 'inversedBy="reservationRestaurants"' attribute.
  • The field App\Entity\ReservationBedroom#occupants is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Occupant#reservationBedroom does not contain the required 'inversedBy="occupants"' attribute.
App\Entity\CustomerReservationEvent No errors.
App\Entity\ReservationEventFomula No errors.