GET https://zikobook.fr/room/repete-en-folie

Query Metrics

3 Database Queries
3 Different statements
3.84 ms Query time
0 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.83 ms
(47.65%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.rehearsal AS rehearsal_5, t0.studio AS studio_6, t0.price_per_hour_rehearsal AS price_per_hour_rehearsal_7, t0.price_per_day_studio AS price_per_day_studio_8, t0.capacity AS capacity_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.city AS city_13, t0.zip_code AS zip_code_14, t0.area AS area_15, t0.equipments AS equipments_16, t0.email AS email_17, t0.phone AS phone_18, t0.owner_id AS owner_id_19 FROM room t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "repete-en-folie"
]
1.26 ms
(32.88%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_cover AS is_cover_3, t0.updated_at AS updated_at_4, t0.room_id AS room_id_5 FROM room_image t0 WHERE t0.room_id = ?
Parameters:
[
  4
]
0.75 ms
(19.47%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Room 1
App\Entity\User 1
App\Entity\RoomImage 1

Entities Mapping

Class Mapping errors
App\Entity\Room No errors.
App\Entity\User No errors.
App\Entity\Booking No errors.
App\Entity\RoomImage No errors.