| 1 |
0.73 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.enabled AS enabled_4, t0.in_menu AS in_menu_5, t0.menu_name AS menu_name_6, t0.position AS position_7, t0.redirect AS redirect_8, t0.title AS title_9, t0.content AS content_10, t0.image AS image_11, t0.keywords AS keywords_12, t0.lead_image AS lead_image_13, t0.lead AS lead_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.template_id AS template_id_18 FROM page t0 WHERE t0.url = ? LIMIT 1
Parameters: [
"polityka-prywatnosci"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.enabled AS enabled_4, t0.in_menu AS in_menu_5, t0.menu_name AS menu_name_6, t0.position AS position_7, t0.redirect AS redirect_8, t0.title AS title_9, t0.content AS content_10, t0.image AS image_11, t0.keywords AS keywords_12, t0.lead_image AS lead_image_13, t0.lead AS lead_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.template_id AS template_id_18 FROM page t0 WHERE t0.url = 'polityka-prywatnosci' LIMIT 1;
|
| 2 |
0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.enabled AS enabled_4, t0.in_menu AS in_menu_5, t0.menu_name AS menu_name_6, t0.position AS position_7, t0.redirect AS redirect_8, t0.title AS title_9, t0.content AS content_10, t0.image AS image_11, t0.keywords AS keywords_12, t0.lead_image AS lead_image_13, t0.lead AS lead_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.template_id AS template_id_18 FROM page t0 WHERE t0.in_menu = ? AND t0.parent_id IS NULL AND t0.enabled = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.enabled AS enabled_4, t0.in_menu AS in_menu_5, t0.menu_name AS menu_name_6, t0.position AS position_7, t0.redirect AS redirect_8, t0.title AS title_9, t0.content AS content_10, t0.image AS image_11, t0.keywords AS keywords_12, t0.lead_image AS lead_image_13, t0.lead AS lead_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.parent_id AS parent_id_17, t0.template_id AS template_id_18 FROM page t0 WHERE t0.in_menu = 1 AND t0.parent_id IS NULL AND t0.enabled = 1;
|
| 3 |
0.59 ms |
SELECT t0.id AS id_1, t0.document AS document_2, t0.info AS info_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.page_id AS page_id_6, t0.tile_id AS tile_id_7, t0.unit_id AS unit_id_8 FROM attachment t0 WHERE t0.page_id = ?
SELECT t0.id AS id_1, t0.document AS document_2, t0.info AS info_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.page_id AS page_id_6, t0.tile_id AS tile_id_7, t0.unit_id AS unit_id_8 FROM attachment t0 WHERE t0.page_id = 2;
|