GET https://dev-stats-foot.mollenthiel.fr/games

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.94 ms
SELECT g0_.played_at AS played_at_0, g0_.score AS score_1, g0_.in_stats AS in_stats_2, g0_.id AS id_3, g0_.created_at AS created_at_4, g0_.updated_at AS updated_at_5, g0_.winning_team_id AS winning_team_id_6 FROM game g0_ WHERE g0_.played_at >= ? AND g0_.played_at < ? ORDER BY g0_.played_at DESC
Parameters:
[
  "2026-01-01"
  "2027-01-01"
]

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

Entities Mapping

Class Mapping errors
App\Entity\Game No errors.
App\Entity\Team No errors.