Query Metrics

392 Database Queries
64 Different statements
486.70 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.34 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.11 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
3 0.13 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
4 0.24 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.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPortal"
]
7 0.42 ms
SELECT * FROM redirects WHERE
            (
                (source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
                (source = :sourcePathQuery AND `type` = :typePathQuery) OR
                (source = :sourceEntireUri AND `type` = :typeEntireUri)
            ) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '6' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/en/Hochsteiermark/Plan-your-holiday/Excursion-destinations"
  "sourcePathQuery" => "/en/Hochsteiermark/Plan-your-holiday/Excursion-destinations?community=841603&radiusType=excursion"
  "sourceEntireUri" => "https://stage.steiermark.com/en/Hochsteiermark/Plan-your-holiday/Excursion-destinations?community=841603&radiusType=excursion"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
8 0.16 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
9 0.14 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Excursion-destinations"
  "path" => "/steiermark.com/en/Hochsteiermark/Plan-your-holiday/"
]
10 0.20 ms
SELECT * FROM object_url_slugs WHERE slug = '/en/Hochsteiermark/Plan-your-holiday/Excursion-destinations' AND (siteId = 6 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
11 0.15 ms
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
12 0.13 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
13 0.13 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Region"
]
14 0.15 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  14992
]
15 0.20 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11844
]
16 0.15 ms
SELECT id FROM sites
Parameters:
[]
17 0.15 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  14992
]
18 0.22 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  11844
  14992
  14992
]
19 0.17 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  14992
  14992
]
20 0.16 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  11844
  11844
]
21 0.17 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Excursion-destinations"
  "path" => "/en/Hochsteiermark/Plan-your-holiday/"
]
22 0.12 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Hochsteiermark/Plan-your-holiday/Excursion-destinations"
]
23 0.11 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Excursion-destinations"
  "path" => "/en/Hochsteiermark/Plan-your-holiday/"
]
24 0.10 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Hochsteiermark/Plan-your-holiday/Excursion-destinations"
]
25 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/%"
  "/en/Hochsteiermark/Plan-your-holiday/Excursion-destinations"
]
26 0.11 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Plan-your-holiday"
  "path" => "/en/Hochsteiermark/"
]
27 0.10 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Hochsteiermark/Plan-your-holiday"
]
28 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/%"
  "/en/Hochsteiermark/Plan-your-holiday"
]
29 0.11 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Hochsteiermark"
  "path" => "/en/"
]
30 0.10 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Hochsteiermark"
]
31 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/%"
  "/en/Hochsteiermark"
]
32 0.11 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "en"
  "path" => "/"
]
33 0.10 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en"
]
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/%"
  "/en"
]
35 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/%"
  ""
]
36 0.11 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
37 0.14 ms
SELECT * FROM object_url_slugs WHERE slug = '/en/Hochsteiermark/Plan-your-holiday/Excursion-destinations' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
38 0.11 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
39 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "1"
  "scope" => "pimcore_staticroutes"
]
40 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "2"
  "scope" => "pimcore_staticroutes"
]
41 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "3"
  "scope" => "pimcore_staticroutes"
]
42 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "4"
  "scope" => "pimcore_staticroutes"
]
43 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "5"
  "scope" => "pimcore_staticroutes"
]
44 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "6"
  "scope" => "pimcore_staticroutes"
]
45 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "7"
  "scope" => "pimcore_staticroutes"
]
46 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "8"
  "scope" => "pimcore_staticroutes"
]
47 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "9"
  "scope" => "pimcore_staticroutes"
]
48 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "10"
  "scope" => "pimcore_staticroutes"
]
49 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "11"
  "scope" => "pimcore_staticroutes"
]
50 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "12"
  "scope" => "pimcore_staticroutes"
]
51 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "13"
  "scope" => "pimcore_staticroutes"
]
52 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "15"
  "scope" => "pimcore_staticroutes"
]
53 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "16"
  "scope" => "pimcore_staticroutes"
]
54 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "17"
  "scope" => "pimcore_staticroutes"
]
55 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "18"
  "scope" => "pimcore_staticroutes"
]
56 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "19"
  "scope" => "pimcore_staticroutes"
]
57 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "20"
  "scope" => "pimcore_staticroutes"
]
58 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "21"
  "scope" => "pimcore_staticroutes"
]
59 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "22"
  "scope" => "pimcore_staticroutes"
]
60 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "23"
  "scope" => "pimcore_staticroutes"
]
61 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "24"
  "scope" => "pimcore_staticroutes"
]
62 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "25"
  "scope" => "pimcore_staticroutes"
]
63 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "26"
  "scope" => "pimcore_staticroutes"
]
64 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "27"
  "scope" => "pimcore_staticroutes"
]
65 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "28"
  "scope" => "pimcore_staticroutes"
]
66 0.12 ms
SELECT id FROM sites
Parameters:
[]
67 0.23 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1276968
]
68 0.10 ms
SELECT id FROM sites
Parameters:
[]
69 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "21"
]
70 0.17 ms
SELECT id FROM sites
Parameters:
[]
71 0.32 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3822207
]
72 0.21 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "45"
]
73 0.25 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "27"
]
74 0.12 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "72"
]
75 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "59"
]
76 1.50 ms
SELECT COUNT(*) FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
77 1.18 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
78 0.17 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser"
  "scope" => "pimcore_image_thumbnails"
]
79 0.23 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 591120
]
80 1.45 ms
SELECT COUNT(*) FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
81 1.09 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
82 0.17 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 589049
]
83 1.23 ms
SELECT COUNT(*) FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
84 0.80 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
85 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 115692
]
86 0.29 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1957449
]
87 1.07 ms
SELECT COUNT(*) FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
88 0.57 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
89 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 304627
]
90 99.66 ms
SELECT object_localized_39_en.o_id as o_id, object_localized_39_en.o_type as o_type FROM object_localized_39_en WHERE (o_id in (select dest_id from object_relations_45 where fieldname LIKE 'holidayThemes') AND  object_localized_39_en.o_type IN ('object','folder')) AND object_localized_39_en.o_published = 1 ORDER BY `name` ASC
Parameters:
[]
91 0.15 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "39"
]
92 0.15 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "31"
]
93 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "46"
]
94 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "47"
]
95 3.11 ms
SELECT object_localized_72_en.o_id as o_id, object_localized_72_en.o_type as o_type FROM object_localized_72_en WHERE ((region__id in (11534,11539,11538,11527,11522,11524,11559,11521,11567,11526,11536,11560,11528,11535,11537) OR o_id in (11534,11539,11538,11527,11522,11524,11559,11521,11567,11526,11536,11560,11528,11535,11537))  AND  object_localized_72_en.o_type IN ('object','folder')) AND object_localized_72_en.o_published = 1 ORDER BY `name`
Parameters:
[]
96 0.18 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:
[
  9407
]
97 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9244
]
98 0.16 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:
[
  9355
]
99 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9122
]
100 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9175
]
101 0.16 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:
[
  9045
]
102 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9253
]
103 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:
[
  9400
]
104 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:
[
  9357
]
105 0.16 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:
[
  8208057
]
106 0.17 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:
[
  9386
]
107 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  34637985
]
108 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2289698
]
109 0.16 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:
[
  9401
]
110 0.16 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:
[
  9394
]
111 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:
[
  9228
]
112 0.13 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9421
]
113 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9101
]
114 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:
[
  9224
]
115 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9242
]
116 0.16 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:
[
  8208055
]
117 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9185
]
118 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:
[
  9192
]
119 0.16 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:
[
  9034
]
120 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:
[
  9061
]
121 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:
[
  9246
]
122 0.16 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:
[
  9399
]
123 0.16 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:
[
  9024
]
124 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9081
]
125 0.16 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:
[
  9107
]
126 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:
[
  9381
]
127 0.16 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:
[
  9058
]
128 0.14 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9416
]
129 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:
[
  9320
]
130 0.14 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9326
]
131 0.13 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9377
]
132 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:
[
  9339
]
133 0.16 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:
[
  9358
]
134 0.16 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:
[
  8208054
]
135 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:
[
  9335
]
136 0.14 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9319
]
137 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:
[
  9368
]
138 0.14 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9413
]
139 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:
[
  9337
]
140 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:
[
  9380
]
141 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:
[
  9411
]
142 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:
[
  9403
]
143 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:
[
  9373
]
144 0.16 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:
[
  9374
]
145 0.16 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:
[
  9349
]
146 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9079
]
147 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "80"
]
148 38.66 ms
SELECT COUNT(*) FROM object_localized_45_en WHERE (((FIND_IN_SET("11534", `towns`) OR FIND_IN_SET("11539", `towns`) OR FIND_IN_SET("11538", `towns`) OR FIND_IN_SET("11527", `towns`) OR FIND_IN_SET("11522", `towns`) OR FIND_IN_SET("11524", `towns`) OR FIND_IN_SET("11559", `towns`) OR FIND_IN_SET("11521", `towns`) OR FIND_IN_SET("11567", `towns`) OR FIND_IN_SET("11526", `towns`) OR FIND_IN_SET("11536", `towns`) OR FIND_IN_SET("11560", `towns`) OR FIND_IN_SET("11528", `towns`) OR FIND_IN_SET("11535", `towns`) OR FIND_IN_SET("11537", `towns`)))  AND ((FIND_IN_SET(9407, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9355, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9045, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9400, `topics`) OR FIND_IN_SET(9357, `topics`) OR FIND_IN_SET(8208057, `topics`) OR FIND_IN_SET(9386, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(9401, `topics`) OR FIND_IN_SET(9394, `topics`) OR FIND_IN_SET(9228, `topics`) OR FIND_IN_SET(9421, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(8208055, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9034, `topics`) OR FIND_IN_SET(9061, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9399, `topics`) OR FIND_IN_SET(9024, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9107, `topics`) OR FIND_IN_SET(9381, `topics`) OR FIND_IN_SET(9058, `topics`) OR FIND_IN_SET(9416, `topics`) OR FIND_IN_SET(9320, `topics`) OR FIND_IN_SET(9326, `topics`) OR FIND_IN_SET(9377, `topics`) OR FIND_IN_SET(9339, `topics`) OR FIND_IN_SET(9358, `topics`) OR FIND_IN_SET(8208054, `topics`) OR FIND_IN_SET(9335, `topics`) OR FIND_IN_SET(9319, `topics`) OR FIND_IN_SET(9368, `topics`) OR FIND_IN_SET(9413, `topics`) OR FIND_IN_SET(9337, `topics`) OR FIND_IN_SET(9380, `topics`) OR FIND_IN_SET(9411, `topics`) OR FIND_IN_SET(9403, `topics`) OR FIND_IN_SET(9373, `topics`) OR FIND_IN_SET(9374, `topics`) OR FIND_IN_SET(9349, `topics`) OR FIND_IN_SET(9079, `topics`)))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 8503, holidayThemes ) > 0)  AND (contentScore > 10)  AND  object_localized_45_en.o_type IN ('object','folder')) AND object_localized_45_en.o_published = 1
Parameters:
[]
149 29.82 ms
SELECT COUNT(*) FROM object_localized_45_en WHERE (((FIND_IN_SET("11534", `towns`) OR FIND_IN_SET("11539", `towns`) OR FIND_IN_SET("11538", `towns`) OR FIND_IN_SET("11527", `towns`) OR FIND_IN_SET("11522", `towns`) OR FIND_IN_SET("11524", `towns`) OR FIND_IN_SET("11559", `towns`) OR FIND_IN_SET("11521", `towns`) OR FIND_IN_SET("11567", `towns`) OR FIND_IN_SET("11526", `towns`) OR FIND_IN_SET("11536", `towns`) OR FIND_IN_SET("11560", `towns`) OR FIND_IN_SET("11528", `towns`) OR FIND_IN_SET("11535", `towns`) OR FIND_IN_SET("11537", `towns`)))  AND ((FIND_IN_SET(9407, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9355, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9045, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9400, `topics`) OR FIND_IN_SET(9357, `topics`) OR FIND_IN_SET(8208057, `topics`) OR FIND_IN_SET(9386, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(9401, `topics`) OR FIND_IN_SET(9394, `topics`) OR FIND_IN_SET(9228, `topics`) OR FIND_IN_SET(9421, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(8208055, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9034, `topics`) OR FIND_IN_SET(9061, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9399, `topics`) OR FIND_IN_SET(9024, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9107, `topics`) OR FIND_IN_SET(9381, `topics`) OR FIND_IN_SET(9058, `topics`) OR FIND_IN_SET(9416, `topics`) OR FIND_IN_SET(9320, `topics`) OR FIND_IN_SET(9326, `topics`) OR FIND_IN_SET(9377, `topics`) OR FIND_IN_SET(9339, `topics`) OR FIND_IN_SET(9358, `topics`) OR FIND_IN_SET(8208054, `topics`) OR FIND_IN_SET(9335, `topics`) OR FIND_IN_SET(9319, `topics`) OR FIND_IN_SET(9368, `topics`) OR FIND_IN_SET(9413, `topics`) OR FIND_IN_SET(9337, `topics`) OR FIND_IN_SET(9380, `topics`) OR FIND_IN_SET(9411, `topics`) OR FIND_IN_SET(9403, `topics`) OR FIND_IN_SET(9373, `topics`) OR FIND_IN_SET(9374, `topics`) OR FIND_IN_SET(9349, `topics`) OR FIND_IN_SET(9079, `topics`)))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 8503, holidayThemes ) > 0)  AND (contentScore > 10)  AND ((RADIANS(ACOS(SIN(RADIANS(position__latitude)) * SIN(RADIANS(47.546828147965)) + COS(RADIANS(position__latitude)) * COS(RADIANS(47.546828147965)) * COS(RADIANS(position__longitude - 15.558335781097)) )) * 111.189577 * 3277.5) <= 10)  AND  object_localized_45_en.o_type IN ('object','folder')) AND object_localized_45_en.o_published = 1
Parameters:
[]
150 30.00 ms
SELECT object_localized_45_en.o_id as o_id, object_localized_45_en.o_type as o_type FROM object_localized_45_en WHERE (((FIND_IN_SET("11534", `towns`) OR FIND_IN_SET("11539", `towns`) OR FIND_IN_SET("11538", `towns`) OR FIND_IN_SET("11527", `towns`) OR FIND_IN_SET("11522", `towns`) OR FIND_IN_SET("11524", `towns`) OR FIND_IN_SET("11559", `towns`) OR FIND_IN_SET("11521", `towns`) OR FIND_IN_SET("11567", `towns`) OR FIND_IN_SET("11526", `towns`) OR FIND_IN_SET("11536", `towns`) OR FIND_IN_SET("11560", `towns`) OR FIND_IN_SET("11528", `towns`) OR FIND_IN_SET("11535", `towns`) OR FIND_IN_SET("11537", `towns`)))  AND ((FIND_IN_SET(9407, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9355, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9045, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9400, `topics`) OR FIND_IN_SET(9357, `topics`) OR FIND_IN_SET(8208057, `topics`) OR FIND_IN_SET(9386, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(9401, `topics`) OR FIND_IN_SET(9394, `topics`) OR FIND_IN_SET(9228, `topics`) OR FIND_IN_SET(9421, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(8208055, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9034, `topics`) OR FIND_IN_SET(9061, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9399, `topics`) OR FIND_IN_SET(9024, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9107, `topics`) OR FIND_IN_SET(9381, `topics`) OR FIND_IN_SET(9058, `topics`) OR FIND_IN_SET(9416, `topics`) OR FIND_IN_SET(9320, `topics`) OR FIND_IN_SET(9326, `topics`) OR FIND_IN_SET(9377, `topics`) OR FIND_IN_SET(9339, `topics`) OR FIND_IN_SET(9358, `topics`) OR FIND_IN_SET(8208054, `topics`) OR FIND_IN_SET(9335, `topics`) OR FIND_IN_SET(9319, `topics`) OR FIND_IN_SET(9368, `topics`) OR FIND_IN_SET(9413, `topics`) OR FIND_IN_SET(9337, `topics`) OR FIND_IN_SET(9380, `topics`) OR FIND_IN_SET(9411, `topics`) OR FIND_IN_SET(9403, `topics`) OR FIND_IN_SET(9373, `topics`) OR FIND_IN_SET(9374, `topics`) OR FIND_IN_SET(9349, `topics`) OR FIND_IN_SET(9079, `topics`)))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 8503, holidayThemes ) > 0)  AND (contentScore > 10)  AND ((RADIANS(ACOS(SIN(RADIANS(position__latitude)) * SIN(RADIANS(47.546828147965)) + COS(RADIANS(position__latitude)) * COS(RADIANS(47.546828147965)) * COS(RADIANS(position__longitude - 15.558335781097)) )) * 111.189577 * 3277.5) <= 10)  AND  object_localized_45_en.o_type IN ('object','folder')) AND object_localized_45_en.o_published = 1 ORDER BY RAND(1732950000)
Parameters:
[]
151 29.85 ms
SELECT object_localized_45_en.o_id as o_id, object_localized_45_en.o_type as o_type FROM object_localized_45_en WHERE (((FIND_IN_SET("11534", `towns`) OR FIND_IN_SET("11539", `towns`) OR FIND_IN_SET("11538", `towns`) OR FIND_IN_SET("11527", `towns`) OR FIND_IN_SET("11522", `towns`) OR FIND_IN_SET("11524", `towns`) OR FIND_IN_SET("11559", `towns`) OR FIND_IN_SET("11521", `towns`) OR FIND_IN_SET("11567", `towns`) OR FIND_IN_SET("11526", `towns`) OR FIND_IN_SET("11536", `towns`) OR FIND_IN_SET("11560", `towns`) OR FIND_IN_SET("11528", `towns`) OR FIND_IN_SET("11535", `towns`) OR FIND_IN_SET("11537", `towns`)))  AND ((FIND_IN_SET(9407, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9355, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9045, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9400, `topics`) OR FIND_IN_SET(9357, `topics`) OR FIND_IN_SET(8208057, `topics`) OR FIND_IN_SET(9386, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(9401, `topics`) OR FIND_IN_SET(9394, `topics`) OR FIND_IN_SET(9228, `topics`) OR FIND_IN_SET(9421, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(8208055, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9034, `topics`) OR FIND_IN_SET(9061, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9399, `topics`) OR FIND_IN_SET(9024, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9107, `topics`) OR FIND_IN_SET(9381, `topics`) OR FIND_IN_SET(9058, `topics`) OR FIND_IN_SET(9416, `topics`) OR FIND_IN_SET(9320, `topics`) OR FIND_IN_SET(9326, `topics`) OR FIND_IN_SET(9377, `topics`) OR FIND_IN_SET(9339, `topics`) OR FIND_IN_SET(9358, `topics`) OR FIND_IN_SET(8208054, `topics`) OR FIND_IN_SET(9335, `topics`) OR FIND_IN_SET(9319, `topics`) OR FIND_IN_SET(9368, `topics`) OR FIND_IN_SET(9413, `topics`) OR FIND_IN_SET(9337, `topics`) OR FIND_IN_SET(9380, `topics`) OR FIND_IN_SET(9411, `topics`) OR FIND_IN_SET(9403, `topics`) OR FIND_IN_SET(9373, `topics`) OR FIND_IN_SET(9374, `topics`) OR FIND_IN_SET(9349, `topics`) OR FIND_IN_SET(9079, `topics`)))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 8503, holidayThemes ) > 0)  AND (contentScore > 10)  AND ((RADIANS(ACOS(SIN(RADIANS(position__latitude)) * SIN(RADIANS(47.546828147965)) + COS(RADIANS(position__latitude)) * COS(RADIANS(47.546828147965)) * COS(RADIANS(position__longitude - 15.558335781097)) )) * 111.189577 * 3277.5) <= 10)  AND  object_localized_45_en.o_type IN ('object','folder')) AND object_localized_45_en.o_published = 1 ORDER BY RAND(1732950000)    LIMIT 12
Parameters:
[]
152 0.17 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  280175
]
153 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:
[
  280175
]
154 0.10 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  280175
]
155 0.39 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  280175
]
156 0.10 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  280175
  "demiExtension"
]
157 0.07 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  280175
  "demiExtension"
]
158 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  280175
  "demiExtension"
]
159 0.06 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  280175
  "demiExtension"
]
160 0.06 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  280175
  "demiExtension"
]
161 0.06 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  280175
  "demiExtension"
]
162 0.05 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  280175
  "demiExtension"
]
163 0.06 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  280175
  "demiExtension"
]
164 0.09 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  280175
  "capacityCeremonies"
]
165 0.09 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  280175
  "dishRates"
]
166 0.09 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  280175
  "operationSchedule"
]
167 0.25 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  280175
]
168 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  11896986
]
169 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  11896986
]
170 0.09 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  11896986
]
171 0.32 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  11896986
]
172 0.08 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  11896986
  "demiExtension"
]
173 0.06 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  11896986
  "demiExtension"
]
174 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  11896986
  "demiExtension"
]
175 0.05 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  11896986
  "demiExtension"
]
176 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  11896986
  "demiExtension"
]
177 0.06 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  11896986
  "demiExtension"
]
178 0.05 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  11896986
  "demiExtension"
]
179 0.05 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  11896986
  "demiExtension"
]
180 0.09 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  11896986
  "capacityCeremonies"
]
181 0.08 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  11896986
  "dishRates"
]
182 0.11 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  11896986
  "operationSchedule"
]
183 0.14 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  11896986
]
184 30.96 ms
SELECT COUNT(*) FROM object_localized_45_en WHERE (((FIND_IN_SET("11534", `towns`) OR FIND_IN_SET("11539", `towns`) OR FIND_IN_SET("11538", `towns`) OR FIND_IN_SET("11527", `towns`) OR FIND_IN_SET("11522", `towns`) OR FIND_IN_SET("11524", `towns`) OR FIND_IN_SET("11559", `towns`) OR FIND_IN_SET("11521", `towns`) OR FIND_IN_SET("11567", `towns`) OR FIND_IN_SET("11526", `towns`) OR FIND_IN_SET("11536", `towns`) OR FIND_IN_SET("11560", `towns`) OR FIND_IN_SET("11528", `towns`) OR FIND_IN_SET("11535", `towns`) OR FIND_IN_SET("11537", `towns`)))  AND ((FIND_IN_SET(9407, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9355, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9045, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9400, `topics`) OR FIND_IN_SET(9357, `topics`) OR FIND_IN_SET(8208057, `topics`) OR FIND_IN_SET(9386, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(9401, `topics`) OR FIND_IN_SET(9394, `topics`) OR FIND_IN_SET(9228, `topics`) OR FIND_IN_SET(9421, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(8208055, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9034, `topics`) OR FIND_IN_SET(9061, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9399, `topics`) OR FIND_IN_SET(9024, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9107, `topics`) OR FIND_IN_SET(9381, `topics`) OR FIND_IN_SET(9058, `topics`) OR FIND_IN_SET(9416, `topics`) OR FIND_IN_SET(9320, `topics`) OR FIND_IN_SET(9326, `topics`) OR FIND_IN_SET(9377, `topics`) OR FIND_IN_SET(9339, `topics`) OR FIND_IN_SET(9358, `topics`) OR FIND_IN_SET(8208054, `topics`) OR FIND_IN_SET(9335, `topics`) OR FIND_IN_SET(9319, `topics`) OR FIND_IN_SET(9368, `topics`) OR FIND_IN_SET(9413, `topics`) OR FIND_IN_SET(9337, `topics`) OR FIND_IN_SET(9380, `topics`) OR FIND_IN_SET(9411, `topics`) OR FIND_IN_SET(9403, `topics`) OR FIND_IN_SET(9373, `topics`) OR FIND_IN_SET(9374, `topics`) OR FIND_IN_SET(9349, `topics`) OR FIND_IN_SET(9079, `topics`)))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 8503, holidayThemes ) > 0)  AND (contentScore > 10)  AND ((RADIANS(ACOS(SIN(RADIANS(position__latitude)) * SIN(RADIANS(47.546828147965)) + COS(RADIANS(position__latitude)) * COS(RADIANS(47.546828147965)) * COS(RADIANS(position__longitude - 15.558335781097)) )) * 111.189577 * 3277.5) <= 10)  AND  object_localized_45_en.o_type IN ('object','folder')) AND object_localized_45_en.o_published = 1
Parameters:
[]
185 0.38 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 283227) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
186 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4157564
]
187 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:
[
  4157564
]
188 0.06 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "23"
]
189 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4157564
]
190 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4157564
]
191 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  23412218
]
192 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:
[
  23412218
]
193 0.08 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  23412218
]
194 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:
[
  2789952
]
195 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  2789952
]
196 0.18 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  23412218
]
197 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  23412218
]
198 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  23412219
]
199 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:
[
  23412219
]
200 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  23412219
]
201 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:
[
  2789953
]
202 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  2789953
]
203 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  23412219
]
204 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  23412219
]
205 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "demi-infrastructure-teaser"
  "scope" => "pimcore_image_thumbnails"
]
206 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2789951
]
207 0.58 ms
SELECT COUNT(*) FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
208 0.43 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
209 0.40 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 287938) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
210 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4159410
]
211 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4159410
]
212 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4159410
]
213 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:
[
  2656072
]
214 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  2656072
]
215 0.16 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4159410
]
216 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4159410
]
217 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4159411
]
218 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:
[
  4159411
]
219 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4159411
]
220 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:
[
  2656073
]
221 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  2656073
]
222 0.14 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4159411
]
223 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4159411
]
224 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2656072
]
225 0.51 ms
SELECT COUNT(*) FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
226 0.44 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
227 0.28 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 280175) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
228 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4156468
]
229 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4156468
]
230 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4156468
]
231 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4156468
]
232 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4156469
]
233 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:
[
  4156469
]
234 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4156469
]
235 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4156469
]
236 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4156470
]
237 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:
[
  4156470
]
238 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4156470
]
239 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4156470
]
240 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  280181
]
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:
[
  280181
]
242 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  280181
]
243 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  280181
]
244 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4156471
]
245 0.07 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4156471
]
246 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4156471
]
247 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4156471
]
248 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  51263264
]
249 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:
[
  51263264
]
250 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  51263264
]
251 0.08 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:
[
  5746814
]
252 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5746814
]
253 0.17 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  51263264
]
254 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  51263264
]
255 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4156464
]
256 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:
[
  4156464
]
257 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4156464
]
258 0.08 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:
[
  5746815
]
259 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5746815
]
260 0.15 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4156464
]
261 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4156464
]
262 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4156465
]
263 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:
[
  4156465
]
264 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4156465
]
265 0.08 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:
[
  5746816
]
266 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5746816
]
267 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4156465
]
268 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4156465
]
269 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4156466
]
270 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:
[
  4156466
]
271 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4156466
]
272 0.08 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:
[
  5746817
]
273 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5746817
]
274 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4156466
]
275 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4156466
]
276 0.05 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4156467
]
277 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:
[
  4156467
]
278 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4156467
]
279 0.07 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5746818
]
280 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5746818
]
281 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4156467
]
282 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4156467
]
283 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5746814
]
284 0.14 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 7240435) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
285 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  17184697
]
286 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:
[
  17184697
]
287 0.21 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  17184697
]
288 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  17184697
]
289 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  7240437
]
290 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:
[
  7240437
]
291 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  7240437
]
292 0.08 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:
[
  1408435
]
293 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1408435
]
294 0.17 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  7240437
]
295 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  7240437
]
296 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1408435
]
297 0.58 ms
SELECT COUNT(*) FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
298 0.44 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
299 0.14 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 284806) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
300 0.12 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 283581) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
301 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  283585
]
302 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:
[
  283585
]
303 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  283585
]
304 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  283585
]
305 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4157777
]
306 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4157777
]
307 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4157777
]
308 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4157777
]
309 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4157778
]
310 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:
[
  4157778
]
311 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4157778
]
312 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4157778
]
313 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4157780
]
314 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:
[
  4157780
]
315 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4157780
]
316 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4157780
]
317 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  283583
]
318 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:
[
  283583
]
319 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  283583
]
320 0.13 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:
[
  115324
]
321 0.11 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  115324
]
322 0.25 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  283583
]
323 0.09 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  283583
]
324 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 115324
]
325 0.49 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 282608) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
326 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  11618818
]
327 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:
[
  11618818
]
328 0.10 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  11618818
]
329 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  11618818
]
330 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  11618819
]
331 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  11618819
]
332 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  11618819
]
333 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  11618819
]
334 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  11618815
]
335 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:
[
  11618815
]
336 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  11618815
]
337 0.13 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:
[
  1999828
]
338 0.12 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1999828
]
339 0.25 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  11618815
]
340 0.12 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  11618815
]
341 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  11618816
]
342 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:
[
  11618816
]
343 0.09 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  11618816
]
344 0.12 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  1999829
]
345 0.11 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1999829
]
346 0.21 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  11618816
]
347 0.09 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  11618816
]
348 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  11618817
]
349 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:
[
  11618817
]
350 0.09 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  11618817
]
351 0.12 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  1999830
]
352 0.11 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1999830
]
353 0.20 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  11618817
]
354 0.09 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  11618817
]
355 0.27 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1999828
]
356 0.36 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 11896986) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
357 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  11896989
]
358 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  11896989
]
359 0.24 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  11896989
]
360 0.11 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  11896989
]
361 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  11896992
]
362 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:
[
  11896992
]
363 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  11896992
]
364 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  11896992
]
365 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12148986
]
366 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:
[
  12148986
]
367 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  12148986
]
368 0.25 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  1351223
]
369 0.24 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1351223
]
370 0.24 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12148986
]
371 0.10 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  12148986
]
372 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1351223
]
373 0.78 ms
SELECT COUNT(*) FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
374 0.61 ms
SELECT object_localized_Region_en.o_id as o_id, object_localized_Region_en.o_type as o_type FROM object_localized_Region_en WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11507%"
]
375 0.18 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 284873) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
376 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2790084
]
377 0.17 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 4163866) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1732921200
  "dateTo" => 1733007599
]
378 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 593635
]
379 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-text-slide"
  "scope" => "pimcore_image_thumbnails"
]
380 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1280778
]
381 0.12 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  14991
]
382 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  6890
]
383 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "footer-logo"
  "scope" => "pimcore_image_thumbnails"
]
384 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3189171
]
385 167.09 ms
SELECT name FROM properties WHERE ctype = "document" AND name LIKE "json-ld-%" GROUP BY name
Parameters:
[]
386 0.18 ms
SELECT * FROM elements_json_ld_bundle_templates WHERE id = ?
Parameters:
[
  19
]
387 0.18 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "region-slide-bg"
  "scope" => "pimcore_image_thumbnails"
]
388 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5272672
]
389 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "region-slide-bg--xs"
  "scope" => "pimcore_image_thumbnails"
]
390 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "region-slide-map"
  "scope" => "pimcore_image_thumbnails"
]
391 0.08 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4290106
]
392 0.27 ms
SELECT * FROM object_url_slugs WHERE slug = '/steiermark.com//en/Hochsteiermark/Plan-your-holiday/Excursion-destinations' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]

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.