| 2 |
0.71 ms |
INSERT INTO analytics_event (event_type, context, route, event_date, created_at) VALUES (?, ?, ?, ?, ?)
Parameters: [
"page_view"
"{"path":"\/datenschutz","route":"app_info_datenschutz"}"
"app_info_datenschutz"
"2026-05-26"
"2026-05-26 18:47:59"
]
INSERT INTO analytics_event (event_type, context, route, event_date, created_at) VALUES ('page_view', '{\"path\":\"\\/datenschutz\",\"route\":\"app_info_datenschutz\"}', 'app_info_datenschutz', '2026-05-26', '2026-05-26 18:47:59');
|
| 4 |
0.79 ms |
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 = ?
Parameters: [
"datenschutz"
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 = 'datenschutz' AND c0_.is_published = 1;
|
| 5 |
1.67 ms |
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;
|