Error 500 Internal Server Error

GET https://new.ndbeltinci.net/tekme/2512/beltinci-sampion

Query Metrics

10 Database Queries
9 Different statements
29.87 ms Query time
0 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 1.44 ms
SELECT t0.id AS id_1, t0.date AS date_2, t0.venue AS venue_3, t0.scorers AS scorers_4, t0.homeTeam_id AS homeTeam_id_5, t0.awayTeam_id AS awayTeam_id_6, t0.matchDay_id AS matchDay_id_7, t0.resultContainer_id AS resultContainer_id_8, t9.id AS id_10, t9.startedAt AS startedAt_11, t9.status AS status_12, t9.visible AS visible_13, t9.streamUrl AS streamUrl_14, t9.currentResult_homeGoals AS currentResult_homeGoals_15, t9.currentResult_awayGoals AS currentResult_awayGoals_16, t9.match_id AS match_id_17, t9.currentSection_id AS currentSection_id_18, t0.report_id AS report_id_19 FROM football_match t0 LEFT JOIN football_ticker t9 ON t9.match_id = t0.id WHERE t0.id = ?
Parameters:
[
  "2512"
]
2 0.87 ms
SELECT t0.id AS id_1, t0.sequenceNumber AS sequenceNumber_2, t0.ticker_id AS ticker_id_3, t0.discr, t0.startedAt AS startedAt_4, t0.type AS type_5 FROM football_ticker_section t0 WHERE t0.id = ? AND t0.discr IN ('idle', 'play', 'beforeMatch', 'firstHalf', 'secondHalf', 'firstExtraTime', 'secondExtraTime', 'penalty', 'break', 'afterMatch')
Parameters:
[
  649
]
3 0.89 ms
SELECT f0_.id AS id_0, f0_.year AS year_1, f0_.rounds AS rounds_2, f0_.sort AS sort_3, f0_.season_year AS season_year_4, f0_.season_startYear AS season_startYear_5, f0_.season_endYear AS season_endYear_6, f0_.competition_id AS competition_id_7 FROM football_competition_execution f0_ INNER JOIN football_matchday f1_ ON f0_.id = f1_.competitionExecution_id INNER JOIN football_match f2_ ON f1_.id = f2_.matchDay_id WHERE f2_.id = ?
Parameters:
[
  2512
]
4 0.76 ms
SELECT f0_.id AS id_0, f0_.startedAt AS startedAt_1, f0_.status AS status_2, f0_.visible AS visible_3, f0_.streamUrl AS streamUrl_4, f0_.currentResult_homeGoals AS currentResult_homeGoals_5, f0_.currentResult_awayGoals AS currentResult_awayGoals_6, f0_.match_id AS match_id_7, f0_.currentSection_id AS currentSection_id_8 FROM football_ticker f0_ WHERE f0_.match_id = ?
Parameters:
[
  2512
]
5 0.74 ms
SELECT t0.id AS id_1, t0.name_full AS name_full_2, t0.name_medium AS name_medium_3, t0.name_short AS name_short_4, t0.season_year AS season_year_5, t0.season_startYear AS season_startYear_6, t0.season_endYear AS season_endYear_7, t0.team_id AS team_id_8, t0.picture_id AS picture_id_9 FROM football_seasonteam t0 WHERE t0.id = ?
Parameters:
[
  527
]
6 0.72 ms
SELECT t0.id AS id_1, t0.name_full AS name_full_2, t0.name_medium AS name_medium_3, t0.name_short AS name_short_4, t0.season_year AS season_year_5, t0.season_startYear AS season_startYear_6, t0.season_endYear AS season_endYear_7, t0.team_id AS team_id_8, t0.picture_id AS picture_id_9 FROM football_seasonteam t0 WHERE t0.id = ?
Parameters:
[
  535
]
7 21.96 ms
SELECT f0_.id AS id_0, f0_.date AS date_1, f0_.venue AS venue_2, f0_.scorers AS scorers_3, f0_.homeTeam_id AS homeTeam_id_4, f0_.awayTeam_id AS awayTeam_id_5, f0_.matchDay_id AS matchDay_id_6, f0_.resultContainer_id AS resultContainer_id_7, f0_.report_id AS report_id_8 FROM football_match f0_ INNER JOIN football_seasonteam f1_ ON f0_.homeTeam_id = f1_.id INNER JOIN football_seasonteam f2_ ON f0_.awayTeam_id = f2_.id WHERE (f1_.team_id = ? OR f2_.team_id = ?) AND (f1_.team_id = ? OR f2_.team_id = ?) AND f0_.date < ? AND f0_.id <> ? ORDER BY f0_.date DESC
Parameters:
[
  1
  1
  96
  96
  "2026-07-05 15:49:49"
  2512
]
8 0.89 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.sort AS sort_3, t0.competitionExecution_id AS competitionExecution_id_4 FROM football_matchday t0 WHERE t0.id = ?
Parameters:
[
  343
]
9 0.77 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.shortName AS shortName_4, t0.settings_overtime AS settings_overtime_5, t0.settings_penalties AS settings_penalties_6, t0.logos_id AS logos_id_7 FROM football_competition t0 WHERE t0.id = ?
Parameters:
[
  6
]
10 0.84 ms
SELECT t0.id AS id_1, t0.logo AS logo_2, t0.name_full AS name_full_3, t0.name_medium AS name_medium_4, t0.name_short AS name_short_5, t0.selection_id AS selection_id_6 FROM football_team t0 WHERE t0.id = ?
Parameters:
[
  1
]

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
Core\Entity\Football\Team\SeasonTeam 2
Core\Entity\Football\Team\Team 2
Core\Entity\Football\FootballMatch 1
Core\Entity\Football\MatchDay 1
Core\Entity\Football\ResultContainer 1
Core\Entity\Football\LiveTicker\LiveTicker 1
Core\Entity\Football\LiveTicker\Section\Section 1
Core\Entity\Football\CompetitionExecution 1
Core\Entity\Football\Competition 1
Core\Entity\Football\Selection 1

