GET https://ctfpanel.adrardev.fr/score/all

Query Metrics

45 Database Queries
3 Different statements
14.15 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
6.80 ms
(48.07%)
22
SELECT t0.id AS id_1, t0.label AS label_2, t0.valeur AS valeur_3, t0.description AS description_4 FROM flag t0 INNER JOIN score_flag ON t0.id = score_flag.flag_id WHERE score_flag.score_id = ?
Parameters:
[
  29
]
5.93 ms
(41.91%)
22
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.login AS login_4, t0.active AS active_5 FROM participant t0 WHERE t0.id = ?
Parameters:
[
  39
]
1.42 ms
(10.01%)
1
SELECT t0.id AS id_1, t0.date_score AS date_score_2, t0.participant_id AS participant_id_3 FROM score t0
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.

Entities Mapping

Class Mapping errors
App\Entity\Score No errors.
App\Entity\Participant No errors.
App\Entity\Flag No errors.