GET https://test.fcakron.ru/team?team=%C2%AB%D0%90%D0%BA%D1%80%D0%BE%D0%BD-2%C2%BB

Query Metrics

22 Database Queries
5 Different statements
4.81 ms Query time
6 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.12 ms
(64.86%)
18
SELECT t0.id AS id_1, t0.module AS module_2, t0.mime_type AS mime_type_3, t0.size AS size_4, t0.name AS name_5, t0.date_create AS date_create_6, t0.date_update AS date_update_7, t0.object_status AS object_status_8 FROM file t0 WHERE t0.id = ?
Parameters:
[
  43985
]
0.54 ms
(11.25%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.short_name AS short_name_3, t0.main AS main_4, t0.date_create AS date_create_5, t0.date_update AS date_update_6, t0.object_status AS object_status_7, t0.club_id AS club_id_8, t0.logo_id AS logo_id_9 FROM team t0 WHERE t0.main = ? LIMIT 1
Parameters:
[
  1
]
0.41 ms
(8.45%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.short_name AS short_name_3, t0.date_create AS date_create_4, t0.date_update AS date_update_5, t0.object_status AS object_status_6, t0.logo_id AS logo_id_7, t0.city_id AS city_id_8 FROM club t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.38 ms
(7.91%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.priority AS priority_3, t0.line AS line_4, t0.link AS link_5, t0.date_create AS date_create_6, t0.date_update AS date_update_7, t0.object_status AS object_status_8, t0.preview_image_id AS preview_image_id_9 FROM partner t0 WHERE t0.object_status = ? ORDER BY t0.line ASC, t0.priority ASC
Parameters:
[
  "active"
]
0.36 ms
(7.53%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.short_name AS short_name_3, t0.main AS main_4, t0.date_create AS date_create_5, t0.date_update AS date_update_6, t0.object_status AS object_status_7, t0.club_id AS club_id_8, t0.logo_id AS logo_id_9 FROM team t0 WHERE t0.club_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.

Entities Mapping

Class Mapping errors
App\Entity\Team\Team No errors.
App\Entity\Team\Club
  • The association App\Entity\Team\Club#city refers to the inverse side field App\Entity\Reference\City#clubs which does not exist.
App\Entity\Service\File No errors.
App\Entity\Team\TeamPlayer No errors.
App\Entity\Team\TeamStaff No errors.
App\Entity\Team\TeamPersonnel No errors.
App\Entity\Game\Game
  • The field App\Entity\Game\Game#gameEvents is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Game\GameEvent#game does not contain the required 'inversedBy="gameEvents"' attribute.
  • The mappings App\Entity\Game\Game#gameNews and App\Entity\Service\NewsGame#game are inconsistent with each other.
  • The mappings App\Entity\Game\Game#gameVideos and App\Entity\Service\VideoGame#game are inconsistent with each other.
  • The mappings App\Entity\Game\Game#gamePhotos and App\Entity\Service\PhotoGame#game are inconsistent with each other.
App\Entity\Reference\City No errors.
App\Entity\Team\ClubPlayer No errors.
App\Entity\Team\ClubStaff No errors.
App\Entity\Team\ClubPersonnel No errors.
App\Entity\Content\Partner No errors.
App\Entity\Human\Player No errors.
App\Entity\Human\Staff No errors.
App\Entity\Human\Personnel No errors.
App\Entity\Tournament\Tour No errors.
App\Entity\Game\GamePlayer No errors.
App\Entity\Game\GameEvent No errors.
App\Entity\Content\Stadium
  • The association App\Entity\Content\Stadium#city refers to the inverse side field App\Entity\Reference\City#stadiums which does not exist.
App\Entity\Game\GameStaff No errors.
App\Entity\Game\GameReferee No errors.
App\Entity\Game\GameStats No errors.
App\Entity\Service\NewsGame
  • The association App\Entity\Service\NewsGame#game refers to the inverse side field App\Entity\Game\Game#news which does not exist.
App\Entity\Service\VideoGame
  • The association App\Entity\Service\VideoGame#game refers to the inverse side field App\Entity\Game\Game#video which does not exist.
App\Entity\Service\PhotoGame
  • The association App\Entity\Service\PhotoGame#game refers to the inverse side field App\Entity\Game\Game#photo which does not exist.
App\Entity\Reference\Country No errors.
App\Entity\Reference\TeamPlayerRole No errors.
App\Entity\Reference\PlayerPosition No errors.