GET https://auberge.chrisnamit.com/rooms/3

Query Metrics

2 Database Queries
2 Different statements
4.04 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 1.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.capacity AS capacity_3, t0.price_per_night AS price_per_night_4, t0.description AS description_5, t0.created_at AS created_at_6 FROM room t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
2 2.85 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3 FROM amenity t0 INNER JOIN room_amenity ON t0.id = room_amenity.amenity_id WHERE room_amenity.room_id = ?
Parameters:
[
  3
]

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\Amenity 5
App\Entity\Room 1

Entities Mapping

Class Mapping errors
App\Entity\Room No errors.
App\Entity\Amenity No errors.
App\Entity\Bed No errors.