Query Metrics
3
Database Queries
3
Different statements
1.21 ms
Query time
0
Invalid entities
31
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.skill_type AS skill_type_4, t0.how_to_get AS how_to_get_5, t0.description AS description_6, t0.image AS image_7, t0.updated_at AS updated_at_8, t0.created_at AS created_at_9 FROM game_mystic_skill t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"lions-roar"
]
|
||||||||||||||||||||||||||
| 2 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.skill_type AS skill_type_4, t0.how_to_get AS how_to_get_5, t0.description AS description_6, t0.image AS image_7, t0.updated_at AS updated_at_8, t0.created_at AS created_at_9 FROM game_mystic_skill t0 ORDER BY t0.name ASC
Parameters:
[]
|
||||||||||||||||||||||||||
| 3 | 0.40 ms |
SELECT t0.id AS id_1, t0.code_video AS code_video_2, t0.title AS title_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.weapon_id AS weapon_id_6, t0.inner_way_id AS inner_way_id_7, t0.skill_id AS skill_id_8, t0.sect_id AS sect_id_9, t0.language_code AS language_code_10 FROM game_video t0 WHERE t0.skill_id = ? ORDER BY t0.created_at ASC
Parameters:
[
28
]
|
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 |
|---|---|
| App\Entity\GameMysticSkill | 31 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\GameMysticSkill | No errors. |
| App\Entity\GameVideo | No errors. |
| App\Entity\GameWeapon | No errors. |
| App\Entity\GameInnerWay | No errors. |
| App\Entity\GameSect | No errors. |
| App\Entity\SysLanguage | No errors. |