Query Metrics

646 Database Queries
65 Different statements
384.74 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.37 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.12 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
3 0.20 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
4 0.42 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.11 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  8
]
6 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPortal"
]
7 0.59 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" => "/en/Hochsteiermark/Region/Culinary-delights/List-of-restaurants"
  "sourcePathQuery" => "/en/Hochsteiermark/Region/Culinary-delights/List-of-restaurants?page=20"
  "sourceEntireUri" => "https://stage.steiermark.com/en/Hochsteiermark/Region/Culinary-delights/List-of-restaurants?page=20"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
8 0.20 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
9 0.31 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "List-of-restaurants"
  "path" => "/steiermark.com/en/Hochsteiermark/Region/Culinary-delights/"
]
10 0.31 ms
SELECT * FROM object_url_slugs WHERE slug = '/en/Hochsteiermark/Region/Culinary-delights/List-of-restaurants' AND (siteId = 6 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
11 0.16 ms
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
12 0.28 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
13 0.27 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Region"
]
14 0.17 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  15033
]
15 0.16 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11832
]
16 0.26 ms
SELECT id FROM sites
Parameters:
[]
17 0.27 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  15033
]
18 0.17 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  11832
  15033
  15033
]
19 0.10 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  15033
  15033
]
20 0.10 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  11832
  11832
]
21 0.11 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "List-of-restaurants"
  "path" => "/en/Hochsteiermark/Region/Culinary-delights/"
]
22 0.07 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Hochsteiermark/Region/Culinary-delights/List-of-restaurants"
]
23 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "List-of-restaurants"
  "path" => "/en/Hochsteiermark/Region/Culinary-delights/"
]
24 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Hochsteiermark/Region/Culinary-delights/List-of-restaurants"
]
25 0.12 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/%"
  "/en/Hochsteiermark/Region/Culinary-delights/List-of-restaurants"
]
26 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Culinary-delights"
  "path" => "/en/Hochsteiermark/Region/"
]
27 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Hochsteiermark/Region/Culinary-delights"
]
28 0.10 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/%"
  "/en/Hochsteiermark/Region/Culinary-delights"
]
29 0.10 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Region"
  "path" => "/en/Hochsteiermark/"
]
30 0.08 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Hochsteiermark/Region"
]
31 0.10 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/%"
  "/en/Hochsteiermark/Region"
]
32 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Hochsteiermark"
  "path" => "/en/"
]
33 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Hochsteiermark"
]
34 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/%"
  "/en/Hochsteiermark"
]
35 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "en"
  "path" => "/"
]
36 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en"
]
37 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/%"
  "/en"
]
38 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/%"
  ""
]
39 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
40 0.09 ms
SELECT * FROM object_url_slugs WHERE slug = '/en/Hochsteiermark/Region/Culinary-delights/List-of-restaurants' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
41 0.07 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
42 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "1"
  "scope" => "pimcore_staticroutes"
]
43 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "2"
  "scope" => "pimcore_staticroutes"
]
44 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "3"
  "scope" => "pimcore_staticroutes"
]
45 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "4"
  "scope" => "pimcore_staticroutes"
]
46 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "5"
  "scope" => "pimcore_staticroutes"
]
47 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "6"
  "scope" => "pimcore_staticroutes"
]
48 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "7"
  "scope" => "pimcore_staticroutes"
]
49 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "8"
  "scope" => "pimcore_staticroutes"
]
50 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "9"
  "scope" => "pimcore_staticroutes"
]
51 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "10"
  "scope" => "pimcore_staticroutes"
]
52 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "11"
  "scope" => "pimcore_staticroutes"
]
53 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "12"
  "scope" => "pimcore_staticroutes"
]
54 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "13"
  "scope" => "pimcore_staticroutes"
]
55 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "15"
  "scope" => "pimcore_staticroutes"
]
56 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "16"
  "scope" => "pimcore_staticroutes"
]
57 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "17"
  "scope" => "pimcore_staticroutes"
]
58 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "18"
  "scope" => "pimcore_staticroutes"
]
59 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "19"
  "scope" => "pimcore_staticroutes"
]
60 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "20"
  "scope" => "pimcore_staticroutes"
]
61 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "21"
  "scope" => "pimcore_staticroutes"
]
62 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "22"
  "scope" => "pimcore_staticroutes"
]
63 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "23"
  "scope" => "pimcore_staticroutes"
]
64 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "24"
  "scope" => "pimcore_staticroutes"
]
65 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "25"
  "scope" => "pimcore_staticroutes"
]
66 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "26"
  "scope" => "pimcore_staticroutes"
]
67 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "27"
  "scope" => "pimcore_staticroutes"
]
68 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "28"
  "scope" => "pimcore_staticroutes"
]
69 0.10 ms
SELECT id FROM sites
Parameters:
[]
70 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1276968
]
71 0.09 ms
SELECT id FROM sites
Parameters:
[]
72 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "21"
]
73 0.16 ms
SELECT id FROM sites
Parameters:
[]
74 0.22 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4558023
]
75 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
76 0.11 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
77 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
78 0.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
79 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
80 0.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
81 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
82 0.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
83 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
84 0.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
85 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
86 0.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
87 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
88 0.07 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
89 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
90 0.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
91 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
92 0.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
93 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
94 0.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
95 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "hero_auto_6b877e330ba5f7e916fd28dac5787d51"
  "scope" => "pimcore_image_thumbnails"
]
96 0.07 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_4558023__019a583b6763038a066747198b199699"
]
97 119.49 ms
SELECT object_localized_39_en.o_id as o_id, object_localized_39_en.o_type as o_type FROM object_localized_39_en WHERE (o_id in (select dest_id from object_relations_45 where fieldname LIKE 'holidayThemes') AND  object_localized_39_en.o_type IN ('object','folder')) AND object_localized_39_en.o_published = 1 ORDER BY `name` ASC
Parameters:
[]
98 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "39"
]
99 67.37 ms
SELECT o_id FROM object_46 WHERE o_id in (select dest_id from object_relations_45 where src_id in (select o_id from object_45 where active = 1 and o_published = 1))
Parameters:
[]
100 0.50 ms
SELECT object_localized_47_en.o_id as o_id, object_localized_47_en.o_type as o_type FROM object_localized_47_en WHERE (active=1 AND  object_localized_47_en.o_type IN ('object','folder')) AND object_localized_47_en.o_published = 1 ORDER BY `order`
Parameters:
[]
101 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "47"
]
102 1.02 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:
[
  8866
]
103 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "46"
]
104 0.69 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:
[
  8871
]
105 1.33 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:
[
  8867
]
106 0.48 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:
[
  8865
]
107 0.58 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:
[
  8870
]
108 0.86 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:
[
  8869
]
109 0.67 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:
[
  8872
]
110 1.75 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:
[
  8868
]
111 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "31"
]
112 0.07 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "72"
]
113 3.32 ms
SELECT object_localized_72_en.o_id as o_id, object_localized_72_en.o_type as o_type FROM object_localized_72_en WHERE ((region__id in (11534,11539,11538,11527,11522,11524,11559,11521,11567,11526,11536,11560,11528,11535,11537) OR o_id in (11534,11539,11538,11527,11522,11524,11559,11521,11567,11526,11536,11560,11528,11535,11537))  AND  object_localized_72_en.o_type IN ('object','folder')) AND object_localized_72_en.o_published = 1 ORDER BY `name`
Parameters:
[]
114 0.19 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:
[
  8881
]
115 0.15 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:
[
  8960
]
116 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:
[
  2956831
]
117 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:
[
  34637986
]
118 0.12 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:
[
  13101
]
119 0.12 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:
[
  8966
]
120 0.12 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:
[
  8906
]
121 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:
[
  2956834
]
122 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:
[
  8935
]
123 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:
[
  8884
]
124 0.12 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:
[
  8880
]
125 0.12 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:
[
  8889
]
126 0.12 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:
[
  8908
]
127 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:
[
  8879
]
128 0.12 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:
[
  34637984
]
129 0.12 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:
[
  8909
]
130 0.13 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:
[
  13102
]
131 0.12 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:
[
  323812
]
132 0.12 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:
[
  2335828
]
133 0.12 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:
[
  2956833
]
134 0.12 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:
[
  8891
]
135 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:
[
  8914
]
136 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:
[
  8950
]
137 0.12 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:
[
  43486494
]
138 0.12 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:
[
  30766034
]
139 0.12 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:
[
  8697573
]
140 0.12 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:
[
  8926
]
141 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:
[
  8964
]
142 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:
[
  2289698
]
143 0.12 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:
[
  8913
]
144 0.12 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:
[
  3576862
]
145 0.12 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:
[
  978047
]
146 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:
[
  1060937
]
147 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:
[
  8903
]
148 0.12 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:
[
  8936
]
149 0.12 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:
[
  8917
]
150 0.12 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:
[
  8916
]
151 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:
[
  8878
]
152 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:
[
  8937
]
153 0.12 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:
[
  8941
]
154 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:
[
  8904
]
155 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:
[
  8951
]
156 0.12 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:
[
  34637975
]
157 0.12 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:
[
  8934
]
158 0.12 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:
[
  8953
]
159 0.12 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:
[
  9707210
]
160 0.12 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:
[
  9707192
]
161 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:
[
  8944
]
162 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:
[
  8902
]
163 0.13 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:
[
  8969
]
164 0.13 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:
[
  41070520
]
165 0.12 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:
[
  8890
]
166 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:
[
  13098
]
167 0.12 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:
[
  34637979
]
168 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:
[
  1514879
]
169 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:
[
  8931
]
170 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:
[
  2612848
]
171 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:
[
  323813
]
172 0.12 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:
[
  323816
]
173 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:
[
  8971
]
174 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:
[
  8932
]
175 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:
[
  8877
]
176 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:
[
  41711625
]
177 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:
[
  8886
]
178 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:
[
  8925
]
179 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:
[
  1514878
]
180 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:
[
  1514877
]
181 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:
[
  8965
]
182 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:
[
  8892
]
183 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:
[
  8924
]
184 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:
[
  8905
]
185 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:
[
  8893
]
186 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:
[
  30807423
]
187 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:
[
  33665691
]
188 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:
[
  13097
]
189 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:
[
  978046
]
190 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:
[
  8942
]
191 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:
[
  2335829
]
192 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:
[
  34637977
]
193 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:
[
  8959
]
194 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:
[
  8943
]
195 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:
[
  13690959
]
196 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:
[
  8946
]
197 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:
[
  8970
]
198 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:
[
  8963
]
199 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:
[
  8973
]
200 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:
[
  2612886
]
201 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:
[
  8896
]
202 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:
[
  8958
]
203 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:
[
  8921
]
204 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:
[
  2956832
]
205 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:
[
  34637985
]
206 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:
[
  8895
]
207 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:
[
  8888
]
208 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:
[
  8885
]
209 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:
[
  8910
]
210 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:
[
  8968
]
211 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:
[
  13100
]
212 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:
[
  8208050
]
213 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:
[
  8922
]
214 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:
[
  8894
]
215 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:
[
  2335827
]
216 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:
[
  8874
]
217 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:
[
  20664811
]
218 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:
[
  6166174
]
219 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:
[
  6166175
]
220 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:
[
  6166176
]
221 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:
[
  8947
]
222 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:
[
  8900
]
223 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:
[
  8938
]
224 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:
[
  8962
]
225 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:
[
  8940
]
226 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:
[
  7778883
]
227 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:
[
  8876
]
228 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:
[
  3994125
]
229 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:
[
  8939
]
230 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:
[
  2956828
]
231 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:
[
  8954
]
232 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:
[
  8974
]
233 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:
[
  8955
]
234 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:
[
  8972
]
235 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:
[
  13981580
]
236 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:
[
  8930
]
237 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:
[
  8915
]
238 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:
[
  8923
]
239 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:
[
  8933
]
240 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:
[
  8956
]
241 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:
[
  8873
]
242 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:
[
  2335897
]
243 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:
[
  8875
]
244 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:
[
  13368813
]
245 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:
[
  30766033
]
246 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:
[
  8967
]
247 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:
[
  8928
]
248 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:
[
  43486493
]
249 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:
[
  2335826
]
250 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:
[
  8952
]
251 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:
[
  3576863
]
252 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:
[
  8882
]
253 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:
[
  8901
]
254 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:
[
  13103
]
255 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:
[
  323810
]
256 0.12 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:
[
  323815
]
257 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:
[
  46098368
]
258 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:
[
  13104
]
259 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:
[
  8948
]
260 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:
[
  8919
]
261 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:
[
  8911
]
262 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:
[
  34637989
]
263 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:
[
  8961
]
264 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:
[
  6311040
]
265 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:
[
  2956829
]
266 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:
[
  8929
]
267 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:
[
  8918
]
268 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:
[
  8510366
]
269 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:
[
  8899
]
270 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:
[
  8920
]
271 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:
[
  8945
]
272 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:
[
  13099
]
273 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:
[
  323814
]
274 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:
[
  13691917
]
275 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:
[
  8887
]
276 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:
[
  8912
]
277 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:
[
  8927
]
278 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:
[
  8907
]
279 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:
[
  8897
]
280 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:
[
  8949
]
281 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:
[
  8898
]
282 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:
[
  13981573
]
283 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:
[
  2956830
]
284 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:
[
  8171621
]
285 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:
[
  3190434
]
286 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:
[
  6512514
]
287 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:
[
  6512515
]
288 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:
[
  2956827
]
289 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:
[
  8883
]
290 46.42 ms
SELECT object_localized_45_en.o_id as o_id, object_localized_45_en.o_type as o_type FROM object_localized_45_en WHERE (((FIND_IN_SET("11534", `towns`) OR FIND_IN_SET("11539", `towns`) OR FIND_IN_SET("11538", `towns`) OR FIND_IN_SET("11527", `towns`) OR FIND_IN_SET("11522", `towns`) OR FIND_IN_SET("11524", `towns`) OR FIND_IN_SET("11559", `towns`) OR FIND_IN_SET("11521", `towns`) OR FIND_IN_SET("11567", `towns`) OR FIND_IN_SET("11526", `towns`) OR FIND_IN_SET("11536", `towns`) OR FIND_IN_SET("11560", `towns`) OR FIND_IN_SET("11528", `towns`) OR FIND_IN_SET("11535", `towns`) OR FIND_IN_SET("11537", `towns`)))  AND ((FIND_IN_SET(8881, `topics`) OR FIND_IN_SET(8960, `topics`) OR FIND_IN_SET(2956831, `topics`) OR FIND_IN_SET(34637986, `topics`) OR FIND_IN_SET(13101, `topics`) OR FIND_IN_SET(8966, `topics`) OR FIND_IN_SET(8906, `topics`) OR FIND_IN_SET(2956834, `topics`) OR FIND_IN_SET(8935, `topics`) OR FIND_IN_SET(8884, `topics`) OR FIND_IN_SET(8880, `topics`) OR FIND_IN_SET(8889, `topics`) OR FIND_IN_SET(8908, `topics`) OR FIND_IN_SET(8960, `topics`) OR FIND_IN_SET(8879, `topics`) OR FIND_IN_SET(34637984, `topics`) OR FIND_IN_SET(8909, `topics`) OR FIND_IN_SET(13102, `topics`) OR FIND_IN_SET(323812, `topics`) OR FIND_IN_SET(2335828, `topics`) OR FIND_IN_SET(2956833, `topics`) OR FIND_IN_SET(8881, `topics`) OR FIND_IN_SET(8891, `topics`) OR FIND_IN_SET(8914, `topics`) OR FIND_IN_SET(8950, `topics`) OR FIND_IN_SET(43486494, `topics`) OR FIND_IN_SET(30766034, `topics`) OR FIND_IN_SET(8697573, `topics`) OR FIND_IN_SET(8926, `topics`) OR FIND_IN_SET(8964, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(8913, `topics`) OR FIND_IN_SET(3576862, `topics`) OR FIND_IN_SET(978047, `topics`) OR FIND_IN_SET(1060937, `topics`) OR FIND_IN_SET(8903, `topics`) OR FIND_IN_SET(8936, `topics`) OR FIND_IN_SET(8917, `topics`) OR FIND_IN_SET(8916, `topics`) OR FIND_IN_SET(8878, `topics`) OR FIND_IN_SET(8937, `topics`) OR FIND_IN_SET(8941, `topics`) OR FIND_IN_SET(8904, `topics`) OR FIND_IN_SET(8951, `topics`) OR FIND_IN_SET(34637975, `topics`) OR FIND_IN_SET(8934, `topics`) OR FIND_IN_SET(8953, `topics`) OR FIND_IN_SET(9707210, `topics`) OR FIND_IN_SET(9707192, `topics`) OR FIND_IN_SET(8944, `topics`) OR FIND_IN_SET(8902, `topics`) OR FIND_IN_SET(8969, `topics`) OR FIND_IN_SET(41070520, `topics`) OR FIND_IN_SET(8890, `topics`) OR FIND_IN_SET(13098, `topics`) OR FIND_IN_SET(34637979, `topics`) OR FIND_IN_SET(1514879, `topics`) OR FIND_IN_SET(8931, `topics`) OR FIND_IN_SET(2612848, `topics`) OR FIND_IN_SET(323813, `topics`) OR FIND_IN_SET(323816, `topics`) OR FIND_IN_SET(8971, `topics`) OR FIND_IN_SET(8932, `topics`) OR FIND_IN_SET(8877, `topics`) OR FIND_IN_SET(41711625, `topics`) OR FIND_IN_SET(8886, `topics`) OR FIND_IN_SET(8925, `topics`) OR FIND_IN_SET(1514878, `topics`) OR FIND_IN_SET(1514877, `topics`) OR FIND_IN_SET(8965, `topics`) OR FIND_IN_SET(8892, `topics`) OR FIND_IN_SET(8924, `topics`) OR FIND_IN_SET(8905, `topics`) OR FIND_IN_SET(8893, `topics`) OR FIND_IN_SET(30807423, `topics`) OR FIND_IN_SET(33665691, `topics`) OR FIND_IN_SET(13097, `topics`) OR FIND_IN_SET(978046, `topics`) OR FIND_IN_SET(8942, `topics`) OR FIND_IN_SET(2335829, `topics`) OR FIND_IN_SET(34637977, `topics`) OR FIND_IN_SET(8959, `topics`) OR FIND_IN_SET(8943, `topics`) OR FIND_IN_SET(13690959, `topics`) OR FIND_IN_SET(8946, `topics`) OR FIND_IN_SET(8970, `topics`) OR FIND_IN_SET(8963, `topics`) OR FIND_IN_SET(8973, `topics`) OR FIND_IN_SET(2612886, `topics`) OR FIND_IN_SET(8896, `topics`) OR FIND_IN_SET(8958, `topics`) OR FIND_IN_SET(8921, `topics`) OR FIND_IN_SET(2956832, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(8895, `topics`) OR FIND_IN_SET(8888, `topics`) OR FIND_IN_SET(8885, `topics`) OR FIND_IN_SET(8910, `topics`) OR FIND_IN_SET(8968, `topics`) OR FIND_IN_SET(13100, `topics`) OR FIND_IN_SET(8208050, `topics`) OR FIND_IN_SET(8922, `topics`) OR FIND_IN_SET(8894, `topics`) OR FIND_IN_SET(2335827, `topics`) OR FIND_IN_SET(8874, `topics`) OR FIND_IN_SET(20664811, `topics`) OR FIND_IN_SET(6166174, `topics`) OR FIND_IN_SET(6166175, `topics`) OR FIND_IN_SET(6166176, `topics`) OR FIND_IN_SET(8947, `topics`) OR FIND_IN_SET(8900, `topics`) OR FIND_IN_SET(8938, `topics`) OR FIND_IN_SET(8962, `topics`) OR FIND_IN_SET(8940, `topics`) OR FIND_IN_SET(7778883, `topics`) OR FIND_IN_SET(8876, `topics`) OR FIND_IN_SET(3994125, `topics`) OR FIND_IN_SET(8939, `topics`) OR FIND_IN_SET(2956828, `topics`) OR FIND_IN_SET(8954, `topics`) OR FIND_IN_SET(8974, `topics`) OR FIND_IN_SET(8955, `topics`) OR FIND_IN_SET(8972, `topics`) OR FIND_IN_SET(13981580, `topics`) OR FIND_IN_SET(8930, `topics`) OR FIND_IN_SET(8915, `topics`) OR FIND_IN_SET(8923, `topics`) OR FIND_IN_SET(8933, `topics`) OR FIND_IN_SET(8956, `topics`) OR FIND_IN_SET(8873, `topics`) OR FIND_IN_SET(2335897, `topics`) OR FIND_IN_SET(8875, `topics`) OR FIND_IN_SET(13368813, `topics`) OR FIND_IN_SET(30766033, `topics`) OR FIND_IN_SET(8967, `topics`) OR FIND_IN_SET(8928, `topics`) OR FIND_IN_SET(43486493, `topics`) OR FIND_IN_SET(2335826, `topics`) OR FIND_IN_SET(8952, `topics`) OR FIND_IN_SET(3576863, `topics`) OR FIND_IN_SET(8882, `topics`) OR FIND_IN_SET(8901, `topics`) OR FIND_IN_SET(13103, `topics`) OR FIND_IN_SET(323810, `topics`) OR FIND_IN_SET(323815, `topics`) OR FIND_IN_SET(46098368, `topics`) OR FIND_IN_SET(13104, `topics`) OR FIND_IN_SET(8948, `topics`) OR FIND_IN_SET(8919, `topics`) OR FIND_IN_SET(8911, `topics`) OR FIND_IN_SET(34637989, `topics`) OR FIND_IN_SET(8961, `topics`) OR FIND_IN_SET(6311040, `topics`) OR FIND_IN_SET(2956829, `topics`) OR FIND_IN_SET(8929, `topics`) OR FIND_IN_SET(8918, `topics`) OR FIND_IN_SET(8510366, `topics`) OR FIND_IN_SET(8899, `topics`) OR FIND_IN_SET(8920, `topics`) OR FIND_IN_SET(8945, `topics`) OR FIND_IN_SET(13099, `topics`) OR FIND_IN_SET(323814, `topics`) OR FIND_IN_SET(13691917, `topics`) OR FIND_IN_SET(8887, `topics`) OR FIND_IN_SET(8912, `topics`) OR FIND_IN_SET(8927, `topics`) OR FIND_IN_SET(8907, `topics`) OR FIND_IN_SET(8897, `topics`) OR FIND_IN_SET(8949, `topics`) OR FIND_IN_SET(8898, `topics`) OR FIND_IN_SET(13981573, `topics`) OR FIND_IN_SET(2956830, `topics`) OR FIND_IN_SET(8171621, `topics`) OR FIND_IN_SET(3190434, `topics`) OR FIND_IN_SET(6512514, `topics`) OR FIND_IN_SET(6512515, `topics`) OR FIND_IN_SET(2956827, `topics`) OR FIND_IN_SET(8883, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(8906, `topics`) OR FIND_IN_SET(8935, `topics`) OR FIND_IN_SET(8950, `topics`) OR FIND_IN_SET(8952, `topics`) OR FIND_IN_SET(34637989, `topics`) OR FIND_IN_SET(978047, `topics`) OR FIND_IN_SET(1060937, `topics`) OR FIND_IN_SET(8903, `topics`) OR FIND_IN_SET(8936, `topics`) OR FIND_IN_SET(8931, `topics`) OR FIND_IN_SET(8905, `topics`) OR FIND_IN_SET(978046, `topics`) OR FIND_IN_SET(33665691, `topics`) OR FIND_IN_SET(8899, `topics`) OR FIND_IN_SET(13981573, `topics`) OR FIND_IN_SET(8887, `topics`) OR FIND_IN_SET(8943, `topics`) OR FIND_IN_SET(8958, `topics`) OR FIND_IN_SET(2956832, `topics`) OR FIND_IN_SET(8895, `topics`) OR FIND_IN_SET(8894, `topics`) OR FIND_IN_SET(3994125, `topics`) OR FIND_IN_SET(8939, `topics`) OR FIND_IN_SET(2956828, `topics`) OR FIND_IN_SET(8930, `topics`) OR FIND_IN_SET(8923, `topics`) OR FIND_IN_SET(8956, `topics`) OR FIND_IN_SET(8873, `topics`) OR FIND_IN_SET(2335897, `topics`)))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 1916044, holidayThemes ) > 0)  AND (contentScore > 10)  AND  object_localized_45_en.o_type IN ('object','folder')) AND object_localized_45_en.o_published = 1 ORDER BY RAND(1731661200)    LIMIT 12 OFFSET 228
Parameters:
[]
291 0.15 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "45"
]
292 0.11 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  286372
]
293 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:
[
  286372
]
294 0.13 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  286372
]
295 0.39 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  286372
]
296 0.10 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  286372
  "demiExtension"
]
297 0.07 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  286372
  "demiExtension"
]
298 0.08 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  286372
  "demiExtension"
]
299 0.06 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  286372
  "demiExtension"
]
300 0.06 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  286372
  "demiExtension"
]
301 0.08 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  286372
  "demiExtension"
]
302 0.06 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  286372
  "demiExtension"
]
303 0.09 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  286372
  "demiExtension"
]
304 0.10 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  286372
  "capacityCeremonies"
]
305 0.10 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  286372
  "dishRates"
]
306 0.10 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  286372
  "operationSchedule"
]
307 0.17 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  286372
]
308 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  289351
]
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:
[
  289351
]
310 0.10 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  289351
]
311 0.17 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  289351
]
312 0.09 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  289351
  "demiExtension"
]
313 0.07 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  289351
  "demiExtension"
]
314 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  289351
  "demiExtension"
]
315 0.07 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  289351
  "demiExtension"
]
316 0.06 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  289351
  "demiExtension"
]
317 0.06 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  289351
  "demiExtension"
]
318 0.06 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  289351
  "demiExtension"
]
319 0.07 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  289351
  "demiExtension"
]
320 0.09 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  289351
  "capacityCeremonies"
]
321 0.09 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  289351
  "dishRates"
]
322 0.09 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  289351
  "operationSchedule"
]
323 0.13 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  289351
]
324 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  283043
]
325 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:
[
  283043
]
326 0.10 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  283043
]
327 0.16 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  283043
]
328 0.08 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  283043
  "demiExtension"
]
329 0.08 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  283043
  "demiExtension"
]
330 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  283043
  "demiExtension"
]
331 0.06 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  283043
  "demiExtension"
]
332 0.07 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  283043
  "demiExtension"
]
333 0.06 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  283043
  "demiExtension"
]
334 0.06 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  283043
  "demiExtension"
]
335 0.07 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  283043
  "demiExtension"
]
336 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  283043
  "capacityCeremonies"
]
337 0.09 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  283043
  "dishRates"
]
338 0.10 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  283043
  "operationSchedule"
]
339 0.13 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  283043
]
340 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  285730
]
341 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:
[
  285730
]
342 0.10 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  285730
]
343 0.17 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  285730
]
344 0.09 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  285730
  "demiExtension"
]
345 0.08 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  285730
  "demiExtension"
]
346 0.07 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  285730
  "demiExtension"
]
347 0.06 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  285730
  "demiExtension"
]
348 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  285730
  "demiExtension"
]
349 0.05 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  285730
  "demiExtension"
]
350 0.05 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  285730
  "demiExtension"
]
351 0.07 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  285730
  "demiExtension"
]
352 0.10 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  285730
  "capacityCeremonies"
]
353 0.09 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  285730
  "dishRates"
]
354 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  285730
  "operationSchedule"
]
355 0.13 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  285730
]
356 51.57 ms
SELECT COUNT(*) FROM object_localized_45_en WHERE (((FIND_IN_SET("11534", `towns`) OR FIND_IN_SET("11539", `towns`) OR FIND_IN_SET("11538", `towns`) OR FIND_IN_SET("11527", `towns`) OR FIND_IN_SET("11522", `towns`) OR FIND_IN_SET("11524", `towns`) OR FIND_IN_SET("11559", `towns`) OR FIND_IN_SET("11521", `towns`) OR FIND_IN_SET("11567", `towns`) OR FIND_IN_SET("11526", `towns`) OR FIND_IN_SET("11536", `towns`) OR FIND_IN_SET("11560", `towns`) OR FIND_IN_SET("11528", `towns`) OR FIND_IN_SET("11535", `towns`) OR FIND_IN_SET("11537", `towns`)))  AND ((FIND_IN_SET(8881, `topics`) OR FIND_IN_SET(8960, `topics`) OR FIND_IN_SET(2956831, `topics`) OR FIND_IN_SET(34637986, `topics`) OR FIND_IN_SET(13101, `topics`) OR FIND_IN_SET(8966, `topics`) OR FIND_IN_SET(8906, `topics`) OR FIND_IN_SET(2956834, `topics`) OR FIND_IN_SET(8935, `topics`) OR FIND_IN_SET(8884, `topics`) OR FIND_IN_SET(8880, `topics`) OR FIND_IN_SET(8889, `topics`) OR FIND_IN_SET(8908, `topics`) OR FIND_IN_SET(8960, `topics`) OR FIND_IN_SET(8879, `topics`) OR FIND_IN_SET(34637984, `topics`) OR FIND_IN_SET(8909, `topics`) OR FIND_IN_SET(13102, `topics`) OR FIND_IN_SET(323812, `topics`) OR FIND_IN_SET(2335828, `topics`) OR FIND_IN_SET(2956833, `topics`) OR FIND_IN_SET(8881, `topics`) OR FIND_IN_SET(8891, `topics`) OR FIND_IN_SET(8914, `topics`) OR FIND_IN_SET(8950, `topics`) OR FIND_IN_SET(43486494, `topics`) OR FIND_IN_SET(30766034, `topics`) OR FIND_IN_SET(8697573, `topics`) OR FIND_IN_SET(8926, `topics`) OR FIND_IN_SET(8964, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(8913, `topics`) OR FIND_IN_SET(3576862, `topics`) OR FIND_IN_SET(978047, `topics`) OR FIND_IN_SET(1060937, `topics`) OR FIND_IN_SET(8903, `topics`) OR FIND_IN_SET(8936, `topics`) OR FIND_IN_SET(8917, `topics`) OR FIND_IN_SET(8916, `topics`) OR FIND_IN_SET(8878, `topics`) OR FIND_IN_SET(8937, `topics`) OR FIND_IN_SET(8941, `topics`) OR FIND_IN_SET(8904, `topics`) OR FIND_IN_SET(8951, `topics`) OR FIND_IN_SET(34637975, `topics`) OR FIND_IN_SET(8934, `topics`) OR FIND_IN_SET(8953, `topics`) OR FIND_IN_SET(9707210, `topics`) OR FIND_IN_SET(9707192, `topics`) OR FIND_IN_SET(8944, `topics`) OR FIND_IN_SET(8902, `topics`) OR FIND_IN_SET(8969, `topics`) OR FIND_IN_SET(41070520, `topics`) OR FIND_IN_SET(8890, `topics`) OR FIND_IN_SET(13098, `topics`) OR FIND_IN_SET(34637979, `topics`) OR FIND_IN_SET(1514879, `topics`) OR FIND_IN_SET(8931, `topics`) OR FIND_IN_SET(2612848, `topics`) OR FIND_IN_SET(323813, `topics`) OR FIND_IN_SET(323816, `topics`) OR FIND_IN_SET(8971, `topics`) OR FIND_IN_SET(8932, `topics`) OR FIND_IN_SET(8877, `topics`) OR FIND_IN_SET(41711625, `topics`) OR FIND_IN_SET(8886, `topics`) OR FIND_IN_SET(8925, `topics`) OR FIND_IN_SET(1514878, `topics`) OR FIND_IN_SET(1514877, `topics`) OR FIND_IN_SET(8965, `topics`) OR FIND_IN_SET(8892, `topics`) OR FIND_IN_SET(8924, `topics`) OR FIND_IN_SET(8905, `topics`) OR FIND_IN_SET(8893, `topics`) OR FIND_IN_SET(30807423, `topics`) OR FIND_IN_SET(33665691, `topics`) OR FIND_IN_SET(13097, `topics`) OR FIND_IN_SET(978046, `topics`) OR FIND_IN_SET(8942, `topics`) OR FIND_IN_SET(2335829, `topics`) OR FIND_IN_SET(34637977, `topics`) OR FIND_IN_SET(8959, `topics`) OR FIND_IN_SET(8943, `topics`) OR FIND_IN_SET(13690959, `topics`) OR FIND_IN_SET(8946, `topics`) OR FIND_IN_SET(8970, `topics`) OR FIND_IN_SET(8963, `topics`) OR FIND_IN_SET(8973, `topics`) OR FIND_IN_SET(2612886, `topics`) OR FIND_IN_SET(8896, `topics`) OR FIND_IN_SET(8958, `topics`) OR FIND_IN_SET(8921, `topics`) OR FIND_IN_SET(2956832, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(8895, `topics`) OR FIND_IN_SET(8888, `topics`) OR FIND_IN_SET(8885, `topics`) OR FIND_IN_SET(8910, `topics`) OR FIND_IN_SET(8968, `topics`) OR FIND_IN_SET(13100, `topics`) OR FIND_IN_SET(8208050, `topics`) OR FIND_IN_SET(8922, `topics`) OR FIND_IN_SET(8894, `topics`) OR FIND_IN_SET(2335827, `topics`) OR FIND_IN_SET(8874, `topics`) OR FIND_IN_SET(20664811, `topics`) OR FIND_IN_SET(6166174, `topics`) OR FIND_IN_SET(6166175, `topics`) OR FIND_IN_SET(6166176, `topics`) OR FIND_IN_SET(8947, `topics`) OR FIND_IN_SET(8900, `topics`) OR FIND_IN_SET(8938, `topics`) OR FIND_IN_SET(8962, `topics`) OR FIND_IN_SET(8940, `topics`) OR FIND_IN_SET(7778883, `topics`) OR FIND_IN_SET(8876, `topics`) OR FIND_IN_SET(3994125, `topics`) OR FIND_IN_SET(8939, `topics`) OR FIND_IN_SET(2956828, `topics`) OR FIND_IN_SET(8954, `topics`) OR FIND_IN_SET(8974, `topics`) OR FIND_IN_SET(8955, `topics`) OR FIND_IN_SET(8972, `topics`) OR FIND_IN_SET(13981580, `topics`) OR FIND_IN_SET(8930, `topics`) OR FIND_IN_SET(8915, `topics`) OR FIND_IN_SET(8923, `topics`) OR FIND_IN_SET(8933, `topics`) OR FIND_IN_SET(8956, `topics`) OR FIND_IN_SET(8873, `topics`) OR FIND_IN_SET(2335897, `topics`) OR FIND_IN_SET(8875, `topics`) OR FIND_IN_SET(13368813, `topics`) OR FIND_IN_SET(30766033, `topics`) OR FIND_IN_SET(8967, `topics`) OR FIND_IN_SET(8928, `topics`) OR FIND_IN_SET(43486493, `topics`) OR FIND_IN_SET(2335826, `topics`) OR FIND_IN_SET(8952, `topics`) OR FIND_IN_SET(3576863, `topics`) OR FIND_IN_SET(8882, `topics`) OR FIND_IN_SET(8901, `topics`) OR FIND_IN_SET(13103, `topics`) OR FIND_IN_SET(323810, `topics`) OR FIND_IN_SET(323815, `topics`) OR FIND_IN_SET(46098368, `topics`) OR FIND_IN_SET(13104, `topics`) OR FIND_IN_SET(8948, `topics`) OR FIND_IN_SET(8919, `topics`) OR FIND_IN_SET(8911, `topics`) OR FIND_IN_SET(34637989, `topics`) OR FIND_IN_SET(8961, `topics`) OR FIND_IN_SET(6311040, `topics`) OR FIND_IN_SET(2956829, `topics`) OR FIND_IN_SET(8929, `topics`) OR FIND_IN_SET(8918, `topics`) OR FIND_IN_SET(8510366, `topics`) OR FIND_IN_SET(8899, `topics`) OR FIND_IN_SET(8920, `topics`) OR FIND_IN_SET(8945, `topics`) OR FIND_IN_SET(13099, `topics`) OR FIND_IN_SET(323814, `topics`) OR FIND_IN_SET(13691917, `topics`) OR FIND_IN_SET(8887, `topics`) OR FIND_IN_SET(8912, `topics`) OR FIND_IN_SET(8927, `topics`) OR FIND_IN_SET(8907, `topics`) OR FIND_IN_SET(8897, `topics`) OR FIND_IN_SET(8949, `topics`) OR FIND_IN_SET(8898, `topics`) OR FIND_IN_SET(13981573, `topics`) OR FIND_IN_SET(2956830, `topics`) OR FIND_IN_SET(8171621, `topics`) OR FIND_IN_SET(3190434, `topics`) OR FIND_IN_SET(6512514, `topics`) OR FIND_IN_SET(6512515, `topics`) OR FIND_IN_SET(2956827, `topics`) OR FIND_IN_SET(8883, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(8906, `topics`) OR FIND_IN_SET(8935, `topics`) OR FIND_IN_SET(8950, `topics`) OR FIND_IN_SET(8952, `topics`) OR FIND_IN_SET(34637989, `topics`) OR FIND_IN_SET(978047, `topics`) OR FIND_IN_SET(1060937, `topics`) OR FIND_IN_SET(8903, `topics`) OR FIND_IN_SET(8936, `topics`) OR FIND_IN_SET(8931, `topics`) OR FIND_IN_SET(8905, `topics`) OR FIND_IN_SET(978046, `topics`) OR FIND_IN_SET(33665691, `topics`) OR FIND_IN_SET(8899, `topics`) OR FIND_IN_SET(13981573, `topics`) OR FIND_IN_SET(8887, `topics`) OR FIND_IN_SET(8943, `topics`) OR FIND_IN_SET(8958, `topics`) OR FIND_IN_SET(2956832, `topics`) OR FIND_IN_SET(8895, `topics`) OR FIND_IN_SET(8894, `topics`) OR FIND_IN_SET(3994125, `topics`) OR FIND_IN_SET(8939, `topics`) OR FIND_IN_SET(2956828, `topics`) OR FIND_IN_SET(8930, `topics`) OR FIND_IN_SET(8923, `topics`) OR FIND_IN_SET(8956, `topics`) OR FIND_IN_SET(8873, `topics`) OR FIND_IN_SET(2335897, `topics`)))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 1916044, holidayThemes ) > 0)  AND (contentScore > 10)  AND  object_localized_45_en.o_type IN ('object','folder')) AND object_localized_45_en.o_published = 1
Parameters:
[]
357 0.96 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 286372) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
358 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  23773214
]
359 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:
[
  23773214
]
360 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "23"
]
361 0.26 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  23773214
]
362 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  23773214
]
363 0.11 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  50205060
]
364 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:
[
  50205060
]
365 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  50205060
]
366 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  50205060
]
367 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  286377
]
368 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:
[
  286377
]
369 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  286377
]
370 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  286377
]
371 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  2530441
]
372 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:
[
  2530441
]
373 0.10 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  2530441
]
374 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  2530441
]
375 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  2530442
]
376 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:
[
  2530442
]
377 0.10 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  2530442
]
378 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  2530442
]
379 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  286378
]
380 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:
[
  286378
]
381 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  286378
]
382 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  286378
]
383 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  2530443
]
384 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:
[
  2530443
]
385 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  2530443
]
386 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  2530443
]
387 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "27"
]
388 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  286374
]
389 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:
[
  286374
]
390 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  286374
]
391 0.12 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:
[
  116164
]
392 0.32 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  116164
]
393 0.22 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  286374
]
394 0.10 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  286374
]
395 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  2530438
]
396 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:
[
  2530438
]
397 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  2530438
]
398 0.22 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  2530438
]
399 0.09 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  2530438
]
400 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  2530439
]
401 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:
[
  2530439
]
402 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  2530439
]
403 0.19 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  2530439
]
404 0.09 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  2530439
]
405 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  2530440
]
406 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:
[
  2530440
]
407 0.09 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  2530440
]
408 0.20 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  2530440
]
409 0.10 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  2530440
]
410 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  286375
]
411 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:
[
  286375
]
412 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  286375
]
413 0.18 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  286375
]
414 0.10 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  286375
]
415 0.12 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "demi-infrastructure-teaser"
  "scope" => "pimcore_image_thumbnails"
]
416 0.32 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 116164
]
417 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "59"
]
418 0.65 ms
SELECT COUNT(*) FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
419 0.47 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
420 1.34 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 289351) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
421 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  2460356
]
422 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:
[
  2460356
]
423 0.10 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  2460356
]
424 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  2460356
]
425 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  2460357
]
426 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:
[
  2460357
]
427 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  2460357
]
428 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  2460357
]
429 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  289357
]
430 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:
[
  289357
]
431 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  289357
]
432 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  289357
]
433 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  289358
]
434 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:
[
  289358
]
435 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  289358
]
436 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  289358
]
437 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  2460358
]
438 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:
[
  2460358
]
439 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  2460358
]
440 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  2460358
]
441 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  2460359
]
442 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:
[
  2460359
]
443 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  2460359
]
444 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  2460359
]
445 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  289353
]
446 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:
[
  289353
]
447 0.13 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  289353
]
448 0.15 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:
[
  1452832
]
449 0.14 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1452832
]
450 0.28 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  289353
]
451 0.12 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  289353
]
452 0.12 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  289354
]
453 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:
[
  289354
]
454 0.11 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  289354
]
455 0.14 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:
[
  1452833
]
456 0.13 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1452833
]
457 0.24 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  289354
]
458 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  289354
]
459 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  289355
]
460 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:
[
  289355
]
461 0.12 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  289355
]
462 0.14 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:
[
  1452834
]
463 0.13 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1452834
]
464 0.22 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  289355
]
465 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  289355
]
466 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1452832
]
467 0.65 ms
SELECT COUNT(*) FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
468 0.49 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
469 1.65 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 283043) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
470 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  14309471
]
471 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:
[
  14309471
]
472 0.10 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  14309471
]
473 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  14309471
]
474 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  283047
]
475 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:
[
  283047
]
476 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  283047
]
477 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  283047
]
478 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  283045
]
479 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:
[
  283045
]
480 0.09 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  283045
]
481 0.12 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:
[
  115174
]
482 0.10 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  115174
]
483 0.22 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  283045
]
484 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  283045
]
485 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 115174
]
486 0.84 ms
SELECT COUNT(*) FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
487 0.58 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
488 0.94 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 10333191) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
489 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1993490
]
490 1.46 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 12148989) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
491 0.17 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1351225
]
492 0.73 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 3181045) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
493 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  13202152
]
494 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:
[
  13202152
]
495 0.09 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  13202152
]
496 0.23 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  13202152
]
497 0.09 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  13202152
]
498 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  13202153
]
499 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:
[
  13202153
]
500 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  13202153
]
501 0.19 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  13202153
]
502 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  13202153
]
503 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3003620
]
504 0.76 ms
SELECT COUNT(*) FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
505 0.59 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
506 0.76 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 281912) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
507 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4437898
]
508 0.92 ms
SELECT COUNT(*) FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
509 0.58 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
510 1.29 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 285730) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
511 0.11 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  1649342
]
512 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:
[
  1649342
]
513 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  1649342
]
514 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  1649342
]
515 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  285734
]
516 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:
[
  285734
]
517 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  285734
]
518 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  285734
]
519 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  1649343
]
520 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:
[
  1649343
]
521 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  1649343
]
522 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  1649343
]
523 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  1649345
]
524 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:
[
  1649345
]
525 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  1649345
]
526 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  1649345
]
527 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  285735
]
528 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:
[
  285735
]
529 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  285735
]
530 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  285735
]
531 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  1649346
]
532 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:
[
  1649346
]
533 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  1649346
]
534 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  1649346
]
535 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  285732
]
536 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:
[
  285732
]
537 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  285732
]
538 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:
[
  1452231
]
539 0.29 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1452231
]
540 0.22 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  285732
]
541 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  285732
]
542 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  7385755
]
543 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:
[
  7385755
]
544 0.08 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  7385755
]
545 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:
[
  1008682
]
546 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1008682
]
547 0.21 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  7385755
]
548 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  7385755
]
549 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  1649341
]
550 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:
[
  1649341
]
551 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  1649341
]
552 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:
[
  293234
]
553 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  293234
]
554 0.19 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  1649341
]
555 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  1649341
]
556 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  13434793
]
557 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:
[
  13434793
]
558 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  13434793
]
559 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:
[
  1454315
]
560 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1454315
]
561 0.19 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  13434793
]
562 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  13434793
]
563 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1452231
]
564 1.01 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 280972) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
565 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  14307660
]
566 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:
[
  14307660
]
567 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  14307660
]
568 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  14307660
]
569 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918771
]
570 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:
[
  5918771
]
571 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918771
]
572 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918771
]
573 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918772
]
574 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:
[
  5918772
]
575 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918772
]
576 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918772
]
577 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  14307661
]
578 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:
[
  14307661
]
579 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  14307661
]
580 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  14307661
]
581 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  280974
]
582 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:
[
  280974
]
583 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  280974
]
584 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:
[
  114542
]
585 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  114542
]
586 0.21 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  280974
]
587 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  280974
]
588 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 114542
]
589 0.78 ms
SELECT COUNT(*) FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
590 0.53 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
591 2.52 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 1651560) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
592 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 293453
]
593 1.06 ms
SELECT COUNT(*) FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
594 0.84 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
595 0.18 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 285761) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
596 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 115994
]
597 1.04 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 3406202) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
598 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  7539700
]
599 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:
[
  7539700
]
600 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  7539700
]
601 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  7539700
]
602 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4159474
]
603 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:
[
  4159474
]
604 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4159474
]
605 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4159474
]
606 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  7539701
]
607 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:
[
  7539701
]
608 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  7539701
]
609 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  7539701
]
610 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4159475
]
611 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:
[
  4159475
]
612 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4159475
]
613 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4159475
]
614 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4159473
]
615 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:
[
  4159473
]
616 0.09 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4159473
]
617 0.11 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:
[
  591703
]
618 0.10 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  591703
]
619 0.23 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4159473
]
620 0.09 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4159473
]
621 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  7539699
]
622 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:
[
  7539699
]
623 0.08 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  7539699
]
624 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:
[
  1014710
]
625 0.11 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1014710
]
626 0.21 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  7539699
]
627 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  7539699
]
628 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 591703
]
629 0.66 ms
SELECT COUNT(*) FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
630 0.59 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en 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_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
631 0.14 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  15121
]
632 0.09 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11903
]
633 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "MediaCopyright"
]
634 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "experience-teaser"
  "scope" => "pimcore_image_thumbnails"
]
635 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1279360
]
636 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  15124
]
637 0.09 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11986
]
638 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1271280
]
639 0.33 ms
SELECT * FROM properties WHERE ((cid IN (1,33563,15059,33540,15007,14989,14982,14969,3943,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  15123
]
640 0.10 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  15123
]
641 0.09 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11905
]
642 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1304011
]
643 0.14 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  14991
]
644 0.12 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  6890
]
645 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "footer-logo"
  "scope" => "pimcore_image_thumbnails"
]
646 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3189171
]

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.