Query Metrics
2
Database Queries
2
Different statements
1.53 ms
Query time
0
Invalid entities
5
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.97 ms (63.24%) |
1 |
SELECT t0.id AS id_1, t0.number AS number_2, t0.position AS position_3, t0.previousClubs AS previousClubs_4, t0.about AS about_5, t0.bannerPicture AS bannerPicture_6, t0.active AS active_7, t0.player_id AS player_id_8, t0.team_id AS team_id_9, t0.images_id AS images_id_10 FROM football_seasonplayer t0 WHERE t0.id = ?
Parameters:
[
"497"
]
|
|
0.56 ms (36.76%) |
1 |
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:
[
744
]
|
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\Player\SeasonPlayer | 1 |
| Core\Entity\Football\Player\Player | 1 |
| Core\Entity\Football\Team\SeasonTeam | 1 |
| Core\Entity\Football\Player\SeasonPlayerImages | 1 |
| Core\Entity\Football\Team\Team | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Core\Entity\Football\Player\SeasonPlayer | No errors. |
| Core\Entity\Football\Player\Player | 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\Player\SeasonPlayerImages | No errors. |
| Core\Entity\Football\Team\Team | No errors. |
| Core\Entity\Media\Media | No errors. |