0.83 ms (28.11%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.content AS content_4, t0.image AS image_5, t0.excerpt AS excerpt_6, t0.credits AS credits_7, t0.access_counter AS access_counter_8, t0.status AS status_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.seo_title AS seo_title_12, t0.seo_description AS seo_description_13, t0.seo_keywords AS seo_keywords_14 FROM bytes_commerce_blog_post t0 WHERE t0.slug = ? AND t0.status = ? LIMIT 1
Parameters: [
"beg-foerderung-2026-neue-regeln-foerderstopp-heizungsfoerderung-kfw-bafa"
1
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.content AS content_4, t0.image AS image_5, t0.excerpt AS excerpt_6, t0.credits AS credits_7, t0.access_counter AS access_counter_8, t0.status AS status_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.seo_title AS seo_title_12, t0.seo_description AS seo_description_13, t0.seo_keywords AS seo_keywords_14 FROM bytes_commerce_blog_post t0 WHERE t0.slug = 'beg-foerderung-2026-neue-regeln-foerderstopp-heizungsfoerderung-kfw-bafa' AND t0.status = 1 LIMIT 1;
|
0.77 ms (26.08%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.content AS content_4, t0.image AS image_5, t0.excerpt AS excerpt_6, t0.credits AS credits_7, t0.access_counter AS access_counter_8, t0.status AS status_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.seo_title AS seo_title_12, t0.seo_description AS seo_description_13, t0.seo_keywords AS seo_keywords_14 FROM bytes_commerce_blog_post t0 WHERE t0.status = ? ORDER BY t0.created_at DESC LIMIT 4
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.content AS content_4, t0.image AS image_5, t0.excerpt AS excerpt_6, t0.credits AS credits_7, t0.access_counter AS access_counter_8, t0.status AS status_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.seo_title AS seo_title_12, t0.seo_description AS seo_description_13, t0.seo_keywords AS seo_keywords_14 FROM bytes_commerce_blog_post t0 WHERE t0.status = 1 ORDER BY t0.created_at DESC LIMIT 4;
|
0.69 ms (23.57%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.bottom_description AS bottom_description_5, t0.sort_order AS sort_order_6, t0.access_counter AS access_counter_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.seo_title AS seo_title_10, t0.seo_description AS seo_description_11, t0.seo_keywords AS seo_keywords_12, t0.parent_id AS parent_id_13 FROM bytes_commerce_blog_category t0 INNER JOIN bytes_commerce_blog_post_category ON t0.id = bytes_commerce_blog_post_category.category_id WHERE bytes_commerce_blog_post_category.post_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.bottom_description AS bottom_description_5, t0.sort_order AS sort_order_6, t0.access_counter AS access_counter_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.seo_title AS seo_title_10, t0.seo_description AS seo_description_11, t0.seo_keywords AS seo_keywords_12, t0.parent_id AS parent_id_13 FROM bytes_commerce_blog_category t0 INNER JOIN bytes_commerce_blog_post_category ON t0.id = bytes_commerce_blog_post_category.category_id WHERE bytes_commerce_blog_post_category.post_id = 5;
|
0.65 ms (22.24%)
|
1 |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.post_id AS post_id_6 FROM bytes_commerce_blog_faq t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.post_id AS post_id_6 FROM bytes_commerce_blog_faq t0 WHERE t0.post_id = 5;
|