GET https://www.poolnament.com/leagues

Query Metrics

2 Database Queries
1 Different statements
0.51 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.33 ms
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.min_players_to_count_into_stats AS min_players_to_count_into_stats_2, l0_.status AS status_3 FROM league l0_ WHERE l0_.status = ? ORDER BY l0_.id DESC LIMIT 1
Parameters:
[
  "IN_PROGRESS"
]
2 0.17 ms
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.min_players_to_count_into_stats AS min_players_to_count_into_stats_2, l0_.status AS status_3 FROM league l0_ WHERE l0_.status = ? ORDER BY l0_.id DESC LIMIT 1
Parameters:
[
  "IN_PROGRESS"
]

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\League 1

Entities Mapping

Class Mapping errors
App\Entity\League No errors.
App\Entity\AbstractTournament No errors.
App\Entity\Tournament No errors.
App\Entity\LeagueUser No errors.