Query Metrics
82
Database Queries
10
Different statements
86.99 ms
Query time
6
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.header AS header_4, t0.subheader AS subheader_5, t0.incentives AS incentives_6, t0.content AS content_7, t0.description AS description_8, t0.description_mobile AS description_mobile_9, t0.rating AS rating_10, t0.reviews_count AS reviews_count_11, t0.students_count AS students_count_12, t0.video AS video_13, t0.title_seo AS title_seo_14, t0.meta_title_seo AS meta_title_seo_15, t0.meta_description_seo AS meta_description_seo_16, t0.title_breadcrumb AS title_breadcrumb_17, t0.updated_at AS updated_at_18, t0.instrument_id AS instrument_id_19 FROM courses t0
Parameters:
[] |
| 2 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.header AS header_4, t0.subheader AS subheader_5, t0.incentives AS incentives_6, t0.content AS content_7, t0.description AS description_8, t0.description_mobile AS description_mobile_9, t0.rating AS rating_10, t0.reviews_count AS reviews_count_11, t0.students_count AS students_count_12, t0.video AS video_13, t0.title_seo AS title_seo_14, t0.meta_title_seo AS meta_title_seo_15, t0.meta_description_seo AS meta_description_seo_16, t0.title_breadcrumb AS title_breadcrumb_17, t0.updated_at AS updated_at_18, t0.instrument_id AS instrument_id_19 FROM courses t0
Parameters:
[] |
| 3 | 0.55 ms |
SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.image_unique_name AS image_unique_name_2, s0_.mobile_image_name AS mobile_image_name_3, s0_.mobile_image_unique_name AS mobile_image_unique_name_4, s0_.type AS type_5, s0_.is_for_paid AS is_for_paid_6, s0_.is_for_free AS is_for_free_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.deleted_at AS deleted_at_10, s0_.url AS url_11, s0_.opens_purchase_popup AS opens_purchase_popup_12, s0_.sale_banner_type_id AS sale_banner_type_id_13 FROM sales_banners s0_ INNER JOIN sales_banners_type s1_ ON s0_.sale_banner_type_id = s1_.id WHERE (s0_.deleted_at IS NULL AND s1_.slug = ?) AND (s0_.deleted_at IS NULL) ORDER BY s0_.created_at DESC LIMIT 1
Parameters:
[
"main-page"
]
|
| 4 | 0.31 ms |
SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.image_unique_name AS image_unique_name_2, s0_.mobile_image_name AS mobile_image_name_3, s0_.mobile_image_unique_name AS mobile_image_unique_name_4, s0_.type AS type_5, s0_.is_for_paid AS is_for_paid_6, s0_.is_for_free AS is_for_free_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.deleted_at AS deleted_at_10, s0_.url AS url_11, s0_.opens_purchase_popup AS opens_purchase_popup_12, s0_.sale_banner_type_id AS sale_banner_type_id_13 FROM sales_banners s0_ INNER JOIN sales_banners_type s1_ ON s0_.sale_banner_type_id = s1_.id WHERE (s0_.deleted_at IS NULL AND s1_.slug = ?) AND (s0_.deleted_at IS NULL) ORDER BY s0_.created_at DESC LIMIT 1
Parameters:
[
"main-page"
]
|
| 5 | 0.32 ms |
SELECT s0_.id AS id_0, s0_.image_name AS image_name_1, s0_.image_unique_name AS image_unique_name_2, s0_.mobile_image_name AS mobile_image_name_3, s0_.mobile_image_unique_name AS mobile_image_unique_name_4, s0_.type AS type_5, s0_.is_for_paid AS is_for_paid_6, s0_.is_for_free AS is_for_free_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.deleted_at AS deleted_at_10, s0_.url AS url_11, s0_.opens_purchase_popup AS opens_purchase_popup_12, s0_.sale_banner_type_id AS sale_banner_type_id_13 FROM sales_banners s0_ INNER JOIN sales_banners_type s1_ ON s0_.sale_banner_type_id = s1_.id WHERE (s0_.deleted_at IS NULL AND s1_.slug = ?) AND (s0_.deleted_at IS NULL) ORDER BY s0_.created_at DESC LIMIT 1
Parameters:
[
"main-page"
]
|
| 6 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.hebrew_name AS hebrew_name_3 FROM instruments t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"Piano"
]
|
| 7 | 32.74 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.composer AS composer_3, s0_.lyrics AS lyrics_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.deleted_at AS deleted_at_7, s0_.is_show_notes AS is_show_notes_8, s0_.no_notes_message AS no_notes_message_9, s0_.is_promoted AS is_promoted_10, s0_.long_rows_checked_at AS long_rows_checked_at_11, a1_.id AS id_12, a1_.name AS name_13, a1_.description AS description_14, a1_.slug AS slug_15, a1_.image_name AS image_name_16, a1_.image_unique_name AS image_unique_name_17, a1_.created_at AS created_at_18, a1_.updated_at AS updated_at_19, a1_.deleted_at AS deleted_at_20, a1_.stat_week AS stat_week_21, a1_.stat_all AS stat_all_22 FROM songs s0_ LEFT JOIN songs_instruments s2_ ON s0_.id = s2_.song_id AND (s2_.deleted_at IS NULL) LEFT JOIN artists a1_ ON s0_.artist_id = a1_.id AND (a1_.deleted_at IS NULL) WHERE (s2_.instrument_id = ?) AND (s0_.deleted_at IS NULL) GROUP BY s0_.id, s0_.name, s0_.slug, s0_.composer, s0_.lyrics, s0_.created_at, s0_.updated_at, s0_.deleted_at, s0_.is_show_notes, s0_.no_notes_message, s0_.is_promoted, s0_.long_rows_checked_at, s0_.artist_id, s0_.genre_id ORDER BY CASE WHEN s0_.is_promoted = 1 THEN 0 ELSE 1 END ASC, SUM(s2_.stat_week) DESC, s0_.id ASC) dctrn_table
Parameters:
[
2
]
|
| 8 | 18.22 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.composer AS composer_3, s0_.lyrics AS lyrics_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.deleted_at AS deleted_at_7, s0_.is_show_notes AS is_show_notes_8, s0_.no_notes_message AS no_notes_message_9, s0_.is_promoted AS is_promoted_10, s0_.long_rows_checked_at AS long_rows_checked_at_11, a1_.id AS id_12, a1_.name AS name_13, a1_.description AS description_14, a1_.slug AS slug_15, a1_.image_name AS image_name_16, a1_.image_unique_name AS image_unique_name_17, a1_.created_at AS created_at_18, a1_.updated_at AS updated_at_19, a1_.deleted_at AS deleted_at_20, a1_.stat_week AS stat_week_21, a1_.stat_all AS stat_all_22, s0_.artist_id AS artist_id_23, s0_.genre_id AS genre_id_24 FROM songs s0_ LEFT JOIN songs_instruments s2_ ON s0_.id = s2_.song_id AND (s2_.deleted_at IS NULL) LEFT JOIN artists a1_ ON s0_.artist_id = a1_.id AND (a1_.deleted_at IS NULL) WHERE (s2_.instrument_id = ?) AND (s0_.deleted_at IS NULL) GROUP BY s0_.id, s0_.name, s0_.slug, s0_.composer, s0_.lyrics, s0_.created_at, s0_.updated_at, s0_.deleted_at, s0_.is_show_notes, s0_.no_notes_message, s0_.is_promoted, s0_.long_rows_checked_at, s0_.artist_id, s0_.genre_id ORDER BY CASE WHEN s0_.is_promoted = 1 THEN 0 ELSE 1 END ASC, SUM(s2_.stat_week) DESC, s0_.id ASC LIMIT 12
Parameters:
[
2
]
|
| 9 | 0.43 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
241
]
|
| 10 | 0.26 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
5
]
|
| 11 | 0.25 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
2622
]
|
| 12 | 0.26 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
2627
]
|
| 13 | 0.24 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
1172
]
|
| 14 | 0.24 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
1000
]
|
| 15 | 0.25 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
904
]
|
| 16 | 0.24 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
1005
]
|
| 17 | 0.24 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
1917
]
|
| 18 | 0.25 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
1161
]
|
| 19 | 0.24 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
987
]
|
| 20 | 0.26 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
1101
]
|
| 21 | 0.32 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
241
]
|
| 22 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.hebrew_name AS hebrew_name_3 FROM instruments t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 23 | 0.29 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
5
]
|
| 24 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.hebrew_name AS hebrew_name_3 FROM instruments t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 25 | 0.28 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
2622
]
|
| 26 | 0.28 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
2627
]
|
| 27 | 0.28 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
1172
]
|
| 28 | 0.27 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
1000
]
|
| 29 | 0.27 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
904
]
|
| 30 | 0.28 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
1005
]
|
| 31 | 0.28 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
1917
]
|
| 32 | 0.27 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
1161
]
|
| 33 | 0.29 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
987
]
|
| 34 | 0.26 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
1101
]
|
| 35 | 0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.hebrew_name AS hebrew_name_3 FROM instruments t0 WHERE t0.name = ? LIMIT 1
Parameters:
[ "" ] |
| 36 | 1.58 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.composer AS composer_3, s0_.lyrics AS lyrics_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.deleted_at AS deleted_at_7, s0_.is_show_notes AS is_show_notes_8, s0_.no_notes_message AS no_notes_message_9, s0_.is_promoted AS is_promoted_10, s0_.long_rows_checked_at AS long_rows_checked_at_11, a1_.id AS id_12, a1_.name AS name_13, a1_.description AS description_14, a1_.slug AS slug_15, a1_.image_name AS image_name_16, a1_.image_unique_name AS image_unique_name_17, a1_.created_at AS created_at_18, a1_.updated_at AS updated_at_19, a1_.deleted_at AS deleted_at_20, a1_.stat_week AS stat_week_21, a1_.stat_all AS stat_all_22 FROM songs s0_ LEFT JOIN songs_instruments s2_ ON s0_.id = s2_.song_id AND (s2_.deleted_at IS NULL) LEFT JOIN artists a1_ ON s0_.artist_id = a1_.id AND (a1_.deleted_at IS NULL) INNER JOIN songs_lyrics s3_ ON s0_.id = s3_.song_id WHERE (s3_.original_desktop_content IS NOT NULL AND s3_.simple_desktop_content IS NOT NULL AND s3_.is_enabled = ?) AND (s0_.deleted_at IS NULL) GROUP BY s0_.id, s0_.name, s0_.slug, s0_.composer, s0_.lyrics, s0_.created_at, s0_.updated_at, s0_.deleted_at, s0_.is_show_notes, s0_.no_notes_message, s0_.is_promoted, s0_.long_rows_checked_at, s0_.artist_id, s0_.genre_id ORDER BY CASE WHEN s0_.is_promoted = 1 THEN 0 ELSE 1 END ASC, GREATEST(s3_.original_desktop_updated_at, s3_.simple_desktop_updated_at) DESC) dctrn_table
Parameters:
[
1
]
|
| 37 | 1.26 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.composer AS composer_3, s0_.lyrics AS lyrics_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.deleted_at AS deleted_at_7, s0_.is_show_notes AS is_show_notes_8, s0_.no_notes_message AS no_notes_message_9, s0_.is_promoted AS is_promoted_10, s0_.long_rows_checked_at AS long_rows_checked_at_11, a1_.id AS id_12, a1_.name AS name_13, a1_.description AS description_14, a1_.slug AS slug_15, a1_.image_name AS image_name_16, a1_.image_unique_name AS image_unique_name_17, a1_.created_at AS created_at_18, a1_.updated_at AS updated_at_19, a1_.deleted_at AS deleted_at_20, a1_.stat_week AS stat_week_21, a1_.stat_all AS stat_all_22, s0_.artist_id AS artist_id_23, s0_.genre_id AS genre_id_24 FROM songs s0_ LEFT JOIN songs_instruments s2_ ON s0_.id = s2_.song_id AND (s2_.deleted_at IS NULL) LEFT JOIN artists a1_ ON s0_.artist_id = a1_.id AND (a1_.deleted_at IS NULL) INNER JOIN songs_lyrics s3_ ON s0_.id = s3_.song_id WHERE (s3_.original_desktop_content IS NOT NULL AND s3_.simple_desktop_content IS NOT NULL AND s3_.is_enabled = ?) AND (s0_.deleted_at IS NULL) GROUP BY s0_.id, s0_.name, s0_.slug, s0_.composer, s0_.lyrics, s0_.created_at, s0_.updated_at, s0_.deleted_at, s0_.is_show_notes, s0_.no_notes_message, s0_.is_promoted, s0_.long_rows_checked_at, s0_.artist_id, s0_.genre_id ORDER BY CASE WHEN s0_.is_promoted = 1 THEN 0 ELSE 1 END ASC, GREATEST(s3_.original_desktop_updated_at, s3_.simple_desktop_updated_at) DESC LIMIT 12
Parameters:
[
1
]
|
| 38 | 0.51 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
2455
]
|
| 39 | 0.39 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
847
]
|
| 40 | 0.38 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
2116
]
|
| 41 | 0.40 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
2695
]
|
| 42 | 0.36 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
2694
]
|
| 43 | 0.34 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
197
]
|
| 44 | 0.35 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
198
]
|
| 45 | 0.34 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
2693
]
|
| 46 | 0.37 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
2692
]
|
| 47 | 0.31 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
2691
]
|
| 48 | 0.35 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
2690
]
|
| 49 | 0.30 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
2455
]
|
| 50 | 0.29 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
847
]
|
| 51 | 0.29 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
2116
]
|
| 52 | 0.27 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
2695
]
|
| 53 | 0.26 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
2694
]
|
| 54 | 0.28 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
197
]
|
| 55 | 0.26 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
198
]
|
| 56 | 0.26 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
2693
]
|
| 57 | 0.27 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
2692
]
|
| 58 | 0.26 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
2691
]
|
| 59 | 0.27 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
2690
]
|
| 60 | 0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.hebrew_name AS hebrew_name_3 FROM instruments t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"Guitar"
]
|
| 61 | 5.71 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.composer AS composer_3, s0_.lyrics AS lyrics_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.deleted_at AS deleted_at_7, s0_.is_show_notes AS is_show_notes_8, s0_.no_notes_message AS no_notes_message_9, s0_.is_promoted AS is_promoted_10, s0_.long_rows_checked_at AS long_rows_checked_at_11, a1_.id AS id_12, a1_.name AS name_13, a1_.description AS description_14, a1_.slug AS slug_15, a1_.image_name AS image_name_16, a1_.image_unique_name AS image_unique_name_17, a1_.created_at AS created_at_18, a1_.updated_at AS updated_at_19, a1_.deleted_at AS deleted_at_20, a1_.stat_week AS stat_week_21, a1_.stat_all AS stat_all_22 FROM songs s0_ LEFT JOIN songs_instruments s2_ ON s0_.id = s2_.song_id AND (s2_.deleted_at IS NULL) LEFT JOIN artists a1_ ON s0_.artist_id = a1_.id AND (a1_.deleted_at IS NULL) WHERE (s2_.instrument_id = ?) AND (s0_.deleted_at IS NULL) GROUP BY s0_.id, s0_.name, s0_.slug, s0_.composer, s0_.lyrics, s0_.created_at, s0_.updated_at, s0_.deleted_at, s0_.is_show_notes, s0_.no_notes_message, s0_.is_promoted, s0_.long_rows_checked_at, s0_.artist_id, s0_.genre_id ORDER BY CASE WHEN s0_.is_promoted = 1 THEN 0 ELSE 1 END ASC, SUM(s2_.stat_week) DESC, s0_.id ASC) dctrn_table
Parameters:
[
1
]
|
| 62 | 4.25 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.composer AS composer_3, s0_.lyrics AS lyrics_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.deleted_at AS deleted_at_7, s0_.is_show_notes AS is_show_notes_8, s0_.no_notes_message AS no_notes_message_9, s0_.is_promoted AS is_promoted_10, s0_.long_rows_checked_at AS long_rows_checked_at_11, a1_.id AS id_12, a1_.name AS name_13, a1_.description AS description_14, a1_.slug AS slug_15, a1_.image_name AS image_name_16, a1_.image_unique_name AS image_unique_name_17, a1_.created_at AS created_at_18, a1_.updated_at AS updated_at_19, a1_.deleted_at AS deleted_at_20, a1_.stat_week AS stat_week_21, a1_.stat_all AS stat_all_22, s0_.artist_id AS artist_id_23, s0_.genre_id AS genre_id_24 FROM songs s0_ LEFT JOIN songs_instruments s2_ ON s0_.id = s2_.song_id AND (s2_.deleted_at IS NULL) LEFT JOIN artists a1_ ON s0_.artist_id = a1_.id AND (a1_.deleted_at IS NULL) WHERE (s2_.instrument_id = ?) AND (s0_.deleted_at IS NULL) GROUP BY s0_.id, s0_.name, s0_.slug, s0_.composer, s0_.lyrics, s0_.created_at, s0_.updated_at, s0_.deleted_at, s0_.is_show_notes, s0_.no_notes_message, s0_.is_promoted, s0_.long_rows_checked_at, s0_.artist_id, s0_.genre_id ORDER BY CASE WHEN s0_.is_promoted = 1 THEN 0 ELSE 1 END ASC, SUM(s2_.stat_week) DESC, s0_.id ASC LIMIT 12
Parameters:
[
1
]
|
| 63 | 0.39 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
14
]
|
| 64 | 0.37 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
364
]
|
| 65 | 0.36 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
4
]
|
| 66 | 0.32 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
43
]
|
| 67 | 0.38 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
258
]
|
| 68 | 0.34 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
305
]
|
| 69 | 0.36 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
17
]
|
| 70 | 0.25 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
771
]
|
| 71 | 0.25 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
233
]
|
| 72 | 0.24 ms |
SELECT t0.id AS id_1, t0.original_desktop_text AS original_desktop_text_2, t0.original_desktop_content AS original_desktop_content_3, t0.original_desktop_updated_at AS original_desktop_updated_at_4, t0.original_mobile_text AS original_mobile_text_5, t0.original_mobile_content AS original_mobile_content_6, t0.original_mobile_updated_at AS original_mobile_updated_at_7, t0.simple_desktop_text AS simple_desktop_text_8, t0.simple_desktop_content AS simple_desktop_content_9, t0.simple_desktop_updated_at AS simple_desktop_updated_at_10, t0.simple_mobile_text AS simple_mobile_text_11, t0.simple_mobile_content AS simple_mobile_content_12, t0.simple_mobile_updated_at AS simple_mobile_updated_at_13, t0.direction AS direction_14, t0.is_enabled AS is_enabled_15, t0.align_leading_chords_original_desktop AS align_leading_chords_original_desktop_16, t0.align_leading_chords_original_mobile AS align_leading_chords_original_mobile_17, t0.align_leading_chords_simple_desktop AS align_leading_chords_simple_desktop_18, t0.align_leading_chords_simple_mobile AS align_leading_chords_simple_mobile_19, t0.stat_week AS stat_week_20, t0.stat_all AS stat_all_21, t0.song_id AS song_id_22 FROM songs_lyrics t0 WHERE t0.song_id = ?
Parameters:
[
84
]
|
| 73 | 0.31 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
14
]
|
| 74 | 0.28 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
364
]
|
| 75 | 0.29 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
4
]
|
| 76 | 0.27 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
43
]
|
| 77 | 0.29 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
258
]
|
| 78 | 0.27 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
305
]
|
| 79 | 0.29 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
17
]
|
| 80 | 0.28 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
771
]
|
| 81 | 0.28 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
233
]
|
| 82 | 0.26 ms |
SELECT t0.id AS id_1, t0.difficulty AS difficulty_2, t0.video AS video_3, t0.first_file_name AS first_file_name_4, t0.first_file_unique_name AS first_file_unique_name_5, t0.second_file_name AS second_file_name_6, t0.second_file_unique_name AS second_file_unique_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.stat_week AS stat_week_11, t0.stat_all AS stat_all_12, t0.song_id AS song_id_13, t0.instrument_id AS instrument_id_14, t0.permission_id AS permission_id_15 FROM songs_instruments t0 WHERE t0.song_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
84
]
|
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\Lesson | No errors. |
| App\Entity\Instrument | No errors. |
| App\Entity\SaleBanner |
|
| App\Entity\VideoTestimonial | No errors. |
| App\Entity\Course | No errors. |
| App\Entity\Permission | No errors. |
| App\Entity\Exercise | No errors. |
| App\Entity\Faq | No errors. |
| App\Entity\LessonFaq | No errors. |
| App\Entity\SongInstrument | No errors. |
| App\Entity\Review | No errors. |
| App\Entity\Accompaniment | No errors. |
| App\Entity\SaleBannerType |
|
| App\Entity\Song | No errors. |
| App\Entity\SongAccompaniment | No errors. |
| App\Entity\SalePage | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\UserLogin | No errors. |
| App\Entity\AnonymousEasyVersionAccess | No errors. |
| App\Entity\CrossSaleDiscount | No errors. |
| App\Entity\SongGenre | No errors. |
| App\Entity\LegacyData | No errors. |
| App\Entity\ReportLogs | No errors. |
| App\Entity\SongLyricsVersionHistory | No errors. |
| App\Entity\Plan | No errors. |
| App\Entity\Statistic | No errors. |
| App\Entity\UserAcceptance | No errors. |
| App\Entity\SendInBlueTask | No errors. |
| App\Entity\Artist | No errors. |
| App\Entity\UserLog | No errors. |
| App\Entity\VideoClick | No errors. |
| App\Entity\StaticPage | No errors. |
| App\Entity\Coupon | No errors. |
| App\Entity\TempPaymentData | No errors. |
| App\Entity\StartedToRegister | No errors. |
| App\Entity\PlansGroupDescription | No errors. |
| App\Entity\FreeViewTimer | No errors. |
| App\Entity\Genre | No errors. |
| App\Entity\Subscription |
|
| App\Entity\FailedSearch | No errors. |
| App\Entity\SongLyrics | No errors. |
| App\Entity\UserFavoriteSongs | No errors. |
| App\Entity\FreezedData |
|
| App\Entity\FailedPelecardPayment | No errors. |
| App\Entity\WatermarkLog | No errors. |
| App\Entity\UserTracker | No errors. |
| App\Entity\UserProfile | No errors. |
| App\Entity\CrossSaleDiscountReligious | No errors. |
| App\Entity\UserSongAccess | No errors. |
| App\Entity\Chord | No errors. |
| App\Entity\User |
|
| App\Entity\ChordEditorAutoSave | No errors. |
| App\Entity\CustomPaymentPage | No errors. |
| App\Entity\UserEasyVersionAccess | No errors. |
| App\Entity\UserFavoriteList |
|
| App\Entity\StoreRegistrationSurvey | No errors. |
| App\Entity\ChordEditorSave | No errors. |
| App\Entity\SearchMatch | No errors. |
| App\Entity\FormLog | No errors. |
| Vich\UploaderBundle\Entity\File | No errors. |