GET https://mentoring-test.ing.uc.cl/mentory/1

Query Metrics

5 Database Queries
5 Different statements
2.27 ms Query time
0 Invalid entities
10 Managed entities

Queries

Group similar statements

# Time Info
1 0.64 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.reunions_number AS reunions_number_3, t0.mentees_per_team AS mentees_per_team_4, t0.mentors_per_team AS mentors_per_team_5, t0.teams_per_mentor AS teams_per_mentor_6, t0.meetings_init AS meetings_init_7, t0.meetings_end AS meetings_end_8, t0.period_id AS period_id_9 FROM mentory t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
2 0.39 ms
SELECT t0.id AS id_1, t0.year AS year_2, t0.semester AS semester_3, t0.current AS current_4 FROM period t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.51 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.deactivated_notifications AS deactivated_notifications_5, t0.sex AS sex_6, t0.rut AS rut_7, t0.name AS name_8, t0.last_name AS last_name_9, t0.phone AS phone_10, t0.picture AS picture_11, t0.reset_token AS reset_token_12, t0.reset_token_expires_at AS reset_token_expires_at_13, t0.consents AS consents_14 FROM `user` t0 INNER JOIN mentory_administrator ON t0.id = mentory_administrator.user_id WHERE mentory_administrator.mentory_id = ?
Parameters:
[
  1
]
4 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.mentor_id AS mentor_id_3, t0.mentory_id AS mentory_id_4 FROM `team` t0 WHERE t0.mentory_id = ?
Parameters:
[
  1
]
5 0.35 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.place AS place_3, t0.first_possible_date AS first_possible_date_4, t0.last_possible_date AS last_possible_date_5, t0.team_id AS team_id_6 FROM meeting t0 WHERE t0.team_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\Meeting 5
App\Entity\User 2
App\Entity\Mentory 1
App\Entity\Period 1
App\Entity\Team 1

Entities Mapping

Class Mapping errors
App\Entity\Mentory No errors.
App\Entity\Period No errors.
App\Entity\Team No errors.
App\Entity\User No errors.
App\Entity\Meeting No errors.
App\Entity\Note No errors.