2.70 ms (38.10%)
|
1 |
SELECT t0_.id AS id_0, t0_.block_key AS block_key_1, t0_.label AS label_2, t0_.text_de AS text_de_3, t0_.text_en AS text_en_4, t0_.notes AS notes_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7 FROM text_block t0_ ORDER BY t0_.block_key ASC
SELECT t0_.id AS id_0, t0_.block_key AS block_key_1, t0_.label AS label_2, t0_.text_de AS text_de_3, t0_.text_en AS text_en_4, t0_.notes AS notes_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7 FROM text_block t0_ ORDER BY t0_.block_key ASC;
|
0.95 ms (13.46%)
|
1 |
INSERT INTO analytics_event (event_type, context, route, event_date, created_at) VALUES (?, ?, ?, ?, ?)
Parameters: [
"page_view"
"{"path":"\/faq","route":"app_info_faq"}"
"app_info_faq"
"2026-05-26"
"2026-05-26 18:39:04"
]
INSERT INTO analytics_event (event_type, context, route, event_date, created_at) VALUES ('page_view', '{\"path\":\"\\/faq\",\"route\":\"app_info_faq\"}', 'app_info_faq', '2026-05-26', '2026-05-26 18:39:04');
|
0.85 ms (12.08%)
|
1 |
SELECT c0_.id AS id_0, c0_.slug AS slug_1, c0_.title_de AS title_de_2, c0_.title_en AS title_en_3, c0_.content_de AS content_de_4, c0_.content_en AS content_en_5, c0_.meta_description_de AS meta_description_de_6, c0_.meta_description_en AS meta_description_en_7, c0_.is_published AS is_published_8, c0_.show_in_footer AS show_in_footer_9, c0_.sort_order AS sort_order_10, c0_.created_at AS created_at_11, c0_.updated_at AS updated_at_12 FROM content_page c0_ WHERE c0_.slug = ? AND c0_.is_published = ?
SELECT c0_.id AS id_0, c0_.slug AS slug_1, c0_.title_de AS title_de_2, c0_.title_en AS title_en_3, c0_.content_de AS content_de_4, c0_.content_en AS content_en_5, c0_.meta_description_de AS meta_description_de_6, c0_.meta_description_en AS meta_description_en_7, c0_.is_published AS is_published_8, c0_.show_in_footer AS show_in_footer_9, c0_.sort_order AS sort_order_10, c0_.created_at AS created_at_11, c0_.updated_at AS updated_at_12 FROM content_page c0_ WHERE c0_.slug = 'faq' AND c0_.is_published = 1;
|