GET https://videochat.softcode.cz/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.37 ms
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.slug AS slug_2, r0_.is_private AS is_private_3, r0_.password AS password_4, r0_.created_at AS created_at_5, r0_.owner_id AS owner_id_6 FROM room r0_ WHERE r0_.is_private = ? ORDER BY r0_.created_at DESC LIMIT 10
Parameters:
[
  0
]
2 0.97 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5 FROM "user" t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.82 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5 FROM "user" t0 INNER JOIN room_user ON t0.id = room_user.user_id WHERE room_user.room_id = ?
Parameters:
[
  2
]

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

Entities Mapping

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