Query Metrics

423 Database Queries
61 Different statements
356.55 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.29 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "defaultSiteConfig"
  null
  null
]
2 0.07 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
3 0.07 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
4 0.13 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "mainBlogPortal"
  null
  null
]
5 0.07 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  8
]
6 0.06 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPortal"
]
7 0.26 ms
SELECT * FROM redirects WHERE
            (
                (source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
                (source = :sourcePathQuery AND `type` = :typePathQuery) OR
                (source = :sourceEntireUri AND `type` = :typeEntireUri)
            ) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '6' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/aktiver-Naturgenuss"
  "sourcePathQuery" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/aktiver-Naturgenuss?page=5"
  "sourceEntireUri" => "https://stage.steiermark.com/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/aktiver-Naturgenuss?page=5"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
8 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
9 0.09 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "aktiver-Naturgenuss"
  "path" => "/steiermark.com/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/"
]
10 0.11 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/aktiver-Naturgenuss' AND (siteId = 6 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
11 0.11 ms
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
12 0.08 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
13 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Region"
]
14 0.44 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  5941
]
15 0.08 ms
SELECT id FROM sites
Parameters:
[]
16 0.08 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  5941
]
17 0.12 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  5941
  5941
  5941
]
18 0.10 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  14446
  14446
]
19 0.20 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "aktiver-Naturgenuss"
  "path" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/"
]
20 0.07 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/aktiver-Naturgenuss"
]
21 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "aktiver-Naturgenuss"
  "path" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/"
]
22 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/aktiver-Naturgenuss"
]
23 0.11 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/aktiver-Naturgenuss"
]
24 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Aktiv-in-Stadtnaehe"
  "path" => "/de/Region-Graz/Region/"
]
25 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe"
]
26 0.09 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe"
]
27 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Region"
  "path" => "/de/Region-Graz/"
]
28 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz/Region"
]
29 0.09 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Region-Graz/Region"
]
30 0.06 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Region-Graz"
  "path" => "/de/"
]
31 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz"
]
32 0.09 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Region-Graz"
]
33 0.06 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "de"
  "path" => "/"
]
34 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de"
]
35 0.09 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de"
]
36 0.09 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  ""
]
37 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
38 0.07 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/aktiver-Naturgenuss' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
39 0.07 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
40 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "1"
  "scope" => "pimcore_staticroutes"
]
41 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "2"
  "scope" => "pimcore_staticroutes"
]
42 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "3"
  "scope" => "pimcore_staticroutes"
]
43 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "4"
  "scope" => "pimcore_staticroutes"
]
44 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "5"
  "scope" => "pimcore_staticroutes"
]
45 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "6"
  "scope" => "pimcore_staticroutes"
]
46 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "7"
  "scope" => "pimcore_staticroutes"
]
47 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "8"
  "scope" => "pimcore_staticroutes"
]
48 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "9"
  "scope" => "pimcore_staticroutes"
]
49 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "10"
  "scope" => "pimcore_staticroutes"
]
50 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "11"
  "scope" => "pimcore_staticroutes"
]
51 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "12"
  "scope" => "pimcore_staticroutes"
]
52 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "13"
  "scope" => "pimcore_staticroutes"
]
53 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "15"
  "scope" => "pimcore_staticroutes"
]
54 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "16"
  "scope" => "pimcore_staticroutes"
]
55 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "17"
  "scope" => "pimcore_staticroutes"
]
56 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "18"
  "scope" => "pimcore_staticroutes"
]
57 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "19"
  "scope" => "pimcore_staticroutes"
]
58 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "20"
  "scope" => "pimcore_staticroutes"
]
59 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "21"
  "scope" => "pimcore_staticroutes"
]
60 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "22"
  "scope" => "pimcore_staticroutes"
]
61 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "23"
  "scope" => "pimcore_staticroutes"
]
62 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "24"
  "scope" => "pimcore_staticroutes"
]
63 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "25"
  "scope" => "pimcore_staticroutes"
]
64 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "26"
  "scope" => "pimcore_staticroutes"
]
65 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "27"
  "scope" => "pimcore_staticroutes"
]
66 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "28"
  "scope" => "pimcore_staticroutes"
]
67 0.06 ms
SELECT id FROM sites
Parameters:
[]
68 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1058282
]
69 0.06 ms
SELECT id FROM sites
Parameters:
[]
70 0.06 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "21"
]
71 0.13 ms
SELECT id FROM sites
Parameters:
[]
72 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "MediaCopyright"
]
73 0.18 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1063093
]
74 0.39 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  23876
]
75 0.13 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "experience-teaser"
  "scope" => "pimcore_image_thumbnails"
]
76 0.29 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1812310
]
77 0.15 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  23877
]
78 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1688923
]
79 0.14 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  23878
]
80 0.30 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4643056
]
81 0.19 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  23875
]
82 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 724092
]
83 99.33 ms
SELECT object_localized_39_de.o_id as o_id, object_localized_39_de.o_type as o_type FROM object_localized_39_de WHERE (o_id in (select dest_id from object_relations_45 where fieldname LIKE 'holidayThemes') AND  object_localized_39_de.o_type IN ('object','folder')) AND object_localized_39_de.o_published = 1 ORDER BY `name` ASC
Parameters:
[]
84 0.16 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "39"
]
85 0.12 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "31"
]
86 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "59"
]
87 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "72"
]
88 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "46"
]
89 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "47"
]
90 0.41 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11467
]
91 0.29 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  1683716
]
92 0.14 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9079
]
93 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9251
]
94 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9253
]
95 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9112
]
96 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9140
]
97 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9101
]
98 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9224
]
99 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9242
]
100 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9138
]
101 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9109
]
102 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9175
]
103 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9122
]
104 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9249
]
105 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9069
]
106 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9198
]
107 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9185
]
108 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9192
]
109 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9162
]
110 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9246
]
111 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9227
]
112 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9038
]
113 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9244
]
114 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9186
]
115 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9071
]
116 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9187
]
117 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9218
]
118 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9093
]
119 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9027
]
120 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9077
]
121 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9106
]
122 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9028
]
123 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9184
]
124 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9191
]
125 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9076
]
126 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9252
]
127 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9136
]
128 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9084
]
129 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6827960
]
130 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9220
]
131 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9060
]
132 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9081
]
133 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9103
]
134 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9207
]
135 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9221
]
136 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9074
]
137 101.46 ms
SELECT object_localized_45_de.o_id as o_id, object_localized_45_de.o_type as o_type FROM object_localized_45_de WHERE (((FIND_IN_SET("11848", `towns`) OR FIND_IN_SET("11504", `towns`) OR FIND_IN_SET("11474", `towns`) OR FIND_IN_SET("11849", `towns`) OR FIND_IN_SET("11470", `towns`) OR FIND_IN_SET("11493", `towns`) OR FIND_IN_SET("11499", `towns`) OR FIND_IN_SET("11492", `towns`) OR FIND_IN_SET("11841", `towns`) OR FIND_IN_SET("11487", `towns`) OR FIND_IN_SET("11501", `towns`) OR FIND_IN_SET("11475", `towns`) OR FIND_IN_SET("11495", `towns`) OR FIND_IN_SET("11494", `towns`) OR FIND_IN_SET("11496", `towns`) OR FIND_IN_SET("11482", `towns`) OR FIND_IN_SET("11846", `towns`) OR FIND_IN_SET("11484", `towns`) OR FIND_IN_SET("11847", `towns`) OR FIND_IN_SET("11506", `towns`) OR FIND_IN_SET("11479", `towns`) OR FIND_IN_SET("11837", `towns`) OR FIND_IN_SET("11478", `towns`) OR FIND_IN_SET("11839", `towns`) OR FIND_IN_SET("11505", `towns`) OR FIND_IN_SET("11489", `towns`) OR FIND_IN_SET("11842", `towns`) OR FIND_IN_SET("11845", `towns`) OR FIND_IN_SET("11836", `towns`) OR FIND_IN_SET("11476", `towns`) OR FIND_IN_SET("11503", `towns`) OR FIND_IN_SET("11471", `towns`) OR FIND_IN_SET("11483", `towns`) OR FIND_IN_SET("11850", `towns`) OR FIND_IN_SET("11498", `towns`) OR FIND_IN_SET("11481", `towns`) OR FIND_IN_SET("11497", `towns`) OR FIND_IN_SET("11500", `towns`) OR FIND_IN_SET("11843", `towns`) OR FIND_IN_SET("11472", `towns`) OR FIND_IN_SET("11490", `towns`) OR FIND_IN_SET("11844", `towns`) OR FIND_IN_SET("11491", `towns`) OR FIND_IN_SET("11473", `towns`) OR FIND_IN_SET("11838", `towns`) OR FIND_IN_SET("11477", `towns`) OR FIND_IN_SET("11488", `towns`) OR FIND_IN_SET("11840", `towns`) OR FIND_IN_SET("11485", `towns`) OR FIND_IN_SET("11486", `towns`) OR FIND_IN_SET("11480", `towns`) OR FIND_IN_SET("11502", `towns`) OR FIND_IN_SET("10003651", `towns`) OR FIND_IN_SET("10003639", `towns`) OR FIND_IN_SET("10003640", `towns`) OR FIND_IN_SET("10003652", `towns`) OR FIND_IN_SET("10003641", `towns`) OR FIND_IN_SET("10003650", `towns`) OR FIND_IN_SET("10003612", `towns`) OR FIND_IN_SET("10003642", `towns`) OR FIND_IN_SET("10003643", `towns`) OR FIND_IN_SET("10003660", `towns`) OR FIND_IN_SET("10003613", `towns`) OR FIND_IN_SET("10003644", `towns`) OR FIND_IN_SET("10003610", `towns`) OR FIND_IN_SET("10003614", `towns`) OR FIND_IN_SET("10003616", `towns`) OR FIND_IN_SET("10003653", `towns`) OR FIND_IN_SET("10003645", `towns`) OR FIND_IN_SET("10003617", `towns`) OR FIND_IN_SET("10003618", `towns`) OR FIND_IN_SET("10003654", `towns`) OR FIND_IN_SET("10003620", `towns`) OR FIND_IN_SET("10003621", `towns`) OR FIND_IN_SET("10003622", `towns`) OR FIND_IN_SET("10003655", `towns`) OR FIND_IN_SET("10003656", `towns`) OR FIND_IN_SET("10003646", `towns`) OR FIND_IN_SET("10003649", `towns`) OR FIND_IN_SET("10003624", `towns`) OR FIND_IN_SET("10003648", `towns`) OR FIND_IN_SET("10003659", `towns`) OR FIND_IN_SET("10003629", `towns`) OR FIND_IN_SET("10003625", `towns`) OR FIND_IN_SET("10003647", `towns`) OR FIND_IN_SET("10003657", `towns`) OR FIND_IN_SET("10003626", `towns`) OR FIND_IN_SET("10003628", `towns`) OR FIND_IN_SET("10003630", `towns`) OR FIND_IN_SET("10003632", `towns`) OR FIND_IN_SET("10003633", `towns`) OR FIND_IN_SET("10003634", `towns`) OR FIND_IN_SET("10003636", `towns`) OR FIND_IN_SET("10003658", `towns`) OR FIND_IN_SET("10003637", `towns`) OR FIND_IN_SET("10003638", `towns`) OR FIND_IN_SET("11848", `towns`) OR FIND_IN_SET("10003651", `towns`) OR FIND_IN_SET("11504", `towns`) OR FIND_IN_SET("10003639", `towns`) OR FIND_IN_SET("11849", `towns`) OR FIND_IN_SET("10003652", `towns`) OR FIND_IN_SET("11470", `towns`) OR FIND_IN_SET("10003641", `towns`) OR FIND_IN_SET("11492", `towns`) OR FIND_IN_SET("10003643", `towns`) OR FIND_IN_SET("11495", `towns`) OR FIND_IN_SET("10003660", `towns`) OR FIND_IN_SET("11487", `towns`) OR FIND_IN_SET("10003613", `towns`) OR FIND_IN_SET("11501", `towns`) OR FIND_IN_SET("10003644", `towns`) OR FIND_IN_SET("11475", `towns`) OR FIND_IN_SET("10003610", `towns`) OR FIND_IN_SET("11482", `towns`) OR FIND_IN_SET("10003616", `towns`) OR FIND_IN_SET("11846", `towns`) OR FIND_IN_SET("10003653", `towns`) OR FIND_IN_SET("11506", `towns`) OR FIND_IN_SET("10003617", `towns`) OR FIND_IN_SET("11479", `towns`) OR FIND_IN_SET("10003618", `towns`) OR FIND_IN_SET("11839", `towns`) OR FIND_IN_SET("10003654", `towns`) OR FIND_IN_SET("11505", `towns`) OR FIND_IN_SET("10003621", `towns`) OR FIND_IN_SET("11842", `towns`) OR FIND_IN_SET("10003655", `towns`) OR FIND_IN_SET("11845", `towns`) OR FIND_IN_SET("10003656", `towns`) OR FIND_IN_SET("11476", `towns`) OR FIND_IN_SET("10003646", `towns`) OR FIND_IN_SET("11503", `towns`) OR FIND_IN_SET("10003624", `towns`) OR FIND_IN_SET("11471", `towns`) OR FIND_IN_SET("10003648", `towns`) OR FIND_IN_SET("11843", `towns`) OR FIND_IN_SET("10003657", `towns`) OR FIND_IN_SET("11490", `towns`) OR FIND_IN_SET("10003628", `towns`) OR FIND_IN_SET("11498", `towns`) OR FIND_IN_SET("10003659", `towns`) OR FIND_IN_SET("11481", `towns`) OR FIND_IN_SET("10003629", `towns`) OR FIND_IN_SET("11477", `towns`) OR FIND_IN_SET("10003633", `towns`) OR FIND_IN_SET("11502", `towns`) OR FIND_IN_SET("10003634", `towns`) OR FIND_IN_SET("11488", `towns`) OR FIND_IN_SET("10003636", `towns`) OR FIND_IN_SET("11840", `towns`) OR FIND_IN_SET("10003658", `towns`) OR FIND_IN_SET("11485", `towns`) OR FIND_IN_SET("10003637", `towns`)))  AND ((FIND_IN_SET(9079, `topics`) OR FIND_IN_SET(9251, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9112, `topics`) OR FIND_IN_SET(9140, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(9138, `topics`) OR FIND_IN_SET(9109, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9249, `topics`) OR FIND_IN_SET(9069, `topics`) OR FIND_IN_SET(9198, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9162, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9227, `topics`) OR FIND_IN_SET(9038, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9186, `topics`) OR FIND_IN_SET(9071, `topics`) OR FIND_IN_SET(9187, `topics`) OR FIND_IN_SET(9218, `topics`) OR FIND_IN_SET(9093, `topics`) OR FIND_IN_SET(9027, `topics`) OR FIND_IN_SET(9077, `topics`) OR FIND_IN_SET(9106, `topics`) OR FIND_IN_SET(9028, `topics`) OR FIND_IN_SET(9184, `topics`) OR FIND_IN_SET(9191, `topics`) OR FIND_IN_SET(9076, `topics`) OR FIND_IN_SET(9252, `topics`) OR FIND_IN_SET(9136, `topics`) OR FIND_IN_SET(9084, `topics`) OR FIND_IN_SET(6827960, `topics`) OR FIND_IN_SET(9220, `topics`) OR FIND_IN_SET(9060, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9103, `topics`) OR FIND_IN_SET(9207, `topics`) OR FIND_IN_SET(9221, `topics`) OR FIND_IN_SET(9074, `topics`)))  AND (name != '' AND active = 1)  AND (contentScore > 10)  AND  object_localized_45_de.o_type IN ('object','folder')) AND object_localized_45_de.o_published = 1 ORDER BY `name` ASC   LIMIT 12 OFFSET 48
Parameters:
[]
138 0.16 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "45"
]
139 0.21 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9686292
]
140 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  9686292
]
141 0.11 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  9686292
]
142 0.20 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9686292
]
143 0.09 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9686292
  "demiExtension"
]
144 0.07 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9686292
  "demiExtension"
]
145 0.07 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9686292
  "demiExtension"
]
146 0.60 ms
SELECT * FROM object_brick_localized_demiExternalLink_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk') AND `fieldname` = ?
Parameters:
[
  9686292
  "demiExtension"
]
147 0.07 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9686292
  "demiExtension"
]
148 0.06 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9686292
  "demiExtension"
]
149 0.06 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9686292
  "demiExtension"
]
150 0.06 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9686292
  "demiExtension"
]
151 0.08 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9686292
  "demiExtension"
]
152 0.11 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9686292
  "capacityCeremonies"
]
153 0.10 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9686292
  "dishRates"
]
154 0.11 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9686292
  "operationSchedule"
]
155 0.42 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  9686292
]
156 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26690259
]
157 0.11 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26690259
]
158 0.10 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  26690259
]
159 0.32 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  26690259
]
160 0.09 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26690259
  "demiExtension"
]
161 0.07 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26690259
  "demiExtension"
]
162 0.07 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26690259
  "demiExtension"
]
163 0.07 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26690259
  "demiExtension"
]
164 0.07 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26690259
  "demiExtension"
]
165 0.07 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26690259
  "demiExtension"
]
166 0.07 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26690259
  "demiExtension"
]
167 0.07 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26690259
  "demiExtension"
]
168 0.10 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  26690259
  "capacityCeremonies"
]
169 0.10 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  26690259
  "dishRates"
]
170 0.10 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  26690259
  "operationSchedule"
]
171 0.12 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  26690259
]
172 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26687561
]
173 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26687561
]
174 0.09 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  26687561
]
175 0.18 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  26687561
]
176 0.08 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26687561
  "demiExtension"
]
177 0.07 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26687561
  "demiExtension"
]
178 0.07 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26687561
  "demiExtension"
]
179 0.07 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26687561
  "demiExtension"
]
180 0.07 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26687561
  "demiExtension"
]
181 0.07 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26687561
  "demiExtension"
]
182 0.07 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26687561
  "demiExtension"
]
183 0.07 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  26687561
  "demiExtension"
]
184 0.10 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  26687561
  "capacityCeremonies"
]
185 0.10 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  26687561
  "dishRates"
]
186 0.10 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  26687561
  "operationSchedule"
]
187 0.13 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  26687561
]
188 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  294111
]
189 0.11 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  294111
]
190 0.10 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  294111
]
191 0.30 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  294111
]
192 0.08 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  294111
  "demiExtension"
]
193 0.07 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  294111
  "demiExtension"
]
194 0.07 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  294111
  "demiExtension"
]
195 0.07 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  294111
  "demiExtension"
]
196 0.07 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  294111
  "demiExtension"
]
197 0.07 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  294111
  "demiExtension"
]
198 0.07 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  294111
  "demiExtension"
]
199 0.07 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  294111
  "demiExtension"
]
200 0.10 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  294111
  "capacityCeremonies"
]
201 0.10 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  294111
  "dishRates"
]
202 0.10 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  294111
  "operationSchedule"
]
203 0.14 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  294111
]
204 103.28 ms
SELECT COUNT(*) FROM object_localized_45_de WHERE (((FIND_IN_SET("11848", `towns`) OR FIND_IN_SET("11504", `towns`) OR FIND_IN_SET("11474", `towns`) OR FIND_IN_SET("11849", `towns`) OR FIND_IN_SET("11470", `towns`) OR FIND_IN_SET("11493", `towns`) OR FIND_IN_SET("11499", `towns`) OR FIND_IN_SET("11492", `towns`) OR FIND_IN_SET("11841", `towns`) OR FIND_IN_SET("11487", `towns`) OR FIND_IN_SET("11501", `towns`) OR FIND_IN_SET("11475", `towns`) OR FIND_IN_SET("11495", `towns`) OR FIND_IN_SET("11494", `towns`) OR FIND_IN_SET("11496", `towns`) OR FIND_IN_SET("11482", `towns`) OR FIND_IN_SET("11846", `towns`) OR FIND_IN_SET("11484", `towns`) OR FIND_IN_SET("11847", `towns`) OR FIND_IN_SET("11506", `towns`) OR FIND_IN_SET("11479", `towns`) OR FIND_IN_SET("11837", `towns`) OR FIND_IN_SET("11478", `towns`) OR FIND_IN_SET("11839", `towns`) OR FIND_IN_SET("11505", `towns`) OR FIND_IN_SET("11489", `towns`) OR FIND_IN_SET("11842", `towns`) OR FIND_IN_SET("11845", `towns`) OR FIND_IN_SET("11836", `towns`) OR FIND_IN_SET("11476", `towns`) OR FIND_IN_SET("11503", `towns`) OR FIND_IN_SET("11471", `towns`) OR FIND_IN_SET("11483", `towns`) OR FIND_IN_SET("11850", `towns`) OR FIND_IN_SET("11498", `towns`) OR FIND_IN_SET("11481", `towns`) OR FIND_IN_SET("11497", `towns`) OR FIND_IN_SET("11500", `towns`) OR FIND_IN_SET("11843", `towns`) OR FIND_IN_SET("11472", `towns`) OR FIND_IN_SET("11490", `towns`) OR FIND_IN_SET("11844", `towns`) OR FIND_IN_SET("11491", `towns`) OR FIND_IN_SET("11473", `towns`) OR FIND_IN_SET("11838", `towns`) OR FIND_IN_SET("11477", `towns`) OR FIND_IN_SET("11488", `towns`) OR FIND_IN_SET("11840", `towns`) OR FIND_IN_SET("11485", `towns`) OR FIND_IN_SET("11486", `towns`) OR FIND_IN_SET("11480", `towns`) OR FIND_IN_SET("11502", `towns`) OR FIND_IN_SET("10003651", `towns`) OR FIND_IN_SET("10003639", `towns`) OR FIND_IN_SET("10003640", `towns`) OR FIND_IN_SET("10003652", `towns`) OR FIND_IN_SET("10003641", `towns`) OR FIND_IN_SET("10003650", `towns`) OR FIND_IN_SET("10003612", `towns`) OR FIND_IN_SET("10003642", `towns`) OR FIND_IN_SET("10003643", `towns`) OR FIND_IN_SET("10003660", `towns`) OR FIND_IN_SET("10003613", `towns`) OR FIND_IN_SET("10003644", `towns`) OR FIND_IN_SET("10003610", `towns`) OR FIND_IN_SET("10003614", `towns`) OR FIND_IN_SET("10003616", `towns`) OR FIND_IN_SET("10003653", `towns`) OR FIND_IN_SET("10003645", `towns`) OR FIND_IN_SET("10003617", `towns`) OR FIND_IN_SET("10003618", `towns`) OR FIND_IN_SET("10003654", `towns`) OR FIND_IN_SET("10003620", `towns`) OR FIND_IN_SET("10003621", `towns`) OR FIND_IN_SET("10003622", `towns`) OR FIND_IN_SET("10003655", `towns`) OR FIND_IN_SET("10003656", `towns`) OR FIND_IN_SET("10003646", `towns`) OR FIND_IN_SET("10003649", `towns`) OR FIND_IN_SET("10003624", `towns`) OR FIND_IN_SET("10003648", `towns`) OR FIND_IN_SET("10003659", `towns`) OR FIND_IN_SET("10003629", `towns`) OR FIND_IN_SET("10003625", `towns`) OR FIND_IN_SET("10003647", `towns`) OR FIND_IN_SET("10003657", `towns`) OR FIND_IN_SET("10003626", `towns`) OR FIND_IN_SET("10003628", `towns`) OR FIND_IN_SET("10003630", `towns`) OR FIND_IN_SET("10003632", `towns`) OR FIND_IN_SET("10003633", `towns`) OR FIND_IN_SET("10003634", `towns`) OR FIND_IN_SET("10003636", `towns`) OR FIND_IN_SET("10003658", `towns`) OR FIND_IN_SET("10003637", `towns`) OR FIND_IN_SET("10003638", `towns`) OR FIND_IN_SET("11848", `towns`) OR FIND_IN_SET("10003651", `towns`) OR FIND_IN_SET("11504", `towns`) OR FIND_IN_SET("10003639", `towns`) OR FIND_IN_SET("11849", `towns`) OR FIND_IN_SET("10003652", `towns`) OR FIND_IN_SET("11470", `towns`) OR FIND_IN_SET("10003641", `towns`) OR FIND_IN_SET("11492", `towns`) OR FIND_IN_SET("10003643", `towns`) OR FIND_IN_SET("11495", `towns`) OR FIND_IN_SET("10003660", `towns`) OR FIND_IN_SET("11487", `towns`) OR FIND_IN_SET("10003613", `towns`) OR FIND_IN_SET("11501", `towns`) OR FIND_IN_SET("10003644", `towns`) OR FIND_IN_SET("11475", `towns`) OR FIND_IN_SET("10003610", `towns`) OR FIND_IN_SET("11482", `towns`) OR FIND_IN_SET("10003616", `towns`) OR FIND_IN_SET("11846", `towns`) OR FIND_IN_SET("10003653", `towns`) OR FIND_IN_SET("11506", `towns`) OR FIND_IN_SET("10003617", `towns`) OR FIND_IN_SET("11479", `towns`) OR FIND_IN_SET("10003618", `towns`) OR FIND_IN_SET("11839", `towns`) OR FIND_IN_SET("10003654", `towns`) OR FIND_IN_SET("11505", `towns`) OR FIND_IN_SET("10003621", `towns`) OR FIND_IN_SET("11842", `towns`) OR FIND_IN_SET("10003655", `towns`) OR FIND_IN_SET("11845", `towns`) OR FIND_IN_SET("10003656", `towns`) OR FIND_IN_SET("11476", `towns`) OR FIND_IN_SET("10003646", `towns`) OR FIND_IN_SET("11503", `towns`) OR FIND_IN_SET("10003624", `towns`) OR FIND_IN_SET("11471", `towns`) OR FIND_IN_SET("10003648", `towns`) OR FIND_IN_SET("11843", `towns`) OR FIND_IN_SET("10003657", `towns`) OR FIND_IN_SET("11490", `towns`) OR FIND_IN_SET("10003628", `towns`) OR FIND_IN_SET("11498", `towns`) OR FIND_IN_SET("10003659", `towns`) OR FIND_IN_SET("11481", `towns`) OR FIND_IN_SET("10003629", `towns`) OR FIND_IN_SET("11477", `towns`) OR FIND_IN_SET("10003633", `towns`) OR FIND_IN_SET("11502", `towns`) OR FIND_IN_SET("10003634", `towns`) OR FIND_IN_SET("11488", `towns`) OR FIND_IN_SET("10003636", `towns`) OR FIND_IN_SET("11840", `towns`) OR FIND_IN_SET("10003658", `towns`) OR FIND_IN_SET("11485", `towns`) OR FIND_IN_SET("10003637", `towns`)))  AND ((FIND_IN_SET(9079, `topics`) OR FIND_IN_SET(9251, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9112, `topics`) OR FIND_IN_SET(9140, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(9138, `topics`) OR FIND_IN_SET(9109, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9249, `topics`) OR FIND_IN_SET(9069, `topics`) OR FIND_IN_SET(9198, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9162, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9227, `topics`) OR FIND_IN_SET(9038, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9186, `topics`) OR FIND_IN_SET(9071, `topics`) OR FIND_IN_SET(9187, `topics`) OR FIND_IN_SET(9218, `topics`) OR FIND_IN_SET(9093, `topics`) OR FIND_IN_SET(9027, `topics`) OR FIND_IN_SET(9077, `topics`) OR FIND_IN_SET(9106, `topics`) OR FIND_IN_SET(9028, `topics`) OR FIND_IN_SET(9184, `topics`) OR FIND_IN_SET(9191, `topics`) OR FIND_IN_SET(9076, `topics`) OR FIND_IN_SET(9252, `topics`) OR FIND_IN_SET(9136, `topics`) OR FIND_IN_SET(9084, `topics`) OR FIND_IN_SET(6827960, `topics`) OR FIND_IN_SET(9220, `topics`) OR FIND_IN_SET(9060, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9103, `topics`) OR FIND_IN_SET(9207, `topics`) OR FIND_IN_SET(9221, `topics`) OR FIND_IN_SET(9074, `topics`)))  AND (name != '' AND active = 1)  AND (contentScore > 10)  AND  object_localized_45_de.o_type IN ('object','folder')) AND object_localized_45_de.o_published = 1
Parameters:
[]
205 0.32 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 9686259) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
206 0.17 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "23"
]
207 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "27"
]
208 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "demi-infrastructure-teaser"
  "scope" => "pimcore_image_thumbnails"
]
209 0.17 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4600647
]
210 0.71 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,1683716%"
]
211 0.49 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,1683716%"
]
212 0.19 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 26689658) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
213 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3400078
]
214 0.68 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
215 0.49 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
216 0.18 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 9686292) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
217 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9686299
]
218 0.14 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  9686299
]
219 0.30 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9686299
]
220 0.12 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9686299
]
221 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9686302
]
222 0.11 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  9686302
]
223 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9686302
]
224 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9686302
]
225 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9686305
]
226 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  9686305
]
227 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9686305
]
228 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9686305
]
229 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9686308
]
230 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  9686308
]
231 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9686308
]
232 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9686308
]
233 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9686311
]
234 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  9686311
]
235 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9686311
]
236 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9686311
]
237 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9686314
]
238 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  9686314
]
239 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9686314
]
240 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9686314
]
241 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  11500492
]
242 0.12 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  11500492
]
243 0.09 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  11500492
]
244 0.25 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  1283225
]
245 0.10 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1283225
]
246 0.25 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  11500492
]
247 0.09 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  11500492
]
248 0.27 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1283225
]
249 0.18 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 9685643) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
250 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9685650
]
251 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  9685650
]
252 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9685650
]
253 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9685650
]
254 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  39024903
]
255 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  39024903
]
256 0.23 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  39024903
]
257 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  39024903
]
258 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  39024904
]
259 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  39024904
]
260 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  39024904
]
261 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  39024904
]
262 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  39024907
]
263 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  39024907
]
264 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  39024907
]
265 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  39024907
]
266 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  39024908
]
267 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  39024908
]
268 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  39024908
]
269 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  39024908
]
270 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2239645
]
271 0.58 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 291837) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
272 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  50832840
]
273 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  50832840
]
274 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  50832840
]
275 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  50832840
]
276 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  291839
]
277 0.07 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  291839
]
278 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  291839
]
279 0.24 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  118046
]
280 0.21 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  118046
]
281 0.33 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  291839
]
282 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  291839
]
283 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  291841
]
284 0.07 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  291841
]
285 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  291841
]
286 0.20 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  118048
]
287 0.07 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  118048
]
288 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  291841
]
289 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  291841
]
290 0.05 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  291843
]
291 0.07 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  291843
]
292 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  291843
]
293 0.07 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  118050
]
294 0.07 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  118050
]
295 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  291843
]
296 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  291843
]
297 0.05 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  291846
]
298 0.07 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  291846
]
299 0.05 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  291846
]
300 0.07 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  118053
]
301 0.07 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  118053
]
302 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  291846
]
303 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  291846
]
304 0.27 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 118046
]
305 0.66 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
306 0.44 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
307 0.15 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 26690259) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
308 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26690261
]
309 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26690261
]
310 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  26690261
]
311 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  26690261
]
312 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26690262
]
313 0.11 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26690262
]
314 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  26690262
]
315 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  26690262
]
316 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  28329901
]
317 0.12 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  28329901
]
318 0.09 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  28329901
]
319 0.10 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3404780
]
320 0.10 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3404780
]
321 0.23 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  28329901
]
322 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  28329901
]
323 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3404780
]
324 0.79 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
325 0.47 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
326 0.16 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 26687561) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
327 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26687563
]
328 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26687563
]
329 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  26687563
]
330 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  26687563
]
331 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26687564
]
332 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26687564
]
333 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  26687564
]
334 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  26687564
]
335 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26687565
]
336 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26687565
]
337 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  26687565
]
338 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  26687565
]
339 0.25 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  28327710
]
340 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  28327710
]
341 0.08 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  28327710
]
342 0.10 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3398036
]
343 0.23 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3398036
]
344 0.32 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  28327710
]
345 0.09 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  28327710
]
346 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  28327711
]
347 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  28327711
]
348 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  28327711
]
349 0.15 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  28327711
]
350 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  28327711
]
351 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  28327712
]
352 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  28327712
]
353 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  28327712
]
354 0.09 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3398038
]
355 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3398038
]
356 0.16 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  28327712
]
357 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  28327712
]
358 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  28327713
]
359 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  28327713
]
360 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  28327713
]
361 0.09 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3398039
]
362 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3398039
]
363 0.17 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  28327713
]
364 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  28327713
]
365 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3398035
]
366 0.82 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
367 0.50 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
368 0.63 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 294111) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
369 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  40627977
]
370 0.11 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  40627977
]
371 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  40627977
]
372 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  40627977
]
373 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  294115
]
374 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  294115
]
375 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  294115
]
376 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  294115
]
377 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  40627978
]
378 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  40627978
]
379 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  40627978
]
380 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  40627978
]
381 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  294116
]
382 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  294116
]
383 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  294116
]
384 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  294116
]
385 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  294117
]
386 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  294117
]
387 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  294117
]
388 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  294117
]
389 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  294113
]
390 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  294113
]
391 0.08 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  294113
]
392 0.26 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  119201
]
393 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  119201
]
394 0.19 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  294113
]
395 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  294113
]
396 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 119201
]
397 0.61 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
398 0.45 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
399 0.15 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 26689372) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
400 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26689374
]
401 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26689374
]
402 0.22 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  26689374
]
403 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  26689374
]
404 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  28058408
]
405 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  28058408
]
406 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  28058408
]
407 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  28058408
]
408 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5361461
]
409 0.59 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
410 0.43 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
411 0.14 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 26687717) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
412 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3398238
]
413 0.13 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 30576410) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
414 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5474118
]
415 0.65 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
416 0.43 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11467%"
]
417 0.14 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 26690427) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
418 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3400907
]
419 0.28 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  15487
]
420 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser"
  "scope" => "pimcore_image_thumbnails"
]
421 0.32 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4491770
]
422 0.23 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  13300
]
423 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1525324
]

demi_vacancies connection

No database queries were performed.

Database Connections

Name Service
default doctrine.dbal.default_connection
demi_vacancies doctrine.dbal.demi_vacancies_connection

Entity Managers

Name Service
portal_engine doctrine.orm.portal_engine_entity_manager
pimcore_direct_edit doctrine.orm.pimcore_direct_edit_entity_manager
statistics_explorer doctrine.orm.statistics_explorer_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

portal_engine entity manager

No loaded entities.

pimcore_direct_edit entity manager

No loaded entities.

statistics_explorer entity manager

No loaded entities.