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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.76 ms
(32.15%)
1
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
]
0.63 ms
(26.76%)
1
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"
]
0.39 ms
(16.46%)
1
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
]
0.36 ms
(15.31%)
1
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.deactivated_notifications AS deactivated_notifications_4, u0_.sex AS sex_5, u0_.rut AS rut_6, u0_.name AS name_7, u0_.last_name AS last_name_8, u0_.phone AS phone_9, u0_.picture AS picture_10, u0_.reset_token AS reset_token_11, u0_.reset_token_expires_at AS reset_token_expires_at_12, u0_.consents AS consents_13 FROM `user` u0_
Parameters:
[]
0.22 ms
(9.32%)
1
SELECT p0_.id AS id_0, p0_.year AS year_1, p0_.semester AS semester_2, p0_.current AS current_3 FROM period p0_
Parameters:
[]

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\User 3
App\Entity\Mentory 1
App\Entity\Period 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.