GET https://administration.technopole-km.com/meetings

Query Metrics

6 Database Queries
3 Different statements
5.07 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

#▲ Time Info
1 0.63 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.job_title AS job_title_7, t0.phone AS phone_8, t0.avatar AS avatar_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.last_login AS last_login_12 FROM `users` t0 WHERE t0.id = ?
Parameters:
[
  2
]
2 0.68 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.meeting_date AS meeting_date_4, t0.start_time AS start_time_5, t0.end_time AS end_time_6, t0.location AS location_7, t0.status AS status_8, t0.agenda AS agenda_9, t0.minutes AS minutes_10, t0.created_at AS created_at_11, t0.organizer_id AS organizer_id_12 FROM `meetings` t0 ORDER BY t0.meeting_date DESC
Parameters:
[]
3 1.18 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.job_title AS job_title_7, t0.phone AS phone_8, t0.avatar AS avatar_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.last_login AS last_login_12 FROM `users` t0 INNER JOIN meeting_participants ON t0.id = meeting_participants.user_id WHERE meeting_participants.meeting_id = ?
Parameters:
[
  4
]
4 0.79 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.job_title AS job_title_7, t0.phone AS phone_8, t0.avatar AS avatar_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.last_login AS last_login_12 FROM `users` t0 INNER JOIN meeting_participants ON t0.id = meeting_participants.user_id WHERE meeting_participants.meeting_id = ?
Parameters:
[
  3
]
5 0.92 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.job_title AS job_title_7, t0.phone AS phone_8, t0.avatar AS avatar_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.last_login AS last_login_12 FROM `users` t0 INNER JOIN meeting_participants ON t0.id = meeting_participants.user_id WHERE meeting_participants.meeting_id = ?
Parameters:
[
  2
]
6 0.87 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.job_title AS job_title_7, t0.phone AS phone_8, t0.avatar AS avatar_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.last_login AS last_login_12 FROM `users` t0 INNER JOIN meeting_participants ON t0.id = meeting_participants.user_id WHERE meeting_participants.meeting_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 7
App\Entity\Meeting 4

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Project No errors.
App\Entity\Task No errors.
App\Entity\Notification No errors.
App\Entity\Meeting No errors.
App\Entity\Decision No errors.