GET https://building2.jinic-media.com/admin/tasting-session

Query Metrics

5 Database Queries
5 Different statements
5.49 ms Query time
0 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 1.04 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t8.id AS id_9, t8.first_name AS first_name_10, t8.last_name AS last_name_11, t8.organization AS organization_12, t8.phone AS phone_13, t8.user_id AS user_id_14 FROM user t0 LEFT JOIN judge_profile t8 ON t8.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  2
]
2 1.32 ms
SELECT DISTINCT t0_.id AS id_0, t0_.start_time AS start_time_1 FROM tasting_session t0_ ORDER BY t0_.start_time DESC LIMIT 20
Parameters:
[]
3 1.21 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.is_closed AS is_closed_2, t0_.created_at AS created_at_3, t0_.updated_at AS updated_at_4, t0_.start_time AS start_time_5, t0_.end_time AS end_time_6, t0_.description AS description_7, t0_.is_active AS is_active_8, t0_.edition_id AS edition_id_9 FROM tasting_session t0_ WHERE t0_.id IN (?, ?) ORDER BY t0_.start_time DESC
Parameters:
[
  2
  1
]
4 0.95 ms
SELECT count(*) AS sclr_0 FROM tasting_session t0_
Parameters:
[]
5 0.97 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.year AS year_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM edition 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\TastingSession 2
App\Entity\User 1
App\Entity\Edition 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\JudgeProfile No errors.
App\Entity\Score No errors.
App\Entity\JudgeGroup No errors.
App\Entity\TastingSession No errors.
App\Entity\Edition No errors.
App\Entity\DegustationLot No errors.
App\Entity\RumCategory No errors.