Entities Mapping

Class Mapping errors
Core\Entity\Football\FootballMatch No errors.
Core\Entity\Football\Team\TeamName No errors.
Core\Entity\Football\Season No errors.
Core\Entity\Football\Team\SeasonTeam No errors.
Core\Entity\Football\MatchDay No errors.
Core\Entity\Football\ResultContainer No errors.
Core\Entity\Football\Match\Result No errors.
Core\Entity\Football\LiveTicker\LiveTicker No errors.
Core\Entity\Football\LiveTicker\Section\Section No errors.
Core\Entity\Football\Match\Report No errors.
Core\Entity\Football\LiveTicker\Section\IdleSection No errors.
Core\Entity\Football\LiveTicker\Section\PlaySection No errors.
Core\Entity\Football\LiveTicker\Section\BeforeMatchSection No errors.
Core\Entity\Football\LiveTicker\Section\FirstHalfSection No errors.
Core\Entity\Football\LiveTicker\Section\SecondHalfSection No errors.
Core\Entity\Football\LiveTicker\Section\FirstExtraTimeSection No errors.
Core\Entity\Football\LiveTicker\Section\SecondExtraTimeSection No errors.
Core\Entity\Football\LiveTicker\Section\PenaltySection No errors.
Core\Entity\Football\LiveTicker\Section\BreakSection No errors.
Core\Entity\Football\LiveTicker\Section\AfterMatchSection No errors.
Core\Entity\Football\LiveTicker\AbstractEvent No errors.
Core\Entity\Football\CompetitionExecution No errors.
Core\Entity\Football\CompetitionSettings No errors.
Core\Entity\Football\Competition No errors.
Core\Entity\Football\Table\PointPenalty No errors.
Core\Entity\Football\Team\Team No errors.
Core\Entity\Media\Media No errors.
Core\Entity\Football\Player\SeasonPlayer No errors.
Core\Entity\Football\CompetitionLogos No errors.
Core\Entity\Football\Selection No errors.