Query Metrics
15
Database Queries
9
Different statements
10.90 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.36 ms |
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:
[
"489"
]
|
| 2 | 0.76 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:
[
744
]
|
| 3 | 0.53 ms |
SELECT DATABASE()
Parameters:
[] |
| 4 | 1.25 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"ndbeltinci"
]
|
| 5 | 0.39 ms |
SELECT DATABASE()
Parameters:
[] |
| 6 | 1.02 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"ndbeltinci"
]
|
| 7 | 0.41 ms |
SELECT DATABASE()
Parameters:
[] |
| 8 | 0.78 ms |
SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "ndbeltinci" "doctrine_migration_versions" ] |
| 9 | 0.30 ms |
SELECT DATABASE()
Parameters:
[] |
| 10 | 1.01 ms |
SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'ndbeltinci' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "ndbeltinci" "doctrine_migration_versions" ] |
| 11 | 1.46 ms |
SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[ "ndbeltinci" "ndbeltinci" "doctrine_migration_versions" ] |
| 12 | 0.35 ms |
SELECT DATABASE()
Parameters:
[] |
| 13 | 0.43 ms |
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[ "ndbeltinci" "doctrine_migration_versions" ] |
| 14 | 0.40 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 15 | 0.44 ms |
SELECT DATABASE()
Parameters:
[] |
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. |
| Core\Entity\Football\Selection | No errors. |
| Core\Entity\Media\Directory | No errors. |