Query Metrics
14
Database Queries
14
Different statements
5.03 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.63 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.deleted AS deleted_4, t0.type AS type_5, t0.status AS status_6, t0.extension AS extension_7, t0.mime_type AS mime_type_8, t0.real_name AS real_name_9, t0.description AS description_10, t0.url AS url_11, t0.folder_id AS folder_id_12, t0.project_id AS project_id_13, t0.playable_id AS playable_id_14, t0.picture_id AS picture_id_15 FROM file t0 WHERE t0.id = ?
Parameters:
[
"513"
]
|
| 2 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.deleted AS deleted_4, t0.parent_id AS parent_id_5, t0.owner_id AS owner_id_6, t0.creator_id AS creator_id_7 FROM folder t0 WHERE t0.id = ?
Parameters:
[
162
]
|
| 3 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.city AS city_4, t0.creator_id AS creator_id_5, t0.common_information_id AS common_information_id_6 FROM band t0 WHERE t0.id = ?
Parameters:
[
24
]
|
| 4 | 0.47 ms |
SELECT t0.id AS id_1, t0.file_id AS file_id_2, t0.band_member_id AS band_member_id_3 FROM file_band_member t0 WHERE t0.file_id = ?
Parameters:
[
513
]
|
| 5 | 0.54 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.family AS family_3, t0.default AS default_4 FROM instrument t0 INNER JOIN file_band_member_instrument ON t0.id = file_band_member_instrument.instrument_id WHERE file_band_member_instrument.file_band_member_id = ?
Parameters:
[
1379
]
|
| 6 | 0.24 ms |
SELECT t0.id AS id_1, t0.story AS story_2, t0.role AS role_3, t0.band_id AS band_id_4, t0.user_id AS user_id_5 FROM band_member t0 WHERE t0.id = ?
Parameters:
[
32
]
|
| 7 | 0.26 ms |
SELECT t0.first_name AS first_name_1, t0.last_name AS last_name_2, t0.birthday AS birthday_3, t0.influential_artists AS influential_artists_4, t0.id AS id_5, t0.username AS username_6, t0.email AS email_7, t0.enabled AS enabled_8, t0.available_to_collaborate AS available_to_collaborate_9, t0.salt AS salt_10, t0.password AS password_11, t0.last_login AS last_login_12, t0.roles AS roles_13, t0.common_information_id AS common_information_id_14 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 8 | 0.27 ms |
SELECT t0.id AS id_1, t0.inscription_date AS inscription_date_2, t0.story AS story_3, t0.experience AS experience_4, t0.country AS country_5, t0.views_number AS views_number_6, t0.profile_picture_id AS profile_picture_id_7, t0.cover_picture_id AS cover_picture_id_8 FROM common_information t0 WHERE t0.id = ?
Parameters:
[
21
]
|
| 9 | 0.30 ms |
SELECT t0.id AS id_1, t0.extension AS extension_2, t0.sub_path AS sub_path_3, t0.alt AS alt_4 FROM picture t0 WHERE t0.id = ?
Parameters:
[
377
]
|
| 10 | 0.29 ms |
SELECT t0.id AS id_1, t0.description AS description_2, t0.deleted AS deleted_3, t0.created_at AS created_at_4, t0.band_id AS band_id_5, t0.createdBy AS createdBy_6 FROM new_member_search t0 WHERE t0.band_id = ?
Parameters:
[
24
]
|
| 11 | 0.23 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
466
]
|
| 12 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM music_style t0 INNER JOIN playable_music_style ON t0.id = playable_music_style.music_style_id WHERE playable_music_style.playable_id = ?
Parameters:
[
466
]
|
| 13 | 0.34 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.description AS description_3, t0.status AS status_4, t0.action AS action_5, t0.user_id AS user_id_6, t0.file_id AS file_id_7, t0.discr FROM action t0 WHERE t0.file_id = ? AND t0.discr IN ('file_action')
Parameters:
[
513
]
|
| 14 | 0.30 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.ip AS ip_3, t0.user_id AS user_id_4, t0.playable_id AS playable_id_5 FROM playback t0 WHERE t0.playable_id = ?
Parameters:
[
466
]
|
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\File | No errors. |
| App\Entity\Folder | No errors. |
| App\Entity\Project | No errors. |
| App\Entity\Playable | No errors. |
| App\Entity\Picture | No errors. |
| App\Entity\Action | No errors. |
| App\Entity\FileAction | No errors. |
| App\Entity\FileBandMember | No errors. |
| App\Entity\Band | No errors. |
| App\Entity\User | No errors. |
| App\Entity\CommonInformation | No errors. |
| App\Entity\BandMember | No errors. |
| App\Entity\NewMemberSearch | No errors. |
| App\Entity\PeopleAction | No errors. |
| App\Entity\EventAction | No errors. |
| App\Entity\Invitation | No errors. |
| App\Entity\Thread | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\Instrument | No errors. |
| App\Entity\Playback | No errors. |
| App\Entity\Visit | No errors. |
| App\Entity\FileReport | No errors. |
| App\Entity\MusicStyle | No errors. |
| App\Entity\Share | No errors. |