1 |
0.56 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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.url = ? LIMIT 1
Parameters: [â–¼
"egzaminy"
]
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.in_footer_menu AS in_footer_menu_6,
t0.menu_name AS menu_name_7,
t0.position AS position_8,
t0.redirect AS redirect_9,
t0.title AS title_10,
t0.content AS content_11,
t0.image AS image_12,
t0.image2 AS image2_13,
t0.keywords AS keywords_14,
t0.lead_image AS lead_image_15,
t0.lead AS lead_16,
t0.created AS created_17,
t0.updated AS updated_18,
t0.parent_id AS parent_id_19,
t0.template_id AS template_id_20
FROM
PAGE t0
WHERE
t0.url = ?
LIMIT
1
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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.url = 'egzaminy' LIMIT 1;
|
2 |
0.43 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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.parent_id = ? AND t0.enabled = ? ORDER BY t0.position DESC
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.in_footer_menu AS in_footer_menu_6,
t0.menu_name AS menu_name_7,
t0.position AS position_8,
t0.redirect AS redirect_9,
t0.title AS title_10,
t0.content AS content_11,
t0.image AS image_12,
t0.image2 AS image2_13,
t0.keywords AS keywords_14,
t0.lead_image AS lead_image_15,
t0.lead AS lead_16,
t0.created AS created_17,
t0.updated AS updated_18,
t0.parent_id AS parent_id_19,
t0.template_id AS template_id_20
FROM
PAGE t0
WHERE
t0.parent_id = ?
AND t0.enabled = ?
ORDER BY
t0.position DESC
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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.parent_id = 19 AND t0.enabled = 1 ORDER BY t0.position DESC;
|
3 |
0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.filename AS filename_4, t0.code AS code_5 FROM template t0 WHERE t0.id = ?
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.description AS description_3,
t0.filename AS filename_4,
t0.code AS code_5
FROM
template t0
WHERE
t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.filename AS filename_4, t0.code AS code_5 FROM template t0 WHERE t0.id = 4;
|
4 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM settings t0
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.value AS value_3,
t0.description AS description_4
FROM
settings t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM settings t0;
|
5 |
0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM settings t0
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.value AS value_3,
t0.description AS description_4
FROM
settings t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM settings t0;
|
6 |
0.32 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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.in_menu = ? AND t0.parent_id IS NULL AND t0.enabled = ? ORDER BY t0.position DESC
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.in_footer_menu AS in_footer_menu_6,
t0.menu_name AS menu_name_7,
t0.position AS position_8,
t0.redirect AS redirect_9,
t0.title AS title_10,
t0.content AS content_11,
t0.image AS image_12,
t0.image2 AS image2_13,
t0.keywords AS keywords_14,
t0.lead_image AS lead_image_15,
t0.lead AS lead_16,
t0.created AS created_17,
t0.updated AS updated_18,
t0.parent_id AS parent_id_19,
t0.template_id AS template_id_20
FROM
PAGE t0
WHERE
t0.in_menu = ?
AND t0.parent_id IS NULL
AND t0.enabled = ?
ORDER BY
t0.position DESC
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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.in_menu = 1 AND t0.parent_id IS NULL AND t0.enabled = 1 ORDER BY t0.position DESC;
|
7 |
0.36 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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.parent_id = ? ORDER BY t0.position DESC
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.in_footer_menu AS in_footer_menu_6,
t0.menu_name AS menu_name_7,
t0.position AS position_8,
t0.redirect AS redirect_9,
t0.title AS title_10,
t0.content AS content_11,
t0.image AS image_12,
t0.image2 AS image2_13,
t0.keywords AS keywords_14,
t0.lead_image AS lead_image_15,
t0.lead AS lead_16,
t0.created AS created_17,
t0.updated AS updated_18,
t0.parent_id AS parent_id_19,
t0.template_id AS template_id_20
FROM
PAGE t0
WHERE
t0.parent_id = ?
ORDER BY
t0.position DESC
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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.parent_id = 4 ORDER BY t0.position DESC;
|
8 |
0.28 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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.parent_id = ? ORDER BY t0.position DESC
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.in_footer_menu AS in_footer_menu_6,
t0.menu_name AS menu_name_7,
t0.position AS position_8,
t0.redirect AS redirect_9,
t0.title AS title_10,
t0.content AS content_11,
t0.image AS image_12,
t0.image2 AS image2_13,
t0.keywords AS keywords_14,
t0.lead_image AS lead_image_15,
t0.lead AS lead_16,
t0.created AS created_17,
t0.updated AS updated_18,
t0.parent_id AS parent_id_19,
t0.template_id AS template_id_20
FROM
PAGE t0
WHERE
t0.parent_id = ?
ORDER BY
t0.position DESC
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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.parent_id = 12 ORDER BY t0.position DESC;
|
9 |
0.27 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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.parent_id = ? ORDER BY t0.position DESC
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.in_footer_menu AS in_footer_menu_6,
t0.menu_name AS menu_name_7,
t0.position AS position_8,
t0.redirect AS redirect_9,
t0.title AS title_10,
t0.content AS content_11,
t0.image AS image_12,
t0.image2 AS image2_13,
t0.keywords AS keywords_14,
t0.lead_image AS lead_image_15,
t0.lead AS lead_16,
t0.created AS created_17,
t0.updated AS updated_18,
t0.parent_id AS parent_id_19,
t0.template_id AS template_id_20
FROM
PAGE t0
WHERE
t0.parent_id = ?
ORDER BY
t0.position DESC
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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.parent_id = 16 ORDER BY t0.position DESC;
|
10 |
0.26 ms |
SELECT t0.id AS id_1, t0.document AS document_2, t0.info AS info_3, t0.created AS created_4, t0.updated AS updated_5, t0.page_id AS page_id_6, t0.tile_id AS tile_id_7, t0.application_id AS application_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 AS created_4,
t0.updated AS updated_5,
t0.page_id AS page_id_6,
t0.tile_id AS tile_id_7,
t0.application_id AS application_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 AS created_4, t0.updated AS updated_5, t0.page_id AS page_id_6, t0.tile_id AS tile_id_7, t0.application_id AS application_id_8 FROM attachment t0 WHERE t0.page_id = 19;
|
11 |
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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.in_footer_menu = ? AND t0.enabled = ? ORDER BY t0.position DESC LIMIT 15
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.in_footer_menu AS in_footer_menu_6,
t0.menu_name AS menu_name_7,
t0.position AS position_8,
t0.redirect AS redirect_9,
t0.title AS title_10,
t0.content AS content_11,
t0.image AS image_12,
t0.image2 AS image2_13,
t0.keywords AS keywords_14,
t0.lead_image AS lead_image_15,
t0.lead AS lead_16,
t0.created AS created_17,
t0.updated AS updated_18,
t0.parent_id AS parent_id_19,
t0.template_id AS template_id_20
FROM
PAGE t0
WHERE
t0.in_footer_menu = ?
AND t0.enabled = ?
ORDER BY
t0.position DESC
LIMIT
15
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.in_footer_menu AS in_footer_menu_6, t0.menu_name AS menu_name_7, t0.position AS position_8, t0.redirect AS redirect_9, t0.title AS title_10, t0.content AS content_11, t0.image AS image_12, t0.image2 AS image2_13, t0.keywords AS keywords_14, t0.lead_image AS lead_image_15, t0.lead AS lead_16, t0.created AS created_17, t0.updated AS updated_18, t0.parent_id AS parent_id_19, t0.template_id AS template_id_20 FROM PAGE t0 WHERE t0.in_footer_menu = 1 AND t0.enabled = 1 ORDER BY t0.position DESC LIMIT 15;
|
12 |
0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM settings t0
SELECT
t0.id AS id_1,
t0.name AS name_2,
t0.value AS value_3,
t0.description AS description_4
FROM
settings t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM settings t0;
|