GET https://devel2.bowlres.se/matches?division_id=9

Query Metrics

4 Database Queries
4 Different statements
2.05 ms Query time
0 Invalid entities
69 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.77 ms
(37.30%)
1
SELECT l0_.id AS id_0, l0_.round AS round_1, l0_.datetime AS datetime_2, l1_.id AS id_3, l1_.points AS points_4, l1_.pinfall AS pinfall_5, l1_.ordering AS ordering_6, t2_.id AS id_7, t2_.name AS name_8, l0_.division_id AS division_id_9, l0_.alley_id AS alley_id_10, l1_.league_match_id AS league_match_id_11, l1_.team_id AS team_id_12, t2_.division_id AS division_id_13 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 WHERE l0_.division_id = ? ORDER BY l0_.division_id ASC, l0_.round ASC, l0_.id ASC
Parameters:
[
  9
]
0.52 ms
(25.59%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.rounds AS rounds_3, t0.games AS games_4, t0.points_win_high_pinfall AS points_win_high_pinfall_5, t0.points_win_equal_pinfall AS points_win_equal_pinfall_6, t0.points_win_low_pinfall AS points_win_low_pinfall_7, t0.points_draw_high_pinfall AS points_draw_high_pinfall_8, t0.points_draw_equal_pinfall AS points_draw_equal_pinfall_9, t0.points_draw_low_pinfall AS points_draw_low_pinfall_10, t0.points_loss_high_pinfall AS points_loss_high_pinfall_11, t0.points_loss_equal_pinfall AS points_loss_equal_pinfall_12, t0.points_loss_low_pinfall AS points_loss_low_pinfall_13, t0.match_type AS match_type_14, t0.league_id AS league_id_15 FROM division t0 WHERE t0.id = ?
Parameters:
[
  9
]
0.39 ms
(19.21%)
1
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.id = ?
Parameters:
[
  7
]
0.37 ms
(17.90%)
1
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"
]

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\LeagueMatchTeam 40
App\Entity\LeagueMatch 20
App\Entity\Team 5
App\Entity\User 1
App\Entity\Division 1
App\Entity\League 1
App\Entity\Alley 1

Entities Mapping

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