2.17 ms (46.25%)
|
1 |
SELECT i0_.id AS id_0, i0_.created_at AS created_at_1, i0_.title AS title_2, i0_.text AS text_3, i0_.image AS image_4, i0_.description_add AS description_add_5, i0_.keywords AS keywords_6, i0_.slug AS slug_7, i0_.ib_type AS ib_type_8, i0_.group_id AS group_id_9 FROM info_block i0_ WHERE (i0_.slug = ?) AND i0_.ib_type IN ('1')
Parameters: [
"ne-tormozite-ekspluataciya-obsluzhivanie-tormoznoj-sistemy-priznaki-neispravnosti"
]
SELECT i0_.id AS id_0, i0_.created_at AS created_at_1, i0_.title AS title_2, i0_.text AS text_3, i0_.image AS image_4, i0_.description_add AS description_add_5, i0_.keywords AS keywords_6, i0_.slug AS slug_7, i0_.ib_type AS ib_type_8, i0_.group_id AS group_id_9 FROM info_block i0_ WHERE (i0_.slug = 'ne-tormozite-ekspluataciya-obsluzhivanie-tormoznoj-sistemy-priznaki-neispravnosti') AND i0_.ib_type IN ('1');
|
1.06 ms (22.59%)
|
1 |
SELECT i0_.id AS id_0, i0_.created_at AS created_at_1, i0_.title AS title_2, i0_.text AS text_3, i0_.image AS image_4, i0_.description_add AS description_add_5, i0_.keywords AS keywords_6, i0_.slug AS slug_7, i0_.expires_after AS expires_after_8, i0_.show_as_action AS show_as_action_9, i0_.show_as_banner AS show_as_banner_10, i0_.banner_priority AS banner_priority_11, i0_.banner_url AS banner_url_12, i0_.url AS url_13, i0_.erid AS erid_14, i0_.ib_type AS ib_type_15, i0_.group_id AS group_id_16 FROM info_block i0_ WHERE (i0_.show_as_banner = true AND i0_.created_at <= CURRENT_DATE AND i0_.expires_after >= CURRENT_DATE) AND i0_.ib_type IN ('2') ORDER BY i0_.banner_priority ASC
SELECT i0_.id AS id_0, i0_.created_at AS created_at_1, i0_.title AS title_2, i0_.text AS text_3, i0_.image AS image_4, i0_.description_add AS description_add_5, i0_.keywords AS keywords_6, i0_.slug AS slug_7, i0_.expires_after AS expires_after_8, i0_.show_as_action AS show_as_action_9, i0_.show_as_banner AS show_as_banner_10, i0_.banner_priority AS banner_priority_11, i0_.banner_url AS banner_url_12, i0_.url AS url_13, i0_.erid AS erid_14, i0_.ib_type AS ib_type_15, i0_.group_id AS group_id_16 FROM info_block i0_ WHERE (i0_.show_as_banner = true AND i0_.created_at <= CURRENT_DATE AND i0_.expires_after >= CURRENT_DATE) AND i0_.ib_type IN ('2') ORDER BY i0_.banner_priority ASC;
|