1
0.44 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"artikel/nmz-2024-04 "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'artikel/nmz-2024-04' LIMIT 1 ;
Copy
2
2.10 ms
SELECT p0_ . id AS id_0 , p0_ . title AS title_1 , p0_ . path AS path_2 , p0_ . html_content AS html_content_3 , p0_ . article_description AS article_description_4 , p0_ . article_preview_slideshow_html AS article_preview_slideshow_html_5 , p0_ . article_tag_ids AS article_tag_ids_6 , p0_ . article AS article_7 , p0_ . hide_current_information AS hide_current_information_8 , p0_ . visibility AS visibility_9 , p0_ . author AS author_10 , p0_ . article_section AS article_section_11 , p0_ . creation_time AS creation_time_12 , p0_ . edit_time AS edit_time_13 FROM pages p0_ WHERE p0_ . article = ? AND p0_ . path < > ? AND p0_ . visibility IN (? ) AND ((p0_ . creation_time < ? OR (p0_ . creation_time = ? AND p0_ . id < ? ))) ORDER BY p0_ . creation_time DESC , p0_ . edit_time DESC , p0_ . id DESC LIMIT 1
Parameters :
[
1
"artikel "
"all "
"2024-04-01 00:00:00 "
"2024-04-01 00:00:00 "
184
]
SELECT p0_ . id AS id_0 , p0_ . title AS title_1 , p0_ . path AS path_2 , p0_ . html_content AS html_content_3 , p0_ . article_description AS article_description_4 , p0_ . article_preview_slideshow_html AS article_preview_slideshow_html_5 , p0_ . article_tag_ids AS article_tag_ids_6 , p0_ . article AS article_7 , p0_ . hide_current_information AS hide_current_information_8 , p0_ . visibility AS visibility_9 , p0_ . author AS author_10 , p0_ . article_section AS article_section_11 , p0_ . creation_time AS creation_time_12 , p0_ . edit_time AS edit_time_13 FROM pages p0_ WHERE p0_ . article = 1 AND p0_ . path < > 'artikel' AND p0_ . visibility IN ('all' ) AND ((p0_ . creation_time < '2024-04-01 00:00:00' OR (p0_ . creation_time = '2024-04-01 00:00:00' AND p0_ . id < 184 ))) ORDER BY p0_ . creation_time DESC , p0_ . edit_time DESC , p0_ . id DESC LIMIT 1 ;
Copy
3
0.70 ms
SELECT p0_ . id AS id_0 , p0_ . title AS title_1 , p0_ . path AS path_2 , p0_ . html_content AS html_content_3 , p0_ . article_description AS article_description_4 , p0_ . article_preview_slideshow_html AS article_preview_slideshow_html_5 , p0_ . article_tag_ids AS article_tag_ids_6 , p0_ . article AS article_7 , p0_ . hide_current_information AS hide_current_information_8 , p0_ . visibility AS visibility_9 , p0_ . author AS author_10 , p0_ . article_section AS article_section_11 , p0_ . creation_time AS creation_time_12 , p0_ . edit_time AS edit_time_13 FROM pages p0_ WHERE p0_ . article = ? AND p0_ . path < > ? AND p0_ . visibility IN (? ) AND ((p0_ . creation_time > ? OR (p0_ . creation_time = ? AND p0_ . id > ? ))) ORDER BY p0_ . creation_time ASC , p0_ . id ASC LIMIT 1
Parameters :
[
1
"artikel "
"all "
"2024-04-01 00:00:00 "
"2024-04-01 00:00:00 "
184
]
SELECT p0_ . id AS id_0 , p0_ . title AS title_1 , p0_ . path AS path_2 , p0_ . html_content AS html_content_3 , p0_ . article_description AS article_description_4 , p0_ . article_preview_slideshow_html AS article_preview_slideshow_html_5 , p0_ . article_tag_ids AS article_tag_ids_6 , p0_ . article AS article_7 , p0_ . hide_current_information AS hide_current_information_8 , p0_ . visibility AS visibility_9 , p0_ . author AS author_10 , p0_ . article_section AS article_section_11 , p0_ . creation_time AS creation_time_12 , p0_ . edit_time AS edit_time_13 FROM pages p0_ WHERE p0_ . article = 1 AND p0_ . path < > 'artikel' AND p0_ . visibility IN ('all' ) AND ((p0_ . creation_time > '2024-04-01 00:00:00' OR (p0_ . creation_time = '2024-04-01 00:00:00' AND p0_ . id > 184 ))) ORDER BY p0_ . creation_time ASC , p0_ . id ASC LIMIT 1 ;
Copy
4
0.45 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 FROM article_tag a0_ WHERE a0_ . id IN (? ) ORDER BY a0_ . name ASC , a0_ . id ASC
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 FROM article_tag a0_ WHERE a0_ . id IN (6 ) ORDER BY a0_ . name ASC , a0_ . id ASC ;
Copy
5
0.61 ms
SELECT m0_ . id AS id_0 , m0_ . name AS name_1 , m0_ . target_path AS target_path_2 , m0_ . sort_order AS sort_order_3 , m1_ . id AS id_4 , m1_ . name AS name_5 , m1_ . target_path AS target_path_6 , m1_ . sort_order AS sort_order_7 , m0_ . parent_id AS parent_id_8 , m1_ . parent_id AS parent_id_9 FROM Menu m0_ LEFT JOIN Menu m1_ ON m0_ . parent_id = m1_ . id ORDER BY m0_ . sort_order ASC , m0_ . id ASC
SELECT m0_ . id AS id_0 , m0_ . name AS name_1 , m0_ . target_path AS target_path_2 , m0_ . sort_order AS sort_order_3 , m1_ . id AS id_4 , m1_ . name AS name_5 , m1_ . target_path AS target_path_6 , m1_ . sort_order AS sort_order_7 , m0_ . parent_id AS parent_id_8 , m1_ . parent_id AS parent_id_9 FROM Menu m0_ LEFT JOIN Menu m1_ ON m0_ . parent_id = m1_ . id ORDER BY m0_ . sort_order ASC , m0_ . id ASC ;
Copy
6
0.48 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"landesverband "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'landesverband' LIMIT 1 ;
Copy
7
0.53 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"leistungen "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'leistungen' LIMIT 1 ;
Copy
8
0.45 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"landesverband/vorstand "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'landesverband/vorstand' LIMIT 1 ;
Copy
9
0.49 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"landesverband/mitarbeiter "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'landesverband/mitarbeiter' LIMIT 1 ;
Copy
10
0.40 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"landesverband/rechtliche_bestimmungen "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'landesverband/rechtliche_bestimmungen' LIMIT 1 ;
Copy
11
0.45 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"bezirksgruppen "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'bezirksgruppen' LIMIT 1 ;
Copy
12
0.52 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"bezirksgruppen/braunschweig "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'bezirksgruppen/braunschweig' LIMIT 1 ;
Copy
13
0.55 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"bezirksgruppen/goettingen "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'bezirksgruppen/goettingen' LIMIT 1 ;
Copy
14
0.63 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"bezirksgruppen/hannover "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'bezirksgruppen/hannover' LIMIT 1 ;
Copy
15
0.77 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"bezirksgruppen/nordost "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'bezirksgruppen/nordost' LIMIT 1 ;
Copy
16
0.57 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"bezirksgruppen/nordwest "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'bezirksgruppen/nordwest' LIMIT 1 ;
Copy
17
0.50 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"bezirksgruppen/osnabrueck "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'bezirksgruppen/osnabrueck' LIMIT 1 ;
Copy
18
0.55 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"nachrichten "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'nachrichten' LIMIT 1 ;
Copy
19
0.68 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"nachrichten/zur-diskussion "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'nachrichten/zur-diskussion' LIMIT 1 ;
Copy
20
0.69 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"nachrichten/veranstaltungen-der-zentrale "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'nachrichten/veranstaltungen-der-zentrale' LIMIT 1 ;
Copy
21
0.64 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"nachrichten/aus-den-bezirksgruppen "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'nachrichten/aus-den-bezirksgruppen' LIMIT 1 ;
Copy
22
0.54 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"nachrichten/nmz-berichtearchiv "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'nachrichten/nmz-berichtearchiv' LIMIT 1 ;
Copy
23
0.49 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"musikersuche "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'musikersuche' LIMIT 1 ;
Copy
24
0.37 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"mitglied-werden "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'mitglied-werden' LIMIT 1 ;
Copy
25
0.41 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"kontakt "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'kontakt' LIMIT 1 ;
Copy
26
0.56 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = ? LIMIT 1
Parameters :
[
"fuer-mitglieder "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . path AS path_3 , t0 . html_content AS html_content_4 , t0 . article_description AS article_description_5 , t0 . article_preview_slideshow_html AS article_preview_slideshow_html_6 , t0 . article_tag_ids AS article_tag_ids_7 , t0 . article AS article_8 , t0 . hide_current_information AS hide_current_information_9 , t0 . visibility AS visibility_10 , t0 . author AS author_11 , t0 . article_section AS article_section_12 , t0 . creation_time AS creation_time_13 , t0 . edit_time AS edit_time_14 FROM pages t0 WHERE t0 . path = 'fuer-mitglieder' LIMIT 1 ;
Copy
27
1.20 ms
SELECT t0 . id AS id_1 , t0 . slot_key AS slot_key_2 , t0 . label AS label_3 , t0 . html_content AS html_content_4 , t0 . author AS author_5 , t0 . creation_time AS creation_time_6 , t0 . edit_time AS edit_time_7 FROM specialPages t0
SELECT t0 . id AS id_1 , t0 . slot_key AS slot_key_2 , t0 . label AS label_3 , t0 . html_content AS html_content_4 , t0 . author AS author_5 , t0 . creation_time AS creation_time_6 , t0 . edit_time AS edit_time_7 FROM specialPages t0 ;
Copy
28
1.37 ms
SELECT p0_ . id AS id_0 , p0_ . title AS title_1 , p0_ . path AS path_2 , p0_ . html_content AS html_content_3 , p0_ . article_description AS article_description_4 , p0_ . article_preview_slideshow_html AS article_preview_slideshow_html_5 , p0_ . article_tag_ids AS article_tag_ids_6 , p0_ . article AS article_7 , p0_ . hide_current_information AS hide_current_information_8 , p0_ . visibility AS visibility_9 , p0_ . author AS author_10 , p0_ . article_section AS article_section_11 , p0_ . creation_time AS creation_time_12 , p0_ . edit_time AS edit_time_13 FROM pages p0_ WHERE p0_ . article = ? AND p0_ . path < > ? AND p0_ . visibility IN (? ) ORDER BY p0_ . creation_time DESC , p0_ . edit_time DESC , p0_ . id DESC LIMIT 3
Parameters :
[
1
"artikel "
"all "
]
SELECT p0_ . id AS id_0 , p0_ . title AS title_1 , p0_ . path AS path_2 , p0_ . html_content AS html_content_3 , p0_ . article_description AS article_description_4 , p0_ . article_preview_slideshow_html AS article_preview_slideshow_html_5 , p0_ . article_tag_ids AS article_tag_ids_6 , p0_ . article AS article_7 , p0_ . hide_current_information AS hide_current_information_8 , p0_ . visibility AS visibility_9 , p0_ . author AS author_10 , p0_ . article_section AS article_section_11 , p0_ . creation_time AS creation_time_12 , p0_ . edit_time AS edit_time_13 FROM pages p0_ WHERE p0_ . article = 1 AND p0_ . path < > 'artikel' AND p0_ . visibility IN ('all' ) ORDER BY p0_ . creation_time DESC , p0_ . edit_time DESC , p0_ . id DESC LIMIT 3 ;
Copy