GET https://api1.bowlres.se/matches/participants?match_ids%5B0%5D=231

Query Metrics

2 Database Queries
2 Different statements
1.12 ms Query time
0 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 0.36 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5 FROM `user` t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "viking"
]
2 0.77 ms
SELECT l0_.id AS id_0, l0_.round AS round_1, l0_.datetime AS datetime_2, l0_.info AS info_3, l0_.starting_lane AS starting_lane_4, l0_.ordinal AS ordinal_5, l1_.id AS id_6, l1_.points AS points_7, l1_.pinfall AS pinfall_8, l1_.ordering AS ordering_9, t2_.id AS id_10, t2_.name AS name_11, p3_.id AS id_12, p3_.firstname AS firstname_13, p3_.lastname AS lastname_14, p3_.email AS email_15, p3_.phone AS phone_16, l0_.division_id AS division_id_17, l0_.alley_id AS alley_id_18, l1_.league_match_id AS league_match_id_19, l1_.team_id AS team_id_20, t2_.division_id AS division_id_21 FROM league_match l0_ LEFT JOIN league_match_team l1_ ON l0_.id = l1_.league_match_id LEFT JOIN team t2_ ON l1_.team_id = t2_.id LEFT JOIN team_player t4_ ON t2_.id = t4_.team_id LEFT JOIN player p3_ ON p3_.id = t4_.player_id WHERE l0_.id IN (?) ORDER BY l0_.id ASC, l1_.ordering ASC, p3_.id ASC, p3_.firstname ASC, p3_.lastname ASC
Parameters:
[
  231
]

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\Player 5
App\Entity\LeagueMatchTeam 2
App\Entity\Team 2
App\Entity\User 1
App\Entity\LeagueMatch 1
App\Entity\Division 1
App\Entity\Alley 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\League No errors.
App\Entity\LeagueMatch No errors.
App\Entity\LeagueMatchTeam No errors.
App\Entity\Team No errors.
App\Entity\Player No errors.
App\Entity\Division No errors.
App\Entity\Alley No errors.
App\Entity\LeagueMatchParticipant No errors.