GET https://mentoring-test.ing.uc.cl/meeting/5/edit

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.04 ms
(34.03%)
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 meeting_user ON t0.id = meeting_user.user_id WHERE meeting_user.meeting_id = ?
Parameters:
[
  5
]
0.78 ms
(25.69%)
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 team_user ON t0.id = team_user.user_id WHERE team_user.team_id = ?
Parameters:
[
  1
]
0.71 ms
(23.43%)
1
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.id = ?
Parameters:
[
  "5"
]
0.51 ms
(16.84%)
1
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.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\User 2
App\Entity\Meeting 1
App\Entity\Team 1
App\Entity\Mentory 1

Entities Mapping

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