GET https://dev.odarts.blue.bzh/dashboard/match/doublettes/chrono?state=1

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.13 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.last_seen_at AS last_seen_at_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.08 ms
"START TRANSACTION"
Parameters:
[]
3 0.23 ms
UPDATE user SET last_seen_at = ? WHERE id = ?
Parameters:
[
  "2026-03-12 15:03:40"
  1
]
4 1.68 ms
"COMMIT"
Parameters:
[]
5 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.format AS format_3, t0.start_at AS start_at_4, t0.finish_at AS finish_at_5, t0.is_locked AS is_locked_6, t0.nb_targets AS nb_targets_7, t0.nb_poule AS nb_poule_8, t0.players_per_poule AS players_per_poule_9, t0.min_players AS min_players_10, t0.max_players AS max_players_11, t0.is_full AS is_full_12, t0.slot_duration AS slot_duration_13, t0.break_duration AS break_duration_14, t0.max_manches_poule AS max_manches_poule_15, t0.max_manches_finale AS max_manches_finale_16, t0.current_step AS current_step_17, t0.organizer_name AS organizer_name_18 FROM tournament t0 WHERE t0.format = ? ORDER BY t0.start_at DESC LIMIT 1
Parameters:
[
  "doublettes"
]

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 1
App\Entity\Tournament 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Tournament No errors.
App\Entity\Poule No errors.
App\Entity\Participant No errors.
App\Entity\MatchGame No errors.
App\Entity\Bracket No errors.