4.25 ms (28.37%)
|
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.locale AS locale_1, b0_.slug AS slug_2, b0_.title AS title_3, b0_.excerpt AS excerpt_4, b0_.content_html AS content_html_5, b0_.author_name AS author_name_6, b0_.category_label AS category_label_7, b0_.featured_image_path AS featured_image_path_8, b0_.status AS status_9, b0_.published_at AS published_at_10, b0_.created_at AS created_at_11, b0_.updated_at AS updated_at_12 FROM blog_post b0_ WHERE b0_.locale = ? AND b0_.status = ? AND ((b0_.published_at IS NULL OR b0_.published_at <= ?)) ORDER BY b0_.published_at DESC, b0_.created_at DESC) dctrn_result) dctrn_table
Parameters: [
"fr"
"published"
"2026-03-01 10:10:45"
]
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.locale AS locale_1, b0_.slug AS slug_2, b0_.title AS title_3, b0_.excerpt AS excerpt_4, b0_.content_html AS content_html_5, b0_.author_name AS author_name_6, b0_.category_label AS category_label_7, b0_.featured_image_path AS featured_image_path_8, b0_.status AS status_9, b0_.published_at AS published_at_10, b0_.created_at AS created_at_11, b0_.updated_at AS updated_at_12 FROM blog_post b0_ WHERE b0_.locale = 'fr' AND b0_.status = 'published' AND ((b0_.published_at IS NULL OR b0_.published_at <= '2026-03-01 10:10:45')) ORDER BY b0_.published_at DESC, b0_.created_at DESC) dctrn_result) dctrn_table;
|
2.41 ms (16.10%)
|
14 |
SELECT t0.id AS id_1, t0.file_path AS file_path_2, t0.original_name AS original_name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.title AS title_6, t0.alt_fr AS alt_fr_7, t0.alt_en AS alt_en_8, t0.created_at AS created_at_9 FROM cms_media t0 WHERE t0.id = ?
Parameters: [
"019b4b0e-9173-70d0-8d17-815cd4e96f16"
]
SELECT t0.id AS id_1, t0.file_path AS file_path_2, t0.original_name AS original_name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.title AS title_6, t0.alt_fr AS alt_fr_7, t0.alt_en AS alt_en_8, t0.created_at AS created_at_9 FROM cms_media t0 WHERE t0.id = '019b4b0e-9173-70d0-8d17-815cd4e96f16';
|
1.22 ms (8.12%)
|
1 |
SELECT c0_.id AS id_0, c0_.enabled AS enabled_1, c0_.sort_order AS sort_order_2, c0_.platform AS platform_3, c0_.url AS url_4, c0_.icon_class AS icon_class_5, c0_.label_fr AS label_fr_6, c0_.label_en AS label_en_7 FROM cms_social_link c0_ WHERE c0_.enabled = ? AND c0_.url <> ? ORDER BY c0_.sort_order ASC, c0_.platform ASC
SELECT c0_.id AS id_0, c0_.enabled AS enabled_1, c0_.sort_order AS sort_order_2, c0_.platform AS platform_3, c0_.url AS url_4, c0_.icon_class AS icon_class_5, c0_.label_fr AS label_fr_6, c0_.label_en AS label_en_7 FROM cms_social_link c0_ WHERE c0_.enabled = 1 AND c0_.url <> '' ORDER BY c0_.sort_order ASC, c0_.platform ASC;
|
1.16 ms (7.71%)
|
1 |
SELECT t0.id AS id_1, t0.route_name AS route_name_2, t0.locale AS locale_3, t0.slug AS slug_4, t0.title_h1 AS title_h1_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.body_html AS body_html_8, t0.needs_translation AS needs_translation_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM cms_page t0 WHERE t0.route_name = ? AND t0.locale = ? LIMIT 1
Parameters: [
"blog"
"fr"
]
SELECT t0.id AS id_1, t0.route_name AS route_name_2, t0.locale AS locale_3, t0.slug AS slug_4, t0.title_h1 AS title_h1_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.body_html AS body_html_8, t0.needs_translation AS needs_translation_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM cms_page t0 WHERE t0.route_name = 'blog' AND t0.locale = 'fr' LIMIT 1;
|
1.14 ms (7.61%)
|
6 |
SELECT c0_.id AS id_0, c0_.key AS key_1, c0_.locale AS locale_2, c0_.value_type AS value_type_3, c0_.value AS value_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6 FROM cms_site_setting c0_ WHERE c0_.key = ? AND c0_.locale = ?
Parameters: [
"header.top_message"
"fr"
]
SELECT c0_.id AS id_0, c0_.key AS key_1, c0_.locale AS locale_2, c0_.value_type AS value_type_3, c0_.value AS value_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6 FROM cms_site_setting c0_ WHERE c0_.key = 'header.top_message' AND c0_.locale = 'fr';
|
1.08 ms (7.17%)
|
3 |
SELECT c0_.id AS id_0, c0_.label AS label_1, c0_.link_type AS link_type_2, c0_.route_token AS route_token_3, c0_.external_url AS external_url_4, c0_.open_in_new_tab AS open_in_new_tab_5, c0_.sort_order AS sort_order_6, c0_.is_enabled AS is_enabled_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.menu_id AS menu_id_10, c0_.parent_id AS parent_id_11 FROM cms_navigation_item c0_ WHERE c0_.menu_id = ? AND c0_.is_enabled = true ORDER BY c0_.sort_order ASC, c0_.label ASC
SELECT c0_.id AS id_0, c0_.label AS label_1, c0_.link_type AS link_type_2, c0_.route_token AS route_token_3, c0_.external_url AS external_url_4, c0_.open_in_new_tab AS open_in_new_tab_5, c0_.sort_order AS sort_order_6, c0_.is_enabled AS is_enabled_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.menu_id AS menu_id_10, c0_.parent_id AS parent_id_11 FROM cms_navigation_item c0_ WHERE c0_.menu_id = '10000000-0000-0000-0000-000000000001' AND c0_.is_enabled = true ORDER BY c0_.sort_order ASC, c0_.label ASC;
|
1.05 ms (7.02%)
|
8 |
SELECT c0_.id AS id_0, c0_.key AS key_1, c0_.locale AS locale_2, c0_.value_type AS value_type_3, c0_.value AS value_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6 FROM cms_site_setting c0_ WHERE c0_.key = ? AND c0_.locale IS NULL
Parameters: [
"contact.email"
]
SELECT c0_.id AS id_0, c0_.key AS key_1, c0_.locale AS locale_2, c0_.value_type AS value_type_3, c0_.value AS value_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6 FROM cms_site_setting c0_ WHERE c0_.key = 'contact.email' AND c0_.locale IS NULL;
|
0.93 ms (6.21%)
|
1 |
SELECT DISTINCT id_0, MIN(sclr_13) AS dctrn_minrownum FROM (SELECT b0_.id AS id_0, b0_.locale AS locale_1, b0_.slug AS slug_2, b0_.title AS title_3, b0_.excerpt AS excerpt_4, b0_.content_html AS content_html_5, b0_.author_name AS author_name_6, b0_.category_label AS category_label_7, b0_.featured_image_path AS featured_image_path_8, b0_.status AS status_9, b0_.published_at AS published_at_10, b0_.created_at AS created_at_11, b0_.updated_at AS updated_at_12, ROW_NUMBER() OVER(ORDER BY b0_.published_at DESC, b0_.created_at DESC) AS sclr_13 FROM blog_post b0_ WHERE b0_.locale = ? AND b0_.status = ? AND ((b0_.published_at IS NULL OR b0_.published_at <= ?))) dctrn_result GROUP BY id_0 ORDER BY dctrn_minrownum ASC LIMIT 9
Parameters: [
"fr"
"published"
"2026-03-01 10:10:45"
]
SELECT DISTINCT id_0, MIN(sclr_13) AS dctrn_minrownum FROM (SELECT b0_.id AS id_0, b0_.locale AS locale_1, b0_.slug AS slug_2, b0_.title AS title_3, b0_.excerpt AS excerpt_4, b0_.content_html AS content_html_5, b0_.author_name AS author_name_6, b0_.category_label AS category_label_7, b0_.featured_image_path AS featured_image_path_8, b0_.status AS status_9, b0_.published_at AS published_at_10, b0_.created_at AS created_at_11, b0_.updated_at AS updated_at_12, ROW_NUMBER() OVER(ORDER BY b0_.published_at DESC, b0_.created_at DESC) AS sclr_13 FROM blog_post b0_ WHERE b0_.locale = 'fr' AND b0_.status = 'published' AND ((b0_.published_at IS NULL OR b0_.published_at <= '2026-03-01 10:10:45'))) dctrn_result GROUP BY id_0 ORDER BY dctrn_minrownum ASC LIMIT 9;
|
0.83 ms (5.51%)
|
3 |
SELECT c0_.id AS id_0, c0_.location AS location_1, c0_.locale AS locale_2, c0_.title AS title_3, c0_.is_enabled AS is_enabled_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6 FROM cms_navigation_menu c0_ WHERE c0_.location = ? AND c0_.locale = ? AND c0_.is_enabled = true LIMIT 1
Parameters: [
"header_main"
"fr"
]
SELECT c0_.id AS id_0, c0_.location AS location_1, c0_.locale AS locale_2, c0_.title AS title_3, c0_.is_enabled AS is_enabled_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6 FROM cms_navigation_menu c0_ WHERE c0_.location = 'header_main' AND c0_.locale = 'fr' AND c0_.is_enabled = true LIMIT 1;
|
0.59 ms (3.97%)
|
1 |
SELECT t0.id AS id_1, t0.asset_key AS asset_key_2, t0.asset_kind AS asset_kind_3, t0.page_id AS page_id_4, t0.media_id AS media_id_5 FROM cms_page_asset t0 WHERE t0.page_id = ?
Parameters: [
"019b4aef-b875-7ab7-9ecf-4eedd85ced06"
]
SELECT t0.id AS id_1, t0.asset_key AS asset_key_2, t0.asset_kind AS asset_kind_3, t0.page_id AS page_id_4, t0.media_id AS media_id_5 FROM cms_page_asset t0 WHERE t0.page_id = '019b4aef-b875-7ab7-9ecf-4eedd85ced06';
|
0.33 ms (2.22%)
|
1 |
SELECT b0_.id AS id_0, b0_.locale AS locale_1, b0_.slug AS slug_2, b0_.title AS title_3, b0_.excerpt AS excerpt_4, b0_.content_html AS content_html_5, b0_.author_name AS author_name_6, b0_.category_label AS category_label_7, b0_.featured_image_path AS featured_image_path_8, b0_.status AS status_9, b0_.published_at AS published_at_10, b0_.created_at AS created_at_11, b0_.updated_at AS updated_at_12 FROM blog_post b0_ WHERE b0_.locale = ? AND b0_.status = ? AND ((b0_.published_at IS NULL OR b0_.published_at <= ?)) AND b0_.id IN (?, ?, ?) ORDER BY b0_.published_at DESC, b0_.created_at DESC
Parameters: [
"fr"
"published"
"2026-03-01 10:10:45"
"019b6475-2ec6-7f0a-bb30-78345e2dd837"
"019b6475-2ec7-7409-b4bb-246f33e41e20"
"019b6475-2ec7-7781-b4bb-246f34a241ac"
]
SELECT b0_.id AS id_0, b0_.locale AS locale_1, b0_.slug AS slug_2, b0_.title AS title_3, b0_.excerpt AS excerpt_4, b0_.content_html AS content_html_5, b0_.author_name AS author_name_6, b0_.category_label AS category_label_7, b0_.featured_image_path AS featured_image_path_8, b0_.status AS status_9, b0_.published_at AS published_at_10, b0_.created_at AS created_at_11, b0_.updated_at AS updated_at_12 FROM blog_post b0_ WHERE b0_.locale = 'fr' AND b0_.status = 'published' AND ((b0_.published_at IS NULL OR b0_.published_at <= '2026-03-01 10:10:45')) AND b0_.id IN ('019b6475-2ec6-7f0a-bb30-78345e2dd837', '019b6475-2ec7-7409-b4bb-246f33e41e20', '019b6475-2ec7-7781-b4bb-246f34a241ac') ORDER BY b0_.published_at DESC, b0_.created_at DESC;
|