Query Metrics
274
Database Queries
20
Different statements
200.40 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.84 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:
[
"2"
]
|
| 2 | 0.84 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:
[
2
]
|
| 3 | 0.59 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:
[
463
]
|
| 4 | 2.75 ms |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.created_at AS created_at_2, f0_.deleted AS deleted_3, f0_.type AS type_4, f0_.status AS status_5, f0_.extension AS extension_6, f0_.mime_type AS mime_type_7, f0_.real_name AS real_name_8, f0_.description AS description_9, f0_.url AS url_10, f0_.folder_id AS folder_id_11, f0_.project_id AS project_id_12, f0_.playable_id AS playable_id_13, f0_.picture_id AS picture_id_14 FROM file f0_ INNER JOIN folder f1_ ON f0_.folder_id = f1_.id INNER JOIN band b2_ ON f1_.owner_id = b2_.id INNER JOIN action a3_ ON f0_.id = a3_.file_id AND a3_.discr IN ('file_action') WHERE b2_.id = ? AND a3_.action = ? AND f0_.status = ? AND f0_.deleted = 0 AND f0_.type = ? GROUP BY a3_.id ORDER BY a3_.created_at DESC
Parameters:
[ 2 "favorite" "public" "music" ] |
| 5 | 2.37 ms |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.created_at AS created_at_2, f0_.deleted AS deleted_3, f0_.type AS type_4, f0_.status AS status_5, f0_.extension AS extension_6, f0_.mime_type AS mime_type_7, f0_.real_name AS real_name_8, f0_.description AS description_9, f0_.url AS url_10, f0_.folder_id AS folder_id_11, f0_.project_id AS project_id_12, f0_.playable_id AS playable_id_13, f0_.picture_id AS picture_id_14 FROM file f0_ INNER JOIN folder f1_ ON f0_.folder_id = f1_.id INNER JOIN band b2_ ON f1_.owner_id = b2_.id INNER JOIN action a3_ ON f0_.id = a3_.file_id AND a3_.discr IN ('file_action') WHERE b2_.id = ? AND a3_.action = ? AND f0_.status = ? AND f0_.deleted = 0 AND f0_.type = ? AND a3_.id < ? GROUP BY a3_.id ORDER BY a3_.created_at DESC LIMIT 20
Parameters:
[ 2 "publish" "public" "music" 999999999 ] |
| 6 | 2.19 ms |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.created_at AS created_at_2, f0_.deleted AS deleted_3, f0_.type AS type_4, f0_.status AS status_5, f0_.extension AS extension_6, f0_.mime_type AS mime_type_7, f0_.real_name AS real_name_8, f0_.description AS description_9, f0_.url AS url_10, f0_.folder_id AS folder_id_11, f0_.project_id AS project_id_12, f0_.playable_id AS playable_id_13, f0_.picture_id AS picture_id_14 FROM file f0_ INNER JOIN folder f1_ ON f0_.folder_id = f1_.id INNER JOIN band b2_ ON f1_.owner_id = b2_.id INNER JOIN action a3_ ON f0_.id = a3_.file_id AND a3_.discr IN ('file_action') WHERE b2_.id = ? AND a3_.action = ? AND f0_.status = ? AND f0_.deleted = 0 AND f0_.type = ? AND a3_.id < ? GROUP BY a3_.id ORDER BY a3_.created_at DESC LIMIT 50
Parameters:
[ 2 "publish" "public" "music" 999999999 ] |
| 7 | 27.23 ms |
SELECT v0_.id AS id_0, v0_.created_at AS created_at_1, v0_.ip AS ip_2, v0_.user_id AS user_id_3, v0_.common_information_id AS common_information_id_4 FROM visit v0_ WHERE v0_.ip = ? AND v0_.common_information_id = ? AND v0_.created_at > ?
Parameters:
[ "216.73.216.48" 2 "2025-12-08 23:38:12" ] |
| 8 | 0.49 ms |
"START TRANSACTION"
Parameters:
[] |
| 9 | 0.96 ms |
INSERT INTO visit (created_at, ip, user_id, common_information_id) VALUES (?, ?, ?, ?)
Parameters:
[ 1 => "2025-12-08 23:43:12" 2 => "216.73.216.48" 3 => null 4 => 2 ] |
| 10 | 4.74 ms |
"COMMIT"
Parameters:
[] |
| 11 | 0.89 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.owner_id = ?
Parameters:
[
2
]
|
| 12 | 0.47 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:
[
456
]
|
| 13 | 0.57 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:
[
2
]
|
| 14 | 0.74 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM music_style t0 INNER JOIN common_information_music_style ON t0.id = common_information_music_style.music_style_id WHERE common_information_music_style.common_information_id = ?
Parameters:
[
2
]
|
| 15 | 27.95 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.common_information_id AS common_information_id_5 FROM visit t0 WHERE t0.common_information_id = ?
Parameters:
[
2
]
|
| 16 | 1.28 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.folder_id = ?
Parameters:
[
7
]
|
| 17 | 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.folder_id = ?
Parameters:
[
11
]
|
| 18 | 0.57 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.folder_id = ?
Parameters:
[
12
]
|
| 19 | 0.49 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.folder_id = ?
Parameters:
[
114
]
|
| 20 | 0.62 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.folder_id = ?
Parameters:
[
115
]
|
| 21 | 0.49 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.folder_id = ?
Parameters:
[
363
]
|
| 22 | 0.55 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.folder_id = ?
Parameters:
[
395
]
|
| 23 | 0.57 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.folder_id = ?
Parameters:
[
396
]
|
| 24 | 0.69 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.folder_id = ?
Parameters:
[
401
]
|
| 25 | 0.61 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.folder_id = ?
Parameters:
[
406
]
|
| 26 | 0.58 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.folder_id = ?
Parameters:
[
407
]
|
| 27 | 0.59 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.folder_id = ?
Parameters:
[
408
]
|
| 28 | 0.55 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.folder_id = ?
Parameters:
[
409
]
|
| 29 | 0.68 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.folder_id = ?
Parameters:
[
440
]
|
| 30 | 0.51 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.folder_id = ?
Parameters:
[
442
]
|
| 31 | 0.51 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.folder_id = ?
Parameters:
[
443
]
|
| 32 | 0.98 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.folder_id = ?
Parameters:
[
444
]
|
| 33 | 0.73 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.folder_id = ?
Parameters:
[
445
]
|
| 34 | 0.64 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.folder_id = ?
Parameters:
[
446
]
|
| 35 | 0.59 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.folder_id = ?
Parameters:
[
447
]
|
| 36 | 3.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.folder_id = ?
Parameters:
[
448
]
|
| 37 | 1.18 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.folder_id = ?
Parameters:
[
449
]
|
| 38 | 0.56 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.folder_id = ?
Parameters:
[
450
]
|
| 39 | 0.51 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.folder_id = ?
Parameters:
[
451
]
|
| 40 | 0.54 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.folder_id = ?
Parameters:
[
458
]
|
| 41 | 0.48 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
486
]
|
| 42 | 0.63 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:
[
486
]
|
| 43 | 0.44 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
60
]
|
| 44 | 0.46 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:
[
60
]
|
| 45 | 0.34 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
67
]
|
| 46 | 0.39 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:
[
67
]
|
| 47 | 0.40 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
72
]
|
| 48 | 0.38 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:
[
72
]
|
| 49 | 0.26 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
265
]
|
| 50 | 0.39 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:
[
265
]
|
| 51 | 0.30 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
464
]
|
| 52 | 0.37 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:
[
464
]
|
| 53 | 0.32 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
58
]
|
| 54 | 1.26 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:
[
58
]
|
| 55 | 0.43 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
65
]
|
| 56 | 1.28 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:
[
65
]
|
| 57 | 0.49 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
66
]
|
| 58 | 1.23 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:
[
66
]
|
| 59 | 0.76 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
81
]
|
| 60 | 1.31 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:
[
81
]
|
| 61 | 0.49 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
55
]
|
| 62 | 0.50 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:
[
55
]
|
| 63 | 0.36 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
346
]
|
| 64 | 0.68 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:
[
346
]
|
| 65 | 0.48 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
364
]
|
| 66 | 0.59 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:
[
364
]
|
| 67 | 0.45 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
365
]
|
| 68 | 0.59 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:
[
365
]
|
| 69 | 0.41 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
372
]
|
| 70 | 0.74 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:
[
372
]
|
| 71 | 0.43 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
381
]
|
| 72 | 0.70 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:
[
381
]
|
| 73 | 0.45 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
395
]
|
| 74 | 0.76 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:
[
395
]
|
| 75 | 0.62 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
487
]
|
| 76 | 0.71 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:
[
487
]
|
| 77 | 0.46 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
488
]
|
| 78 | 0.63 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:
[
488
]
|
| 79 | 0.47 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
489
]
|
| 80 | 0.58 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:
[
489
]
|
| 81 | 0.43 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
396
]
|
| 82 | 0.66 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:
[
396
]
|
| 83 | 0.51 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
492
]
|
| 84 | 0.57 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:
[
492
]
|
| 85 | 0.42 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
496
]
|
| 86 | 0.58 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:
[
496
]
|
| 87 | 0.46 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
497
]
|
| 88 | 0.69 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:
[
497
]
|
| 89 | 0.45 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
498
]
|
| 90 | 0.50 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:
[
498
]
|
| 91 | 0.38 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
499
]
|
| 92 | 0.40 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:
[
499
]
|
| 93 | 0.34 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
385
]
|
| 94 | 0.69 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:
[
385
]
|
| 95 | 0.42 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
394
]
|
| 96 | 0.56 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:
[
394
]
|
| 97 | 0.71 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
398
]
|
| 98 | 0.70 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:
[
398
]
|
| 99 | 0.40 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
408
]
|
| 100 | 0.75 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:
[
408
]
|
| 101 | 0.42 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
409
]
|
| 102 | 0.80 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:
[
409
]
|
| 103 | 0.37 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
419
]
|
| 104 | 0.54 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:
[
419
]
|
| 105 | 0.44 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
480
]
|
| 106 | 0.59 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:
[
480
]
|
| 107 | 0.42 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
481
]
|
| 108 | 0.61 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:
[
481
]
|
| 109 | 0.45 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
482
]
|
| 110 | 0.67 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:
[
482
]
|
| 111 | 0.56 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
483
]
|
| 112 | 0.60 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:
[
483
]
|
| 113 | 0.48 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
484
]
|
| 114 | 0.54 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:
[
484
]
|
| 115 | 0.44 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
434
]
|
| 116 | 0.55 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:
[
434
]
|
| 117 | 0.42 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
435
]
|
| 118 | 0.76 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:
[
435
]
|
| 119 | 0.49 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
438
]
|
| 120 | 0.54 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:
[
438
]
|
| 121 | 0.49 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
439
]
|
| 122 | 0.55 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:
[
439
]
|
| 123 | 0.45 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
441
]
|
| 124 | 0.54 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:
[
441
]
|
| 125 | 0.45 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
444
]
|
| 126 | 0.63 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:
[
444
]
|
| 127 | 0.40 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
88
]
|
| 128 | 0.82 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:
[
88
]
|
| 129 | 0.58 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
91
]
|
| 130 | 0.70 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:
[
91
]
|
| 131 | 0.57 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
95
]
|
| 132 | 0.73 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:
[
95
]
|
| 133 | 0.49 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
100
]
|
| 134 | 0.68 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:
[
100
]
|
| 135 | 0.44 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
105
]
|
| 136 | 0.61 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:
[
105
]
|
| 137 | 0.55 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
108
]
|
| 138 | 0.79 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:
[
108
]
|
| 139 | 0.49 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
124
]
|
| 140 | 0.88 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:
[
124
]
|
| 141 | 0.43 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
186
]
|
| 142 | 0.77 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:
[
186
]
|
| 143 | 0.45 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
188
]
|
| 144 | 0.84 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:
[
188
]
|
| 145 | 4.06 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
359
]
|
| 146 | 0.48 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:
[
359
]
|
| 147 | 0.29 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
360
]
|
| 148 | 0.49 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:
[
360
]
|
| 149 | 0.29 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
418
]
|
| 150 | 0.38 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:
[
418
]
|
| 151 | 0.27 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
426
]
|
| 152 | 0.41 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:
[
426
]
|
| 153 | 0.27 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
429
]
|
| 154 | 0.37 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:
[
429
]
|
| 155 | 0.26 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
201
]
|
| 156 | 0.47 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:
[
201
]
|
| 157 | 0.28 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
214
]
|
| 158 | 0.61 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:
[
214
]
|
| 159 | 0.25 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
250
]
|
| 160 | 0.36 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:
[
250
]
|
| 161 | 0.27 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
332
]
|
| 162 | 0.40 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:
[
332
]
|
| 163 | 0.25 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
460
]
|
| 164 | 0.33 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:
[
460
]
|
| 165 | 0.24 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
461
]
|
| 166 | 0.35 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:
[
461
]
|
| 167 | 0.25 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
462
]
|
| 168 | 0.34 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:
[
462
]
|
| 169 | 0.26 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
8
]
|
| 170 | 0.45 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:
[
8
]
|
| 171 | 0.26 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
64
]
|
| 172 | 0.49 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:
[
64
]
|
| 173 | 0.25 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
76
]
|
| 174 | 0.45 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:
[
76
]
|
| 175 | 0.23 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
77
]
|
| 176 | 0.38 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:
[
77
]
|
| 177 | 0.23 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
164
]
|
| 178 | 0.36 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:
[
164
]
|
| 179 | 0.28 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
192
]
|
| 180 | 0.43 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:
[
192
]
|
| 181 | 0.23 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
262
]
|
| 182 | 0.44 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:
[
262
]
|
| 183 | 0.25 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
295
]
|
| 184 | 0.45 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:
[
295
]
|
| 185 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
335
]
|
| 186 | 0.33 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:
[
335
]
|
| 187 | 0.28 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
345
]
|
| 188 | 0.37 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:
[
345
]
|
| 189 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
348
]
|
| 190 | 0.32 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:
[
348
]
|
| 191 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
354
]
|
| 192 | 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:
[
354
]
|
| 193 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
355
]
|
| 194 | 0.31 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:
[
355
]
|
| 195 | 0.23 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
362
]
|
| 196 | 0.31 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:
[
362
]
|
| 197 | 0.23 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
173
]
|
| 198 | 0.56 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:
[
173
]
|
| 199 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
294
]
|
| 200 | 0.38 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:
[
294
]
|
| 201 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
320
]
|
| 202 | 0.41 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:
[
320
]
|
| 203 | 0.23 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
190
]
|
| 204 | 0.41 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:
[
190
]
|
| 205 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
327
]
|
| 206 | 0.38 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:
[
327
]
|
| 207 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
338
]
|
| 208 | 0.32 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:
[
338
]
|
| 209 | 0.24 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
344
]
|
| 210 | 0.34 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:
[
344
]
|
| 211 | 0.24 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
349
]
|
| 212 | 0.38 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:
[
349
]
|
| 213 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
379
]
|
| 214 | 0.33 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:
[
379
]
|
| 215 | 0.21 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
401
]
|
| 216 | 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:
[
401
]
|
| 217 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
417
]
|
| 218 | 0.27 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:
[
417
]
|
| 219 | 0.21 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
420
]
|
| 220 | 0.28 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:
[
420
]
|
| 221 | 0.21 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
428
]
|
| 222 | 0.29 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:
[
428
]
|
| 223 | 0.21 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
431
]
|
| 224 | 0.35 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:
[
431
]
|
| 225 | 0.21 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
465
]
|
| 226 | 0.28 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:
[
465
]
|
| 227 | 0.21 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
476
]
|
| 228 | 0.27 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:
[
476
]
|
| 229 | 0.20 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
500
]
|
| 230 | 0.27 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:
[
500
]
|
| 231 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
443
]
|
| 232 | 0.28 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:
[
443
]
|
| 233 | 0.22 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
478
]
|
| 234 | 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:
[
478
]
|
| 235 | 0.21 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
479
]
|
| 236 | 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:
[
479
]
|
| 237 | 0.29 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
451
]
|
| 238 | 0.47 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:
[
451
]
|
| 239 | 0.32 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
448
]
|
| 240 | 0.41 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:
[
448
]
|
| 241 | 0.32 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
450
]
|
| 242 | 0.43 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:
[
450
]
|
| 243 | 0.33 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
453
]
|
| 244 | 0.41 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:
[
453
]
|
| 245 | 0.32 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
455
]
|
| 246 | 0.46 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:
[
455
]
|
| 247 | 0.34 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
495
]
|
| 248 | 0.37 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:
[
495
]
|
| 249 | 0.34 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
501
]
|
| 250 | 0.37 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:
[
501
]
|
| 251 | 0.65 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
449
]
|
| 252 | 0.57 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:
[
449
]
|
| 253 | 0.38 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
490
]
|
| 254 | 0.49 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:
[
490
]
|
| 255 | 0.45 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
491
]
|
| 256 | 0.57 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:
[
491
]
|
| 257 | 0.40 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
457
]
|
| 258 | 0.51 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:
[
457
]
|
| 259 | 0.41 ms |
SELECT t0.id AS id_1 FROM playable t0 WHERE t0.id = ?
Parameters:
[
458
]
|
| 260 | 0.50 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:
[
458
]
|
| 261 | 0.83 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.band_people_id AS band_people_id_7, t0.user_people_id AS user_people_id_8, t0.discr FROM action t0 WHERE t0.band_people_id = ? AND t0.discr IN ('people_action')
Parameters:
[
2
]
|
| 262 | 0.53 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.band_id = ?
Parameters:
[
2
]
|
| 263 | 0.64 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:
[
2
]
|
| 264 | 0.49 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:
[
22
]
|
| 265 | 0.58 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:
[
346
]
|
| 266 | 0.47 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:
[
3
]
|
| 267 | 0.42 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:
[
23
]
|
| 268 | 0.39 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:
[
306
]
|
| 269 | 0.54 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:
[
22
]
|
| 270 | 0.43 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:
[
42
]
|
| 271 | 0.39 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:
[
260
]
|
| 272 | 0.38 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:
[
466
]
|
| 273 | 0.38 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:
[
464
]
|
| 274 | 0.39 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:
[
453
]
|
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\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\Action | No errors. |
| App\Entity\PeopleAction | No errors. |
| App\Entity\Folder | No errors. |
| App\Entity\EventAction | No errors. |
| App\Entity\Invitation | No errors. |
| App\Entity\Thread | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\Project | No errors. |
| App\Entity\Picture | No errors. |
| App\Entity\MusicStyle | No errors. |
| App\Entity\Visit | No errors. |
| App\Entity\File | No errors. |
| App\Entity\FileAction | No errors. |
| App\Entity\Playable | No errors. |
| App\Entity\FileBandMember | No errors. |
| App\Entity\Instrument | No errors. |
| App\Entity\Playback | No errors. |
| App\Entity\Share | No errors. |
| App\Entity\FileReport | No errors. |