GET https://dicefinder.com/groupe/jdr/20

Query Metrics

12 Database Queries
7 Different statements
8.95 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
7.21 ms
(80.56%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.picture AS picture_4, t0.created_at AS created_at_5, t0.edit_at AS edit_at_6, t0.max_player AS max_player_7, t0.status AS status_8, t0.recrutement AS recrutement_9, t0.owner_id AS owner_id_10 FROM groupe_jdr t0 WHERE t0.id = ?
Parameters:
[
  "20"
]
0.73 ms
(8.20%)
4
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.birth_date AS birth_date_8, t0.phone_number AS phone_number_9, t0.gender AS gender_10, t0.bio AS bio_11, t0.avatar AS avatar_12, t0.username AS username_13, t0.discord_pseudo AS discord_pseudo_14, t0.twitter_pseudo AS twitter_pseudo_15, t0.roll20_pseudo AS roll20_pseudo_16, t0.youtube_channel_link AS youtube_channel_link_17, t0.twitch_channel_link AS twitch_channel_link_18, t0.competence AS competence_19 FROM `user` t0 INNER JOIN groupejdr_players ON t0.id = groupejdr_players.user_id WHERE groupejdr_players.groupe_jdr_id = ?
Parameters:
[
  20
]
0.37 ms
(4.17%)
3
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.birth_date AS birth_date_8, t0.phone_number AS phone_number_9, t0.gender AS gender_10, t0.bio AS bio_11, t0.avatar AS avatar_12, t0.username AS username_13, t0.discord_pseudo AS discord_pseudo_14, t0.twitter_pseudo AS twitter_pseudo_15, t0.roll20_pseudo AS roll20_pseudo_16, t0.youtube_channel_link AS youtube_channel_link_17, t0.twitch_channel_link AS twitch_channel_link_18, t0.competence AS competence_19 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  5
]
0.19 ms
(2.09%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN groupejdr_category ON t0.id = groupejdr_category.category_id WHERE groupejdr_category.groupe_jdr_id = ?
Parameters:
[
  20
]
0.17 ms
(1.87%)
1
SELECT t0.id AS id_1, t0.status AS status_2, t0.message AS message_3, t0.initiated_by AS initiated_by_4, t0.user_id AS user_id_5, t0.groupe_jdr_id AS groupe_jdr_id_6, t0.requested_by_id AS requested_by_id_7 FROM invitation t0 WHERE t0.groupe_jdr_id = ?
Parameters:
[
  20
]
0.16 ms
(1.74%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.picture AS picture_4, t0.created_at AS created_at_5, t0.edit_at AS edit_at_6, t0.max_player AS max_player_7, t0.status AS status_8, t0.recrutement AS recrutement_9, t0.owner_id AS owner_id_10 FROM groupe_jdr t0 WHERE t0.recrutement = ?
Parameters:
[
  1
]
0.12 ms
(1.37%)
1
SELECT t0.id AS id_1, t0.day_of_week AS day_of_week_2, t0.event_time AS event_time_3, t0.groupe_jdr_id AS groupe_jdr_id_4 FROM event t0 WHERE t0.groupe_jdr_id = ?
Parameters:
[
  20
]

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.

Entities Mapping

Class Mapping errors
App\Entity\GroupeJDR No errors.
App\Entity\User
  • The field App\Entity\User#joinedGroupeJDRs is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\GroupeJDR#players does not contain the required 'mappedBy="joinedGroupeJDRs"' attribute.
App\Entity\Invitation No errors.
App\Entity\NotificationHistory No errors.
App\Entity\Category No errors.
App\Entity\Event No errors.
App\Entity\PlayerMembership No errors.