Query Metrics

612 Database Queries
64 Different statements
515.32 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.40 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.10 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
3 0.12 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
4 0.26 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.10 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  8
]
6 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPortal"
]
7 0.56 ms
SELECT * FROM redirects WHERE
            (
                (source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
                (source = :sourcePathQuery AND `type` = :typePathQuery) OR
                (source = :sourceEntireUri AND `type` = :typeEntireUri)
            ) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '6' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/de/Steiermark/Aktiv-in-der-Natur/Sommerfrische"
  "sourcePathQuery" => "/de/Steiermark/Aktiv-in-der-Natur/Sommerfrische"
  "sourceEntireUri" => "https://stage.steiermark.com/de/Steiermark/Aktiv-in-der-Natur/Sommerfrische"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
8 0.15 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
9 0.12 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Sommerfrische"
  "path" => "/steiermark.com/de/Steiermark/Aktiv-in-der-Natur/"
]
10 0.20 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Steiermark/Aktiv-in-der-Natur/Sommerfrische' AND (siteId = 6 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
11 0.14 ms
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
12 0.15 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
13 0.20 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Region"
]
14 0.34 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  95
]
15 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogArticle"
]
16 0.22 ms
SELECT id FROM sites
Parameters:
[]
17 0.20 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  95
]
18 0.21 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  95
  95
  95
]
19 0.16 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  4671
  4671
]
20 0.13 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Sommerfrische"
  "path" => "/de/Steiermark/Aktiv-in-der-Natur/"
]
21 0.10 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Steiermark/Aktiv-in-der-Natur/Sommerfrische"
]
22 0.09 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Sommerfrische"
  "path" => "/de/Steiermark/Aktiv-in-der-Natur/"
]
23 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Steiermark/Aktiv-in-der-Natur/Sommerfrische"
]
24 0.18 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Steiermark/Aktiv-in-der-Natur/Sommerfrische"
]
25 0.10 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Aktiv-in-der-Natur"
  "path" => "/de/Steiermark/"
]
26 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Steiermark/Aktiv-in-der-Natur"
]
27 0.15 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Steiermark/Aktiv-in-der-Natur"
]
28 0.09 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Steiermark"
  "path" => "/de/"
]
29 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Steiermark"
]
30 0.15 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Steiermark"
]
31 0.09 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "de"
  "path" => "/"
]
32 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de"
]
33 0.15 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de"
]
34 0.15 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/%"
  ""
]
35 0.10 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
36 0.13 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Steiermark/Aktiv-in-der-Natur/Sommerfrische' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
37 0.10 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
38 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "1"
  "scope" => "pimcore_staticroutes"
]
39 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "2"
  "scope" => "pimcore_staticroutes"
]
40 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "3"
  "scope" => "pimcore_staticroutes"
]
41 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "4"
  "scope" => "pimcore_staticroutes"
]
42 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "5"
  "scope" => "pimcore_staticroutes"
]
43 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "6"
  "scope" => "pimcore_staticroutes"
]
44 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "7"
  "scope" => "pimcore_staticroutes"
]
45 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "8"
  "scope" => "pimcore_staticroutes"
]
46 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "9"
  "scope" => "pimcore_staticroutes"
]
47 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "10"
  "scope" => "pimcore_staticroutes"
]
48 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "11"
  "scope" => "pimcore_staticroutes"
]
49 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "12"
  "scope" => "pimcore_staticroutes"
]
50 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "13"
  "scope" => "pimcore_staticroutes"
]
51 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "15"
  "scope" => "pimcore_staticroutes"
]
52 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "16"
  "scope" => "pimcore_staticroutes"
]
53 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "17"
  "scope" => "pimcore_staticroutes"
]
54 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "18"
  "scope" => "pimcore_staticroutes"
]
55 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "19"
  "scope" => "pimcore_staticroutes"
]
56 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "20"
  "scope" => "pimcore_staticroutes"
]
57 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "21"
  "scope" => "pimcore_staticroutes"
]
58 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "22"
  "scope" => "pimcore_staticroutes"
]
59 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "23"
  "scope" => "pimcore_staticroutes"
]
60 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "24"
  "scope" => "pimcore_staticroutes"
]
61 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "25"
  "scope" => "pimcore_staticroutes"
]
62 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "26"
  "scope" => "pimcore_staticroutes"
]
63 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "27"
  "scope" => "pimcore_staticroutes"
]
64 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "28"
  "scope" => "pimcore_staticroutes"
]
65 0.12 ms
SELECT id FROM sites
Parameters:
[]
66 0.21 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3189171
]
67 0.11 ms
SELECT id FROM sites
Parameters:
[]
68 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "21"
]
69 0.24 ms
SELECT id FROM sites
Parameters:
[]
70 0.14 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "MediaCopyright"
]
71 0.26 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 266029
]
72 0.28 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "gallery-item"
  "scope" => "pimcore_image_thumbnails"
]
73 0.22 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2967
]
74 0.21 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 266061
]
75 0.20 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 265921
]
76 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 241812
]
77 0.18 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 265734
]
78 0.22 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 265831
]
79 0.20 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 265758
]
80 0.17 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 265743
]
81 114.92 ms
SELECT object_localized_39_de.o_id as o_id, object_localized_39_de.o_type as o_type FROM object_localized_39_de WHERE (o_id in (select dest_id from object_relations_45 where fieldname LIKE 'holidayThemes') AND  object_localized_39_de.o_type IN ('object','folder')) AND object_localized_39_de.o_published = 1 ORDER BY `name` ASC
Parameters:
[]
82 0.18 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "39"
]
83 0.27 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "31"
]
84 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "59"
]
85 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "72"
]
86 0.12 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "46"
]
87 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "47"
]
88 0.31 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:
[
  11462
]
89 0.36 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:
[
  11512
]
90 0.28 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:
[
  11420
]
91 0.54 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11467
]
92 0.63 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  1683716
]
93 0.46 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:
[
  11507
]
94 0.34 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:
[
  11893
]
95 0.26 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:
[
  29785441
]
96 0.35 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:
[
  11886
]
97 0.55 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:
[
  12089
]
98 0.23 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:
[
  11189
]
99 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:
[
  11408
]
100 0.30 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:
[
  6938
]
101 0.53 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:
[
  12452
]
102 0.26 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:
[
  5316200
]
103 169.07 ms
SELECT object_localized_45_de.o_id as o_id, object_localized_45_de.o_type as o_type FROM object_localized_45_de WHERE (((FIND_IN_SET("11465", `towns`) OR FIND_IN_SET("11466", `towns`) OR FIND_IN_SET("11464", `towns`) OR FIND_IN_SET("11463", `towns`) OR FIND_IN_SET("1612603", `towns`) OR FIND_IN_SET("11550", `towns`) OR FIND_IN_SET("11552", `towns`) OR FIND_IN_SET("11546", `towns`) OR FIND_IN_SET("11938", `towns`) OR FIND_IN_SET("11563", `towns`) OR FIND_IN_SET("11553", `towns`) OR FIND_IN_SET("11561", `towns`) OR FIND_IN_SET("11562", `towns`) OR FIND_IN_SET("11540", `towns`) OR FIND_IN_SET("11554", `towns`) OR FIND_IN_SET("11551", `towns`) OR FIND_IN_SET("3896604", `towns`) OR FIND_IN_SET("11548", `towns`) OR FIND_IN_SET("11547", `towns`) OR FIND_IN_SET("11545", `towns`) OR FIND_IN_SET("11543", `towns`) OR FIND_IN_SET("11549", `towns`) OR FIND_IN_SET("11550", `towns`) OR FIND_IN_SET("11552", `towns`) OR FIND_IN_SET("11546", `towns`) OR FIND_IN_SET("11938", `towns`) OR FIND_IN_SET("11563", `towns`) OR FIND_IN_SET("11553", `towns`) OR FIND_IN_SET("11561", `towns`) OR FIND_IN_SET("11562", `towns`) OR FIND_IN_SET("11540", `towns`) OR FIND_IN_SET("11551", `towns`) OR FIND_IN_SET("11554", `towns`) OR FIND_IN_SET("3896604", `towns`) OR FIND_IN_SET("11548", `towns`) OR FIND_IN_SET("11547", `towns`) OR FIND_IN_SET("11545", `towns`) OR FIND_IN_SET("11543", `towns`) OR FIND_IN_SET("11549", `towns`) OR FIND_IN_SET("11431", `towns`) OR FIND_IN_SET("11422", `towns`) OR FIND_IN_SET("11423", `towns`) OR FIND_IN_SET("11541", `towns`) OR FIND_IN_SET("11430", `towns`) OR FIND_IN_SET("3192505", `towns`) OR FIND_IN_SET("3192507", `towns`) OR FIND_IN_SET("3192504", `towns`) OR FIND_IN_SET("3192506", `towns`) OR FIND_IN_SET("11426", `towns`) OR FIND_IN_SET("3192508", `towns`) OR FIND_IN_SET("11434", `towns`) OR FIND_IN_SET("11848", `towns`) OR FIND_IN_SET("11504", `towns`) OR FIND_IN_SET("11474", `towns`) OR FIND_IN_SET("11849", `towns`) OR FIND_IN_SET("11470", `towns`) OR FIND_IN_SET("11493", `towns`) OR FIND_IN_SET("11499", `towns`) OR FIND_IN_SET("11492", `towns`) OR FIND_IN_SET("11841", `towns`) OR FIND_IN_SET("11487", `towns`) OR FIND_IN_SET("11501", `towns`) OR FIND_IN_SET("11475", `towns`) OR FIND_IN_SET("11495", `towns`) OR FIND_IN_SET("11494", `towns`) OR FIND_IN_SET("11496", `towns`) OR FIND_IN_SET("11482", `towns`) OR FIND_IN_SET("11846", `towns`) OR FIND_IN_SET("11484", `towns`) OR FIND_IN_SET("11847", `towns`) OR FIND_IN_SET("11506", `towns`) OR FIND_IN_SET("11479", `towns`) OR FIND_IN_SET("11837", `towns`) OR FIND_IN_SET("11478", `towns`) OR FIND_IN_SET("11839", `towns`) OR FIND_IN_SET("11505", `towns`) OR FIND_IN_SET("11489", `towns`) OR FIND_IN_SET("11842", `towns`) OR FIND_IN_SET("11845", `towns`) OR FIND_IN_SET("11836", `towns`) OR FIND_IN_SET("11476", `towns`) OR FIND_IN_SET("11503", `towns`) OR FIND_IN_SET("11471", `towns`) OR FIND_IN_SET("11483", `towns`) OR FIND_IN_SET("11850", `towns`) OR FIND_IN_SET("11498", `towns`) OR FIND_IN_SET("11481", `towns`) OR FIND_IN_SET("11497", `towns`) OR FIND_IN_SET("11500", `towns`) OR FIND_IN_SET("11843", `towns`) OR FIND_IN_SET("11472", `towns`) OR FIND_IN_SET("11490", `towns`) OR FIND_IN_SET("11844", `towns`) OR FIND_IN_SET("11491", `towns`) OR FIND_IN_SET("11473", `towns`) OR FIND_IN_SET("11838", `towns`) OR FIND_IN_SET("11477", `towns`) OR FIND_IN_SET("11488", `towns`) OR FIND_IN_SET("11840", `towns`) OR FIND_IN_SET("11485", `towns`) OR FIND_IN_SET("11486", `towns`) OR FIND_IN_SET("11480", `towns`) OR FIND_IN_SET("11502", `towns`) OR FIND_IN_SET("10003651", `towns`) OR FIND_IN_SET("10003639", `towns`) OR FIND_IN_SET("10003640", `towns`) OR FIND_IN_SET("10003652", `towns`) OR FIND_IN_SET("10003641", `towns`) OR FIND_IN_SET("10003650", `towns`) OR FIND_IN_SET("10003612", `towns`) OR FIND_IN_SET("10003642", `towns`) OR FIND_IN_SET("10003643", `towns`) OR FIND_IN_SET("10003660", `towns`) OR FIND_IN_SET("10003613", `towns`) OR FIND_IN_SET("10003644", `towns`) OR FIND_IN_SET("10003610", `towns`) OR FIND_IN_SET("10003614", `towns`) OR FIND_IN_SET("10003616", `towns`) OR FIND_IN_SET("10003653", `towns`) OR FIND_IN_SET("10003645", `towns`) OR FIND_IN_SET("10003617", `towns`) OR FIND_IN_SET("10003618", `towns`) OR FIND_IN_SET("10003654", `towns`) OR FIND_IN_SET("10003620", `towns`) OR FIND_IN_SET("10003621", `towns`) OR FIND_IN_SET("10003622", `towns`) OR FIND_IN_SET("10003655", `towns`) OR FIND_IN_SET("10003656", `towns`) OR FIND_IN_SET("10003646", `towns`) OR FIND_IN_SET("10003649", `towns`) OR FIND_IN_SET("10003624", `towns`) OR FIND_IN_SET("10003648", `towns`) OR FIND_IN_SET("10003659", `towns`) OR FIND_IN_SET("10003629", `towns`) OR FIND_IN_SET("10003625", `towns`) OR FIND_IN_SET("10003647", `towns`) OR FIND_IN_SET("10003657", `towns`) OR FIND_IN_SET("10003626", `towns`) OR FIND_IN_SET("10003628", `towns`) OR FIND_IN_SET("10003630", `towns`) OR FIND_IN_SET("10003632", `towns`) OR FIND_IN_SET("10003633", `towns`) OR FIND_IN_SET("10003634", `towns`) OR FIND_IN_SET("10003636", `towns`) OR FIND_IN_SET("10003658", `towns`) OR FIND_IN_SET("10003637", `towns`) OR FIND_IN_SET("10003638", `towns`) OR FIND_IN_SET("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("11560", `towns`) OR FIND_IN_SET("11526", `towns`) OR FIND_IN_SET("11536", `towns`) OR FIND_IN_SET("3896603", `towns`) OR FIND_IN_SET("11528", `towns`) OR FIND_IN_SET("11535", `towns`) OR FIND_IN_SET("11537", `towns`) OR FIND_IN_SET("11959", `towns`) OR FIND_IN_SET("11948", `towns`) OR FIND_IN_SET("11910", `towns`) OR FIND_IN_SET("11909", `towns`) OR FIND_IN_SET("11965", `towns`) OR FIND_IN_SET("11963", `towns`) OR FIND_IN_SET("11947", `towns`) OR FIND_IN_SET("11922", `towns`) OR FIND_IN_SET("11921", `towns`) OR FIND_IN_SET("11950", `towns`) OR FIND_IN_SET("11914", `towns`) OR FIND_IN_SET("11920", `towns`) OR FIND_IN_SET("11946", `towns`) OR FIND_IN_SET("11937", `towns`) OR FIND_IN_SET("29785444", `towns`) OR FIND_IN_SET("29785442", `towns`) OR FIND_IN_SET("11956", `towns`) OR FIND_IN_SET("11929", `towns`) OR FIND_IN_SET("11935", `towns`) OR FIND_IN_SET("11923", `towns`) OR FIND_IN_SET("11936", `towns`) OR FIND_IN_SET("11926", `towns`) OR FIND_IN_SET("11927", `towns`) OR FIND_IN_SET("11918", `towns`) OR FIND_IN_SET("11966", `towns`) OR FIND_IN_SET("11971", `towns`) OR FIND_IN_SET("11972", `towns`) OR FIND_IN_SET("11931", `towns`) OR FIND_IN_SET("11928", `towns`) OR FIND_IN_SET("11953", `towns`) OR FIND_IN_SET("11930", `towns`) OR FIND_IN_SET("11924", `towns`) OR FIND_IN_SET("11954", `towns`) OR FIND_IN_SET("11955", `towns`) OR FIND_IN_SET("11942", `towns`) OR FIND_IN_SET("11932", `towns`) OR FIND_IN_SET("3239518", `towns`) OR FIND_IN_SET("12146", `towns`) OR FIND_IN_SET("12115", `towns`) OR FIND_IN_SET("12122", `towns`) OR FIND_IN_SET("12133", `towns`) OR FIND_IN_SET("12531", `towns`) OR FIND_IN_SET("12143", `towns`) OR FIND_IN_SET("12116", `towns`) OR FIND_IN_SET("12129", `towns`) OR FIND_IN_SET("12138", `towns`) OR FIND_IN_SET("12136", `towns`) OR FIND_IN_SET("12118", `towns`) OR FIND_IN_SET("12163", `towns`) OR FIND_IN_SET("12164", `towns`) OR FIND_IN_SET("12155", `towns`) OR FIND_IN_SET("12152", `towns`) OR FIND_IN_SET("12525", `towns`) OR FIND_IN_SET("3552351", `towns`) OR FIND_IN_SET("12162", `towns`) OR FIND_IN_SET("12154", `towns`) OR FIND_IN_SET("5099244", `towns`) OR FIND_IN_SET("3552346", `towns`) OR FIND_IN_SET("3190431", `towns`) OR FIND_IN_SET("12157", `towns`) OR FIND_IN_SET("3552350", `towns`) OR FIND_IN_SET("3238735", `towns`) OR FIND_IN_SET("12110", `towns`) OR FIND_IN_SET("3552345", `towns`) OR FIND_IN_SET("3552348", `towns`) OR FIND_IN_SET("3552347", `towns`) OR FIND_IN_SET("12120", `towns`) OR FIND_IN_SET("12123", `towns`) OR FIND_IN_SET("12135", `towns`) OR FIND_IN_SET("12137", `towns`) OR FIND_IN_SET("12140", `towns`) OR FIND_IN_SET("12099", `towns`) OR FIND_IN_SET("12098", `towns`) OR FIND_IN_SET("12117", `towns`) OR FIND_IN_SET("12108", `towns`) OR FIND_IN_SET("12151", `towns`) OR FIND_IN_SET("12134", `towns`) OR FIND_IN_SET("12109", `towns`) OR FIND_IN_SET("12156", `towns`) OR FIND_IN_SET("12106", `towns`) OR FIND_IN_SET("12126", `towns`) OR FIND_IN_SET("12132", `towns`) OR FIND_IN_SET("3190432", `towns`) OR FIND_IN_SET("12158", `towns`) OR FIND_IN_SET("12103", `towns`) OR FIND_IN_SET("12139", `towns`) OR FIND_IN_SET("3552349", `towns`) OR FIND_IN_SET("12114", `towns`) OR FIND_IN_SET("12111", `towns`) OR FIND_IN_SET("12160", `towns`) OR FIND_IN_SET("12112", `towns`) OR FIND_IN_SET("11195", `towns`) OR FIND_IN_SET("11196", `towns`) OR FIND_IN_SET("11191", `towns`) OR FIND_IN_SET("11194", `towns`) OR FIND_IN_SET("11190", `towns`) OR FIND_IN_SET("3192509", `towns`) OR FIND_IN_SET("11197", `towns`) OR FIND_IN_SET("11409", `towns`) OR FIND_IN_SET("6944", `towns`) OR FIND_IN_SET("6971", `towns`) OR FIND_IN_SET("12312", `towns`) OR FIND_IN_SET("12321", `towns`) OR FIND_IN_SET("6973", `towns`) OR FIND_IN_SET("12320", `towns`) OR FIND_IN_SET("6953", `towns`) OR FIND_IN_SET("12309", `towns`) OR FIND_IN_SET("6955", `towns`) OR FIND_IN_SET("6957", `towns`) OR FIND_IN_SET("6963", `towns`) OR FIND_IN_SET("6948", `towns`) OR FIND_IN_SET("12304", `towns`) OR FIND_IN_SET("6969", `towns`) OR FIND_IN_SET("6945", `towns`) OR FIND_IN_SET("6966", `towns`) OR FIND_IN_SET("6951", `towns`) OR FIND_IN_SET("6968", `towns`) OR FIND_IN_SET("6949", `towns`) OR FIND_IN_SET("12305", `towns`) OR FIND_IN_SET("6958", `towns`) OR FIND_IN_SET("6959", `towns`) OR FIND_IN_SET("6970", `towns`) OR FIND_IN_SET("6974", `towns`) OR FIND_IN_SET("12324", `towns`) OR FIND_IN_SET("12342", `towns`) OR FIND_IN_SET("6946", `towns`) OR FIND_IN_SET("6956", `towns`) OR FIND_IN_SET("6964", `towns`) OR FIND_IN_SET("6954", `towns`) OR FIND_IN_SET("6967", `towns`) OR FIND_IN_SET("12319", `towns`) OR FIND_IN_SET("12333", `towns`) OR FIND_IN_SET("6965", `towns`) OR FIND_IN_SET("12323", `towns`) OR FIND_IN_SET("12316", `towns`) OR FIND_IN_SET("6961", `towns`) OR FIND_IN_SET("12318", `towns`) OR FIND_IN_SET("6972", `towns`) OR FIND_IN_SET("6962", `towns`) OR FIND_IN_SET("6960", `towns`) OR FIND_IN_SET("12329", `towns`) OR FIND_IN_SET("12311", `towns`) OR FIND_IN_SET("6947", `towns`) OR FIND_IN_SET("12478", `towns`) OR FIND_IN_SET("12548", `towns`) OR FIND_IN_SET("12464", `towns`) OR FIND_IN_SET("12539", `towns`) OR FIND_IN_SET("12535", `towns`) OR FIND_IN_SET("12532", `towns`) OR FIND_IN_SET("12555", `towns`) OR FIND_IN_SET("12472", `towns`) OR FIND_IN_SET("12489", `towns`) OR FIND_IN_SET("12505", `towns`) OR FIND_IN_SET("12503", `towns`) OR FIND_IN_SET("12508", `towns`) OR FIND_IN_SET("12526", `towns`) OR FIND_IN_SET("12544", `towns`) OR FIND_IN_SET("12530", `towns`) OR FIND_IN_SET("12537", `towns`) OR FIND_IN_SET("12463", `towns`) OR FIND_IN_SET("12491", `towns`) OR FIND_IN_SET("12547", `towns`) OR FIND_IN_SET("12519", `towns`) OR FIND_IN_SET("12480", `towns`) OR FIND_IN_SET("12542", `towns`) OR FIND_IN_SET("12551", `towns`) OR FIND_IN_SET("12477", `towns`) OR FIND_IN_SET("12469", `towns`) OR FIND_IN_SET("3239510", `towns`) OR FIND_IN_SET("12528", `towns`) OR FIND_IN_SET("12507", `towns`) OR FIND_IN_SET("3239509", `towns`) OR FIND_IN_SET("12510", `towns`) OR FIND_IN_SET("3239507", `towns`) OR FIND_IN_SET("3239508", `towns`) OR FIND_IN_SET("12522", `towns`) OR FIND_IN_SET("12543", `towns`) OR FIND_IN_SET("12502", `towns`) OR FIND_IN_SET("12546", `towns`) OR FIND_IN_SET("12552", `towns`) OR FIND_IN_SET("12538", `towns`) OR FIND_IN_SET("12465", `towns`)))  AND (FIND_IN_SET(5316200, `topics`))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 8579, holidayThemes ) > 0)  AND (contentScore > 10)  AND  object_localized_45_de.o_type IN ('object','folder')) AND object_localized_45_de.o_published = 1 ORDER BY RAND(1731700800)    LIMIT 12
Parameters:
[]
104 0.15 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "45"
]
105 0.11 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666960
]
106 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:
[
  9666960
]
107 0.11 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  9666960
]
108 0.22 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9666960
]
109 0.09 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666960
  "demiExtension"
]
110 0.08 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666960
  "demiExtension"
]
111 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666960
  "demiExtension"
]
112 0.06 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666960
  "demiExtension"
]
113 0.06 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666960
  "demiExtension"
]
114 0.06 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666960
  "demiExtension"
]
115 0.06 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666960
  "demiExtension"
]
116 0.06 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666960
  "demiExtension"
]
117 0.10 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9666960
  "capacityCeremonies"
]
118 0.09 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9666960
  "dishRates"
]
119 0.09 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9666960
  "operationSchedule"
]
120 0.13 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  9666960
]
121 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921440
]
122 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:
[
  5921440
]
123 0.09 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  5921440
]
124 0.18 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  5921440
]
125 0.07 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921440
  "demiExtension"
]
126 0.06 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921440
  "demiExtension"
]
127 0.05 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921440
  "demiExtension"
]
128 0.05 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921440
  "demiExtension"
]
129 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921440
  "demiExtension"
]
130 0.05 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921440
  "demiExtension"
]
131 0.05 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921440
  "demiExtension"
]
132 0.05 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921440
  "demiExtension"
]
133 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5921440
  "capacityCeremonies"
]
134 0.08 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5921440
  "dishRates"
]
135 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5921440
  "operationSchedule"
]
136 0.10 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  5921440
]
137 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666933
]
138 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:
[
  9666933
]
139 0.10 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  9666933
]
140 0.15 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9666933
]
141 0.07 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666933
  "demiExtension"
]
142 0.07 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666933
  "demiExtension"
]
143 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666933
  "demiExtension"
]
144 0.05 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666933
  "demiExtension"
]
145 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666933
  "demiExtension"
]
146 0.05 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666933
  "demiExtension"
]
147 0.05 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666933
  "demiExtension"
]
148 0.05 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9666933
  "demiExtension"
]
149 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9666933
  "capacityCeremonies"
]
150 0.08 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9666933
  "dishRates"
]
151 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9666933
  "operationSchedule"
]
152 0.12 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  9666933
]
153 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667379
]
154 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:
[
  9667379
]
155 0.09 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  9667379
]
156 0.16 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9667379
]
157 0.08 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667379
  "demiExtension"
]
158 0.06 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667379
  "demiExtension"
]
159 0.05 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667379
  "demiExtension"
]
160 0.05 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667379
  "demiExtension"
]
161 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667379
  "demiExtension"
]
162 0.05 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667379
  "demiExtension"
]
163 0.05 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667379
  "demiExtension"
]
164 0.05 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667379
  "demiExtension"
]
165 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9667379
  "capacityCeremonies"
]
166 0.08 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9667379
  "dishRates"
]
167 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9667379
  "operationSchedule"
]
168 0.11 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  9667379
]
169 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5922185
]
170 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:
[
  5922185
]
171 0.23 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  5922185
]
172 0.27 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  5922185
]
173 0.08 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5922185
  "demiExtension"
]
174 0.06 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5922185
  "demiExtension"
]
175 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5922185
  "demiExtension"
]
176 0.05 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5922185
  "demiExtension"
]
177 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5922185
  "demiExtension"
]
178 0.05 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5922185
  "demiExtension"
]
179 0.06 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5922185
  "demiExtension"
]
180 0.05 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5922185
  "demiExtension"
]
181 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5922185
  "capacityCeremonies"
]
182 0.09 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5922185
  "dishRates"
]
183 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5922185
  "operationSchedule"
]
184 0.11 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  5922185
]
185 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921700
]
186 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:
[
  5921700
]
187 0.09 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  5921700
]
188 0.15 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  5921700
]
189 0.07 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921700
  "demiExtension"
]
190 0.06 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921700
  "demiExtension"
]
191 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921700
  "demiExtension"
]
192 0.05 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921700
  "demiExtension"
]
193 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921700
  "demiExtension"
]
194 0.05 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921700
  "demiExtension"
]
195 0.06 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921700
  "demiExtension"
]
196 0.05 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5921700
  "demiExtension"
]
197 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5921700
  "capacityCeremonies"
]
198 0.08 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5921700
  "dishRates"
]
199 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5921700
  "operationSchedule"
]
200 0.11 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  5921700
]
201 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667390
]
202 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:
[
  9667390
]
203 0.08 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  9667390
]
204 0.15 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9667390
]
205 0.07 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667390
  "demiExtension"
]
206 0.06 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667390
  "demiExtension"
]
207 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667390
  "demiExtension"
]
208 0.05 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667390
  "demiExtension"
]
209 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667390
  "demiExtension"
]
210 0.05 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667390
  "demiExtension"
]
211 0.05 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667390
  "demiExtension"
]
212 0.05 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  9667390
  "demiExtension"
]
213 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9667390
  "capacityCeremonies"
]
214 0.08 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9667390
  "dishRates"
]
215 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  9667390
  "operationSchedule"
]
216 0.11 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  9667390
]
217 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918036
]
218 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:
[
  5918036
]
219 0.09 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  5918036
]
220 0.15 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  5918036
]
221 0.07 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5918036
  "demiExtension"
]
222 0.06 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5918036
  "demiExtension"
]
223 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5918036
  "demiExtension"
]
224 0.06 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5918036
  "demiExtension"
]
225 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5918036
  "demiExtension"
]
226 0.05 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5918036
  "demiExtension"
]
227 0.05 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5918036
  "demiExtension"
]
228 0.05 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  5918036
  "demiExtension"
]
229 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5918036
  "capacityCeremonies"
]
230 0.08 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5918036
  "dishRates"
]
231 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5918036
  "operationSchedule"
]
232 0.10 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  5918036
]
233 161.49 ms
SELECT COUNT(*) FROM object_localized_45_de WHERE (((FIND_IN_SET("11465", `towns`) OR FIND_IN_SET("11466", `towns`) OR FIND_IN_SET("11464", `towns`) OR FIND_IN_SET("11463", `towns`) OR FIND_IN_SET("1612603", `towns`) OR FIND_IN_SET("11550", `towns`) OR FIND_IN_SET("11552", `towns`) OR FIND_IN_SET("11546", `towns`) OR FIND_IN_SET("11938", `towns`) OR FIND_IN_SET("11563", `towns`) OR FIND_IN_SET("11553", `towns`) OR FIND_IN_SET("11561", `towns`) OR FIND_IN_SET("11562", `towns`) OR FIND_IN_SET("11540", `towns`) OR FIND_IN_SET("11554", `towns`) OR FIND_IN_SET("11551", `towns`) OR FIND_IN_SET("3896604", `towns`) OR FIND_IN_SET("11548", `towns`) OR FIND_IN_SET("11547", `towns`) OR FIND_IN_SET("11545", `towns`) OR FIND_IN_SET("11543", `towns`) OR FIND_IN_SET("11549", `towns`) OR FIND_IN_SET("11550", `towns`) OR FIND_IN_SET("11552", `towns`) OR FIND_IN_SET("11546", `towns`) OR FIND_IN_SET("11938", `towns`) OR FIND_IN_SET("11563", `towns`) OR FIND_IN_SET("11553", `towns`) OR FIND_IN_SET("11561", `towns`) OR FIND_IN_SET("11562", `towns`) OR FIND_IN_SET("11540", `towns`) OR FIND_IN_SET("11551", `towns`) OR FIND_IN_SET("11554", `towns`) OR FIND_IN_SET("3896604", `towns`) OR FIND_IN_SET("11548", `towns`) OR FIND_IN_SET("11547", `towns`) OR FIND_IN_SET("11545", `towns`) OR FIND_IN_SET("11543", `towns`) OR FIND_IN_SET("11549", `towns`) OR FIND_IN_SET("11431", `towns`) OR FIND_IN_SET("11422", `towns`) OR FIND_IN_SET("11423", `towns`) OR FIND_IN_SET("11541", `towns`) OR FIND_IN_SET("11430", `towns`) OR FIND_IN_SET("3192505", `towns`) OR FIND_IN_SET("3192507", `towns`) OR FIND_IN_SET("3192504", `towns`) OR FIND_IN_SET("3192506", `towns`) OR FIND_IN_SET("11426", `towns`) OR FIND_IN_SET("3192508", `towns`) OR FIND_IN_SET("11434", `towns`) OR FIND_IN_SET("11848", `towns`) OR FIND_IN_SET("11504", `towns`) OR FIND_IN_SET("11474", `towns`) OR FIND_IN_SET("11849", `towns`) OR FIND_IN_SET("11470", `towns`) OR FIND_IN_SET("11493", `towns`) OR FIND_IN_SET("11499", `towns`) OR FIND_IN_SET("11492", `towns`) OR FIND_IN_SET("11841", `towns`) OR FIND_IN_SET("11487", `towns`) OR FIND_IN_SET("11501", `towns`) OR FIND_IN_SET("11475", `towns`) OR FIND_IN_SET("11495", `towns`) OR FIND_IN_SET("11494", `towns`) OR FIND_IN_SET("11496", `towns`) OR FIND_IN_SET("11482", `towns`) OR FIND_IN_SET("11846", `towns`) OR FIND_IN_SET("11484", `towns`) OR FIND_IN_SET("11847", `towns`) OR FIND_IN_SET("11506", `towns`) OR FIND_IN_SET("11479", `towns`) OR FIND_IN_SET("11837", `towns`) OR FIND_IN_SET("11478", `towns`) OR FIND_IN_SET("11839", `towns`) OR FIND_IN_SET("11505", `towns`) OR FIND_IN_SET("11489", `towns`) OR FIND_IN_SET("11842", `towns`) OR FIND_IN_SET("11845", `towns`) OR FIND_IN_SET("11836", `towns`) OR FIND_IN_SET("11476", `towns`) OR FIND_IN_SET("11503", `towns`) OR FIND_IN_SET("11471", `towns`) OR FIND_IN_SET("11483", `towns`) OR FIND_IN_SET("11850", `towns`) OR FIND_IN_SET("11498", `towns`) OR FIND_IN_SET("11481", `towns`) OR FIND_IN_SET("11497", `towns`) OR FIND_IN_SET("11500", `towns`) OR FIND_IN_SET("11843", `towns`) OR FIND_IN_SET("11472", `towns`) OR FIND_IN_SET("11490", `towns`) OR FIND_IN_SET("11844", `towns`) OR FIND_IN_SET("11491", `towns`) OR FIND_IN_SET("11473", `towns`) OR FIND_IN_SET("11838", `towns`) OR FIND_IN_SET("11477", `towns`) OR FIND_IN_SET("11488", `towns`) OR FIND_IN_SET("11840", `towns`) OR FIND_IN_SET("11485", `towns`) OR FIND_IN_SET("11486", `towns`) OR FIND_IN_SET("11480", `towns`) OR FIND_IN_SET("11502", `towns`) OR FIND_IN_SET("10003651", `towns`) OR FIND_IN_SET("10003639", `towns`) OR FIND_IN_SET("10003640", `towns`) OR FIND_IN_SET("10003652", `towns`) OR FIND_IN_SET("10003641", `towns`) OR FIND_IN_SET("10003650", `towns`) OR FIND_IN_SET("10003612", `towns`) OR FIND_IN_SET("10003642", `towns`) OR FIND_IN_SET("10003643", `towns`) OR FIND_IN_SET("10003660", `towns`) OR FIND_IN_SET("10003613", `towns`) OR FIND_IN_SET("10003644", `towns`) OR FIND_IN_SET("10003610", `towns`) OR FIND_IN_SET("10003614", `towns`) OR FIND_IN_SET("10003616", `towns`) OR FIND_IN_SET("10003653", `towns`) OR FIND_IN_SET("10003645", `towns`) OR FIND_IN_SET("10003617", `towns`) OR FIND_IN_SET("10003618", `towns`) OR FIND_IN_SET("10003654", `towns`) OR FIND_IN_SET("10003620", `towns`) OR FIND_IN_SET("10003621", `towns`) OR FIND_IN_SET("10003622", `towns`) OR FIND_IN_SET("10003655", `towns`) OR FIND_IN_SET("10003656", `towns`) OR FIND_IN_SET("10003646", `towns`) OR FIND_IN_SET("10003649", `towns`) OR FIND_IN_SET("10003624", `towns`) OR FIND_IN_SET("10003648", `towns`) OR FIND_IN_SET("10003659", `towns`) OR FIND_IN_SET("10003629", `towns`) OR FIND_IN_SET("10003625", `towns`) OR FIND_IN_SET("10003647", `towns`) OR FIND_IN_SET("10003657", `towns`) OR FIND_IN_SET("10003626", `towns`) OR FIND_IN_SET("10003628", `towns`) OR FIND_IN_SET("10003630", `towns`) OR FIND_IN_SET("10003632", `towns`) OR FIND_IN_SET("10003633", `towns`) OR FIND_IN_SET("10003634", `towns`) OR FIND_IN_SET("10003636", `towns`) OR FIND_IN_SET("10003658", `towns`) OR FIND_IN_SET("10003637", `towns`) OR FIND_IN_SET("10003638", `towns`) OR FIND_IN_SET("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("11560", `towns`) OR FIND_IN_SET("11526", `towns`) OR FIND_IN_SET("11536", `towns`) OR FIND_IN_SET("3896603", `towns`) OR FIND_IN_SET("11528", `towns`) OR FIND_IN_SET("11535", `towns`) OR FIND_IN_SET("11537", `towns`) OR FIND_IN_SET("11959", `towns`) OR FIND_IN_SET("11948", `towns`) OR FIND_IN_SET("11910", `towns`) OR FIND_IN_SET("11909", `towns`) OR FIND_IN_SET("11965", `towns`) OR FIND_IN_SET("11963", `towns`) OR FIND_IN_SET("11947", `towns`) OR FIND_IN_SET("11922", `towns`) OR FIND_IN_SET("11921", `towns`) OR FIND_IN_SET("11950", `towns`) OR FIND_IN_SET("11914", `towns`) OR FIND_IN_SET("11920", `towns`) OR FIND_IN_SET("11946", `towns`) OR FIND_IN_SET("11937", `towns`) OR FIND_IN_SET("29785444", `towns`) OR FIND_IN_SET("29785442", `towns`) OR FIND_IN_SET("11956", `towns`) OR FIND_IN_SET("11929", `towns`) OR FIND_IN_SET("11935", `towns`) OR FIND_IN_SET("11923", `towns`) OR FIND_IN_SET("11936", `towns`) OR FIND_IN_SET("11926", `towns`) OR FIND_IN_SET("11927", `towns`) OR FIND_IN_SET("11918", `towns`) OR FIND_IN_SET("11966", `towns`) OR FIND_IN_SET("11971", `towns`) OR FIND_IN_SET("11972", `towns`) OR FIND_IN_SET("11931", `towns`) OR FIND_IN_SET("11928", `towns`) OR FIND_IN_SET("11953", `towns`) OR FIND_IN_SET("11930", `towns`) OR FIND_IN_SET("11924", `towns`) OR FIND_IN_SET("11954", `towns`) OR FIND_IN_SET("11955", `towns`) OR FIND_IN_SET("11942", `towns`) OR FIND_IN_SET("11932", `towns`) OR FIND_IN_SET("3239518", `towns`) OR FIND_IN_SET("12146", `towns`) OR FIND_IN_SET("12115", `towns`) OR FIND_IN_SET("12122", `towns`) OR FIND_IN_SET("12133", `towns`) OR FIND_IN_SET("12531", `towns`) OR FIND_IN_SET("12143", `towns`) OR FIND_IN_SET("12116", `towns`) OR FIND_IN_SET("12129", `towns`) OR FIND_IN_SET("12138", `towns`) OR FIND_IN_SET("12136", `towns`) OR FIND_IN_SET("12118", `towns`) OR FIND_IN_SET("12163", `towns`) OR FIND_IN_SET("12164", `towns`) OR FIND_IN_SET("12155", `towns`) OR FIND_IN_SET("12152", `towns`) OR FIND_IN_SET("12525", `towns`) OR FIND_IN_SET("3552351", `towns`) OR FIND_IN_SET("12162", `towns`) OR FIND_IN_SET("12154", `towns`) OR FIND_IN_SET("5099244", `towns`) OR FIND_IN_SET("3552346", `towns`) OR FIND_IN_SET("3190431", `towns`) OR FIND_IN_SET("12157", `towns`) OR FIND_IN_SET("3552350", `towns`) OR FIND_IN_SET("3238735", `towns`) OR FIND_IN_SET("12110", `towns`) OR FIND_IN_SET("3552345", `towns`) OR FIND_IN_SET("3552348", `towns`) OR FIND_IN_SET("3552347", `towns`) OR FIND_IN_SET("12120", `towns`) OR FIND_IN_SET("12123", `towns`) OR FIND_IN_SET("12135", `towns`) OR FIND_IN_SET("12137", `towns`) OR FIND_IN_SET("12140", `towns`) OR FIND_IN_SET("12099", `towns`) OR FIND_IN_SET("12098", `towns`) OR FIND_IN_SET("12117", `towns`) OR FIND_IN_SET("12108", `towns`) OR FIND_IN_SET("12151", `towns`) OR FIND_IN_SET("12134", `towns`) OR FIND_IN_SET("12109", `towns`) OR FIND_IN_SET("12156", `towns`) OR FIND_IN_SET("12106", `towns`) OR FIND_IN_SET("12126", `towns`) OR FIND_IN_SET("12132", `towns`) OR FIND_IN_SET("3190432", `towns`) OR FIND_IN_SET("12158", `towns`) OR FIND_IN_SET("12103", `towns`) OR FIND_IN_SET("12139", `towns`) OR FIND_IN_SET("3552349", `towns`) OR FIND_IN_SET("12114", `towns`) OR FIND_IN_SET("12111", `towns`) OR FIND_IN_SET("12160", `towns`) OR FIND_IN_SET("12112", `towns`) OR FIND_IN_SET("11195", `towns`) OR FIND_IN_SET("11196", `towns`) OR FIND_IN_SET("11191", `towns`) OR FIND_IN_SET("11194", `towns`) OR FIND_IN_SET("11190", `towns`) OR FIND_IN_SET("3192509", `towns`) OR FIND_IN_SET("11197", `towns`) OR FIND_IN_SET("11409", `towns`) OR FIND_IN_SET("6944", `towns`) OR FIND_IN_SET("6971", `towns`) OR FIND_IN_SET("12312", `towns`) OR FIND_IN_SET("12321", `towns`) OR FIND_IN_SET("6973", `towns`) OR FIND_IN_SET("12320", `towns`) OR FIND_IN_SET("6953", `towns`) OR FIND_IN_SET("12309", `towns`) OR FIND_IN_SET("6955", `towns`) OR FIND_IN_SET("6957", `towns`) OR FIND_IN_SET("6963", `towns`) OR FIND_IN_SET("6948", `towns`) OR FIND_IN_SET("12304", `towns`) OR FIND_IN_SET("6969", `towns`) OR FIND_IN_SET("6945", `towns`) OR FIND_IN_SET("6966", `towns`) OR FIND_IN_SET("6951", `towns`) OR FIND_IN_SET("6968", `towns`) OR FIND_IN_SET("6949", `towns`) OR FIND_IN_SET("12305", `towns`) OR FIND_IN_SET("6958", `towns`) OR FIND_IN_SET("6959", `towns`) OR FIND_IN_SET("6970", `towns`) OR FIND_IN_SET("6974", `towns`) OR FIND_IN_SET("12324", `towns`) OR FIND_IN_SET("12342", `towns`) OR FIND_IN_SET("6946", `towns`) OR FIND_IN_SET("6956", `towns`) OR FIND_IN_SET("6964", `towns`) OR FIND_IN_SET("6954", `towns`) OR FIND_IN_SET("6967", `towns`) OR FIND_IN_SET("12319", `towns`) OR FIND_IN_SET("12333", `towns`) OR FIND_IN_SET("6965", `towns`) OR FIND_IN_SET("12323", `towns`) OR FIND_IN_SET("12316", `towns`) OR FIND_IN_SET("6961", `towns`) OR FIND_IN_SET("12318", `towns`) OR FIND_IN_SET("6972", `towns`) OR FIND_IN_SET("6962", `towns`) OR FIND_IN_SET("6960", `towns`) OR FIND_IN_SET("12329", `towns`) OR FIND_IN_SET("12311", `towns`) OR FIND_IN_SET("6947", `towns`) OR FIND_IN_SET("12478", `towns`) OR FIND_IN_SET("12548", `towns`) OR FIND_IN_SET("12464", `towns`) OR FIND_IN_SET("12539", `towns`) OR FIND_IN_SET("12535", `towns`) OR FIND_IN_SET("12532", `towns`) OR FIND_IN_SET("12555", `towns`) OR FIND_IN_SET("12472", `towns`) OR FIND_IN_SET("12489", `towns`) OR FIND_IN_SET("12505", `towns`) OR FIND_IN_SET("12503", `towns`) OR FIND_IN_SET("12508", `towns`) OR FIND_IN_SET("12526", `towns`) OR FIND_IN_SET("12544", `towns`) OR FIND_IN_SET("12530", `towns`) OR FIND_IN_SET("12537", `towns`) OR FIND_IN_SET("12463", `towns`) OR FIND_IN_SET("12491", `towns`) OR FIND_IN_SET("12547", `towns`) OR FIND_IN_SET("12519", `towns`) OR FIND_IN_SET("12480", `towns`) OR FIND_IN_SET("12542", `towns`) OR FIND_IN_SET("12551", `towns`) OR FIND_IN_SET("12477", `towns`) OR FIND_IN_SET("12469", `towns`) OR FIND_IN_SET("3239510", `towns`) OR FIND_IN_SET("12528", `towns`) OR FIND_IN_SET("12507", `towns`) OR FIND_IN_SET("3239509", `towns`) OR FIND_IN_SET("12510", `towns`) OR FIND_IN_SET("3239507", `towns`) OR FIND_IN_SET("3239508", `towns`) OR FIND_IN_SET("12522", `towns`) OR FIND_IN_SET("12543", `towns`) OR FIND_IN_SET("12502", `towns`) OR FIND_IN_SET("12546", `towns`) OR FIND_IN_SET("12552", `towns`) OR FIND_IN_SET("12538", `towns`) OR FIND_IN_SET("12465", `towns`)))  AND (FIND_IN_SET(5316200, `topics`))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 8579, holidayThemes ) > 0)  AND (contentScore > 10)  AND  object_localized_45_de.o_type IN ('object','folder')) AND object_localized_45_de.o_published = 1
Parameters:
[]
234 0.23 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 5921996) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
235 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921998
]
236 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:
[
  5921998
]
237 0.06 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "23"
]
238 0.10 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5921998
]
239 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5921998
]
240 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921999
]
241 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:
[
  5921999
]
242 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5921999
]
243 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5921999
]
244 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5922000
]
245 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:
[
  5922000
]
246 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5922000
]
247 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5922000
]
248 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5922001
]
249 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:
[
  5922001
]
250 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5922001
]
251 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5922001
]
252 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "27"
]
253 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  45933480
]
254 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:
[
  45933480
]
255 0.08 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  45933480
]
256 0.26 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  45933480
]
257 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  45933480
]
258 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "demi-infrastructure-teaser"
  "scope" => "pimcore_image_thumbnails"
]
259 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5326413
]
260 0.61 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,12452%"
]
261 0.42 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,12452%"
]
262 0.16 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 10928281) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
263 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10928797
]
264 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:
[
  10928797
]
265 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  10928797
]
266 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  10928797
]
267 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10962218
]
268 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:
[
  10962218
]
269 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  10962218
]
270 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  10962218
]
271 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10962219
]
272 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:
[
  10962219
]
273 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  10962219
]
274 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  10962219
]
275 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10928795
]
276 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:
[
  10928795
]
277 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  10928795
]
278 0.18 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  10928795
]
279 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  10928795
]
280 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10928796
]
281 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:
[
  10928796
]
282 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  10928796
]
283 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:
[
  1247147
]
284 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1247147
]
285 0.14 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  10928796
]
286 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  10928796
]
287 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1247146
]
288 0.50 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
289 0.43 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
290 0.15 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 5918980) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
291 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918982
]
292 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:
[
  5918982
]
293 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918982
]
294 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918982
]
295 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918983
]
296 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:
[
  5918983
]
297 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918983
]
298 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918983
]
299 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918984
]
300 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:
[
  5918984
]
301 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918984
]
302 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918984
]
303 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918985
]
304 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:
[
  5918985
]
305 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918985
]
306 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918985
]
307 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6076874
]
308 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:
[
  6076874
]
309 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  6076874
]
310 0.18 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6076874
]
311 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  6076874
]
312 0.08 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 895127
]
313 0.48 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
314 0.43 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
315 0.27 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 9666963) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
316 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1143661
]
317 0.47 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
318 0.42 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
319 0.15 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 9666960) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
320 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667371
]
321 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:
[
  9667371
]
322 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667371
]
323 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667371
]
324 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667372
]
325 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:
[
  9667372
]
326 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667372
]
327 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667372
]
328 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667373
]
329 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:
[
  9667373
]
330 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667373
]
331 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667373
]
332 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667374
]
333 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:
[
  9667374
]
334 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667374
]
335 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667374
]
336 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667375
]
337 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:
[
  9667375
]
338 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667375
]
339 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667375
]
340 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667376
]
341 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:
[
  9667376
]
342 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667376
]
343 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667376
]
344 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667377
]
345 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:
[
  9667377
]
346 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667377
]
347 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667377
]
348 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667378
]
349 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:
[
  9667378
]
350 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667378
]
351 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667378
]
352 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9668088
]
353 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:
[
  9668088
]
354 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9668088
]
355 0.18 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9668088
]
356 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9668088
]
357 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4479399
]
358 0.57 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
359 0.48 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
360 1.34 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 5921440) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
361 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921442
]
362 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:
[
  5921442
]
363 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5921442
]
364 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5921442
]
365 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921443
]
366 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:
[
  5921443
]
367 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5921443
]
368 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5921443
]
369 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921444
]
370 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:
[
  5921444
]
371 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5921444
]
372 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5921444
]
373 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921445
]
374 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  5921445
]
375 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5921445
]
376 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5921445
]
377 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6078096
]
378 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  6078096
]
379 0.08 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  6078096
]
380 0.23 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:
[
  1636349
]
381 0.26 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1636349
]
382 0.17 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6078096
]
383 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  6078096
]
384 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1636349
]
385 0.54 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,12089%"
]
386 0.48 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,12089%"
]
387 0.15 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 9666933) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
388 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666938
]
389 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:
[
  9666938
]
390 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9666938
]
391 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9666938
]
392 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666939
]
393 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:
[
  9666939
]
394 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9666939
]
395 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9666939
]
396 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666940
]
397 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:
[
  9666940
]
398 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9666940
]
399 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9666940
]
400 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666941
]
401 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:
[
  9666941
]
402 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9666941
]
403 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9666941
]
404 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666942
]
405 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  9666942
]
406 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9666942
]
407 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9666942
]
408 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666943
]
409 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:
[
  9666943
]
410 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9666943
]
411 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9666943
]
412 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666944
]
413 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:
[
  9666944
]
414 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9666944
]
415 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9666944
]
416 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666945
]
417 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:
[
  9666945
]
418 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9666945
]
419 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9666945
]
420 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  24781234
]
421 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:
[
  24781234
]
422 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  24781234
]
423 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  24781234
]
424 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  24781235
]
425 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:
[
  24781235
]
426 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  24781235
]
427 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  24781235
]
428 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666935
]
429 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:
[
  9666935
]
430 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9666935
]
431 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:
[
  3687257
]
432 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3687257
]
433 0.17 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9666935
]
434 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9666935
]
435 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9666936
]
436 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:
[
  9666936
]
437 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9666936
]
438 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:
[
  3687258
]
439 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3687258
]
440 0.14 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9666936
]
441 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9666936
]
442 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3687258
]
443 0.55 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
444 0.42 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
445 0.14 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 9667379) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
446 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667382
]
447 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:
[
  9667382
]
448 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667382
]
449 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667382
]
450 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667383
]
451 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:
[
  9667383
]
452 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667383
]
453 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667383
]
454 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667388
]
455 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:
[
  9667388
]
456 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667388
]
457 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667388
]
458 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667389
]
459 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:
[
  9667389
]
460 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667389
]
461 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667389
]
462 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9672280
]
463 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:
[
  9672280
]
464 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9672280
]
465 0.17 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9672280
]
466 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9672280
]
467 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1144778
]
468 0.25 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 5922185) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
469 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5922187
]
470 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:
[
  5922187
]
471 0.24 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5922187
]
472 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5922187
]
473 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5922188
]
474 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:
[
  5922188
]
475 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5922188
]
476 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5922188
]
477 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5922189
]
478 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:
[
  5922189
]
479 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5922189
]
480 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5922189
]
481 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5922190
]
482 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:
[
  5922190
]
483 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5922190
]
484 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5922190
]
485 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6079003
]
486 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:
[
  6079003
]
487 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  6079003
]
488 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:
[
  3819423
]
489 0.07 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3819423
]
490 0.16 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6079003
]
491 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  6079003
]
492 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3819423
]
493 0.50 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,12452%"
]
494 0.40 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,12452%"
]
495 0.50 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 5921700) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
496 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921702
]
497 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:
[
  5921702
]
498 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5921702
]
499 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5921702
]
500 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921703
]
501 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:
[
  5921703
]
502 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5921703
]
503 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5921703
]
504 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921704
]
505 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:
[
  5921704
]
506 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5921704
]
507 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5921704
]
508 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5921705
]
509 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:
[
  5921705
]
510 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5921705
]
511 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5921705
]
512 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  49542098
]
513 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:
[
  49542098
]
514 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  49542098
]
515 0.19 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  49542098
]
516 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  49542098
]
517 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  49542099
]
518 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:
[
  49542099
]
519 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  49542099
]
520 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:
[
  5654095
]
521 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5654095
]
522 0.15 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  49542099
]
523 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  49542099
]
524 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  49542100
]
525 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:
[
  49542100
]
526 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  49542100
]
527 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:
[
  5654096
]
528 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5654096
]
529 0.15 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  49542100
]
530 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  49542100
]
531 0.18 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5654094
]
532 0.48 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,6938%"
]
533 0.40 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,6938%"
]
534 0.15 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 9667390) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
535 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667393
]
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:
[
  9667393
]
537 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667393
]
538 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667393
]
539 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667394
]
540 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:
[
  9667394
]
541 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667394
]
542 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667394
]
543 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667395
]
544 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:
[
  9667395
]
545 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667395
]
546 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667395
]
547 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667396
]
548 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:
[
  9667396
]
549 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667396
]
550 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667396
]
551 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667397
]
552 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:
[
  9667397
]
553 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667397
]
554 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667397
]
555 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9667400
]
556 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:
[
  9667400
]
557 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  9667400
]
558 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  9667400
]
559 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9668090
]
560 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:
[
  9668090
]
561 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9668090
]
562 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:
[
  1144012
]
563 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1144012
]
564 0.16 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9668090
]
565 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9668090
]
566 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1144012
]
567 0.14 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 5918036) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1731625200
  "dateTo" => 1731711599
]
568 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918038
]
569 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:
[
  5918038
]
570 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918038
]
571 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918038
]
572 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918039
]
573 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:
[
  5918039
]
574 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918039
]
575 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918039
]
576 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918040
]
577 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:
[
  5918040
]
578 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918040
]
579 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918040
]
580 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918041
]
581 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:
[
  5918041
]
582 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918041
]
583 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918041
]
584 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6076609
]
585 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:
[
  6076609
]
586 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  6076609
]
587 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:
[
  894210
]
588 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  894210
]
589 0.16 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6076609
]
590 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  6076609
]
591 0.08 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 894210
]
592 0.57 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11420%"
]
593 0.41 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11420%"
]
594 0.19 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "lightbox"
  "scope" => "pimcore_image_thumbnails"
]
595 0.11 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  1907639
]
596 0.15 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:
[
  1907639
]
597 0.09 ms
SELECT * FROM object_store_MediaCopyright WHERE oo_id = ?
Parameters:
[
  1907639
]
598 0.25 ms
SELECT * FROM object_localized_data_MediaCopyright WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  1907639
]
599 0.12 ms
SELECT * FROM object_relations_MediaCopyright WHERE src_id = ?
Parameters:
[
  1907639
]
600 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3033
]
601 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "wysiwyg-with-media"
  "scope" => "pimcore_image_thumbnails"
]
602 0.11 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
603 0.18 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 476251
]
604 0.30 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 258715
]
605 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 226533
]
606 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 266153
]
607 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 265623
]
608 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "content-teaser--square"
  "scope" => "pimcore_image_thumbnails"
]
609 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3054
]
610 0.25 ms
SELECT * FROM properties WHERE ((cid IN (1,23,4,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  350
]
611 0.11 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  350
]
612 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "simple-text-teaser--wide"
  "scope" => "pimcore_image_thumbnails"
]

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.