1 |
3.63 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.title_uk AS title_uk_6, t0.content_uk AS content_uk_7, t0.meta_title_uk AS meta_title_uk_8, t0.meta_description_uk AS meta_description_uk_9, t0.title_ru AS title_ru_10, t0.content_ru AS content_ru_11, t0.meta_title_ru AS meta_title_ru_12, t0.meta_description_ru AS meta_description_ru_13, t0.slug AS slug_14, t0.enabled AS enabled_15 FROM page t0 WHERE t0.slug = ? AND t0.enabled = ? LIMIT 1
Parameters: [
"how-it-works"
1
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.title_uk AS title_uk_6, t0.content_uk AS content_uk_7, t0.meta_title_uk AS meta_title_uk_8, t0.meta_description_uk AS meta_description_uk_9, t0.title_ru AS title_ru_10, t0.content_ru AS content_ru_11, t0.meta_title_ru AS meta_title_ru_12, t0.meta_description_ru AS meta_description_ru_13, t0.slug AS slug_14, t0.enabled AS enabled_15 FROM page t0 WHERE t0.slug = 'how-it-works' AND t0.enabled = 1 LIMIT 1;
|
4 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.logo AS logo_4, t0.footer AS footer_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.seo_keywords AS seo_keywords_8, t0.seo_canonical AS seo_canonical_9, t0.updated_at AS updated_at_10, t0.stripe_secret_key AS stripe_secret_key_11, t0.stripe_publishable_key AS stripe_publishable_key_12, t0.fondy_merchant_id AS fondy_merchant_id_13, t0.fondy_secret_key AS fondy_secret_key_14 FROM site_configuration t0 LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.logo AS logo_4, t0.footer AS footer_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.seo_keywords AS seo_keywords_8, t0.seo_canonical AS seo_canonical_9, t0.updated_at AS updated_at_10, t0.stripe_secret_key AS stripe_secret_key_11, t0.stripe_publishable_key AS stripe_publishable_key_12, t0.fondy_merchant_id AS fondy_merchant_id_13, t0.fondy_secret_key AS fondy_secret_key_14 FROM site_configuration t0 LIMIT 1;
|