Query Metrics

335 Database Queries
62 Different statements
217.95 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.43 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.28 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
4 0.37 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "mainBlogPortal"
  null
  null
]
5 0.11 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  8
]
6 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPortal"
]
7 0.70 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/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/Familienurlaub"
  "sourcePathQuery" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/Familienurlaub?page=17"
  "sourceEntireUri" => "https://stage.steiermark.com/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/Familienurlaub?page=17"
  "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.13 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Familienurlaub"
  "path" => "/steiermark.com/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/"
]
10 0.22 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/Familienurlaub' 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.30 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
13 0.25 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Region"
]
14 0.38 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  9374
]
15 0.12 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "45"
]
16 0.25 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "28"
]
17 0.27 ms
SELECT id FROM sites
Parameters:
[]
18 0.28 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  9374
]
19 0.23 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  9374
  9374
  9374
]
20 0.17 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  9968
  9968
]
21 0.26 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Familienurlaub"
  "path" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/"
]
22 0.12 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/Familienurlaub"
]
23 0.10 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Familienurlaub"
  "path" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/"
]
24 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/Familienurlaub"
]
25 0.19 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/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/Familienurlaub"
]
26 0.10 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Urlaubsthemen"
  "path" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/"
]
27 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen"
]
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/%"
  "/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen"
]
29 0.10 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Urlaub-planen"
  "path" => "/de/Ausseerland-Salzkammergut/"
]
30 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Ausseerland-Salzkammergut/Urlaub-planen"
]
31 0.14 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/Ausseerland-Salzkammergut/Urlaub-planen"
]
32 0.09 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Ausseerland-Salzkammergut"
  "path" => "/de/"
]
33 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Ausseerland-Salzkammergut"
]
34 0.14 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/Ausseerland-Salzkammergut"
]
35 0.09 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "de"
  "path" => "/"
]
36 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de"
]
37 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"
]
38 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/%"
  ""
]
39 0.10 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
40 0.14 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Ausseerland-Salzkammergut/Urlaub-planen/Urlaubsthemen/Familienurlaub' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
41 0.10 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
42 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "1"
  "scope" => "pimcore_staticroutes"
]
43 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "2"
  "scope" => "pimcore_staticroutes"
]
44 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "3"
  "scope" => "pimcore_staticroutes"
]
45 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "4"
  "scope" => "pimcore_staticroutes"
]
46 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "5"
  "scope" => "pimcore_staticroutes"
]
47 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "6"
  "scope" => "pimcore_staticroutes"
]
48 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "7"
  "scope" => "pimcore_staticroutes"
]
49 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "8"
  "scope" => "pimcore_staticroutes"
]
50 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "9"
  "scope" => "pimcore_staticroutes"
]
51 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "10"
  "scope" => "pimcore_staticroutes"
]
52 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "11"
  "scope" => "pimcore_staticroutes"
]
53 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "12"
  "scope" => "pimcore_staticroutes"
]
54 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "13"
  "scope" => "pimcore_staticroutes"
]
55 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "15"
  "scope" => "pimcore_staticroutes"
]
56 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "16"
  "scope" => "pimcore_staticroutes"
]
57 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "17"
  "scope" => "pimcore_staticroutes"
]
58 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "18"
  "scope" => "pimcore_staticroutes"
]
59 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "19"
  "scope" => "pimcore_staticroutes"
]
60 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "20"
  "scope" => "pimcore_staticroutes"
]
61 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "21"
  "scope" => "pimcore_staticroutes"
]
62 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "22"
  "scope" => "pimcore_staticroutes"
]
63 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "23"
  "scope" => "pimcore_staticroutes"
]
64 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "24"
  "scope" => "pimcore_staticroutes"
]
65 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "25"
  "scope" => "pimcore_staticroutes"
]
66 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "26"
  "scope" => "pimcore_staticroutes"
]
67 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "27"
  "scope" => "pimcore_staticroutes"
]
68 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "28"
  "scope" => "pimcore_staticroutes"
]
69 0.14 ms
SELECT id FROM sites
Parameters:
[]
70 0.20 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1024237
]
71 0.15 ms
SELECT id FROM sites
Parameters:
[]
72 0.12 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "21"
]
73 0.28 ms
SELECT id FROM sites
Parameters:
[]
74 0.22 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 889553
]
75 107.70 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:
[]
76 0.18 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "39"
]
77 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "31"
]
78 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "72"
]
79 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "59"
]
80 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "46"
]
81 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "47"
]
82 0.40 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
83 3.86 ms
SELECT object_localized_72_de.o_id as o_id, object_localized_72_de.o_type as o_type FROM object_localized_72_de WHERE ((region__id in (11465,11466,11464,1612603,11463,11462) OR o_id in (11465,11466,11464,1612603,11463,11462))  AND  object_localized_72_de.o_type IN ('object','folder')) AND object_localized_72_de.o_published = 1 ORDER BY `name`
Parameters:
[]
84 0.22 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
85 32.63 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("1612603", `towns`) OR FIND_IN_SET("11463", `towns`) OR 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`)))  AND (FIND_IN_SET(9253, `topics`))  AND (name != '' AND active = 1)  AND (contentScore > 80)  AND  object_localized_45_de.o_type IN ('object','folder')) AND object_localized_45_de.o_published = 1 ORDER BY RAND(1728273600)    LIMIT 4 OFFSET 64
Parameters:
[]
86 21.86 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("1612603", `towns`) OR FIND_IN_SET("11463", `towns`) OR 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`)))  AND (FIND_IN_SET(9253, `topics`))  AND (name != '' AND active = 1)  AND (contentScore > 80)  AND  object_localized_45_de.o_type IN ('object','folder')) AND object_localized_45_de.o_published = 1
Parameters:
[]
87 0.55 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 4166278) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1728252000
  "dateTo" => 1728338399
]
88 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  15582880
]
89 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:
[
  15582880
]
90 0.07 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "23"
]
91 0.11 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  15582880
]
92 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  15582880
]
93 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4166282
]
94 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:
[
  4166282
]
95 0.21 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4166282
]
96 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4166282
]
97 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4166283
]
98 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:
[
  4166283
]
99 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4166283
]
100 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4166283
]
101 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4166284
]
102 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:
[
  4166284
]
103 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4166284
]
104 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4166284
]
105 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6553802
]
106 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:
[
  6553802
]
107 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  6553802
]
108 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  6553802
]
109 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4166285
]
110 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:
[
  4166285
]
111 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4166285
]
112 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4166285
]
113 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4166286
]
114 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:
[
  4166286
]
115 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4166286
]
116 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4166286
]
117 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4166280
]
118 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:
[
  4166280
]
119 0.06 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "27"
]
120 0.09 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4166280
]
121 0.11 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  1576442
]
122 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1576442
]
123 0.19 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4166280
]
124 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4166280
]
125 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "demi-infrastructure-teaser"
  "scope" => "pimcore_image_thumbnails"
]
126 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1576442
]
127 0.68 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
128 0.49 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
129 0.22 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 6987674) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1728252000
  "dateTo" => 1728338399
]
130 0.26 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 993770
]
131 0.59 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 22206913) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1728252000
  "dateTo" => 1728338399
]
132 0.17 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "26"
]
133 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5700341
]
134 0.71 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
135 0.44 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
136 0.31 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 3419273) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1728252000
  "dateTo" => 1728338399
]
137 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918446
]
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:
[
  5918446
]
139 0.20 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918446
]
140 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918446
]
141 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  8110433
]
142 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:
[
  8110433
]
143 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  8110433
]
144 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  8110433
]
145 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  8110817
]
146 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:
[
  8110817
]
147 0.21 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  8110817
]
148 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  8110817
]
149 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3419282
]
150 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:
[
  3419282
]
151 0.17 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3419282
]
152 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3419282
]
153 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3419284
]
154 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:
[
  3419284
]
155 0.05 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3419284
]
156 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3419284
]
157 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  8110818
]
158 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:
[
  8110818
]
159 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  8110818
]
160 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  8110818
]
161 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3419278
]
162 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:
[
  3419278
]
163 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  3419278
]
164 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:
[
  3722924
]
165 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3722924
]
166 0.17 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  3419278
]
167 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  3419278
]
168 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9504470
]
169 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:
[
  9504470
]
170 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9504470
]
171 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:
[
  3722925
]
172 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3722925
]
173 0.15 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9504470
]
174 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9504470
]
175 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9504472
]
176 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:
[
  9504472
]
177 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9504472
]
178 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:
[
  3722926
]
179 0.07 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3722926
]
180 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9504472
]
181 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9504472
]
182 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9504475
]
183 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:
[
  9504475
]
184 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9504475
]
185 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:
[
  3722927
]
186 0.07 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3722927
]
187 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9504475
]
188 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9504475
]
189 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9504477
]
190 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:
[
  9504477
]
191 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9504477
]
192 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:
[
  3722928
]
193 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3722928
]
194 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9504477
]
195 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9504477
]
196 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9504479
]
197 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:
[
  9504479
]
198 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9504479
]
199 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:
[
  3722929
]
200 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3722929
]
201 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9504479
]
202 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9504479
]
203 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9504480
]
204 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:
[
  9504480
]
205 0.06 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  9504480
]
206 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:
[
  3722930
]
207 0.07 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3722930
]
208 0.13 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  9504480
]
209 0.06 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  9504480
]
210 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3722924
]
211 0.51 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%"
]
212 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" => "%,11462%"
]
213 0.07 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinTour"
]
214 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "tour-teaser"
  "scope" => "pimcore_image_thumbnails"
]
215 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 465807
]
216 0.09 ms
SELECT o_id FROM objects WHERE o_id IN (234474,234469,229662,238857,238861)
Parameters:
[]
217 0.22 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324283
  234474
  "regions"
  "object"
  ""
  "0"
  1
]
218 0.18 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324283
  234469
  "regions"
  "object"
  ""
  "0"
  2
]
219 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324283
  229662
  "regions"
  "object"
  ""
  "0"
  3
]
220 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324283
  238857
  "regions"
  "object"
  ""
  "0"
  4
]
221 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324283
  238861
  "regions"
  "object"
  ""
  "0"
  5
]
222 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234474,234469,229662,238857,238861);
Parameters:
[]
223 0.07 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinRegion"
]
224 0.11 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234474,234469,229662,238857,238861);
Parameters:
[]
225 0.30 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 ((alpsteinRegions like '%,234474,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
226 0.59 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234474,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
227 0.54 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234474,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
228 0.07 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "80"
]
229 0.08 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
230 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 458694
]
231 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (234478,234477,234469,229662,238861)
Parameters:
[]
232 0.20 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  853685
  234478
  "regions"
  "object"
  ""
  "0"
  1
]
233 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  853685
  234477
  "regions"
  "object"
  ""
  "0"
  2
]
234 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  853685
  234469
  "regions"
  "object"
  ""
  "0"
  3
]
235 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  853685
  229662
  "regions"
  "object"
  ""
  "0"
  4
]
236 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  853685
  238861
  "regions"
  "object"
  ""
  "0"
  5
]
237 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234478,234477,234469,229662,238861);
Parameters:
[]
238 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234478,234477,234469,229662,238861);
Parameters:
[]
239 0.28 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 ((alpsteinRegions like '%,234478,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
240 0.54 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234478,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
241 0.55 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234478,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
242 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1328945
]
243 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (234486,234477,234469,229662,238861)
Parameters:
[]
244 0.19 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430862
  234486
  "regions"
  "object"
  ""
  "0"
  1
]
245 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430862
  234477
  "regions"
  "object"
  ""
  "0"
  2
]
246 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430862
  234469
  "regions"
  "object"
  ""
  "0"
  3
]
247 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430862
  229662
  "regions"
  "object"
  ""
  "0"
  4
]
248 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430862
  238861
  "regions"
  "object"
  ""
  "0"
  5
]
249 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234486,234477,234469,229662,238861);
Parameters:
[]
250 0.11 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234486,234477,234469,229662,238861);
Parameters:
[]
251 0.26 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 ((alpsteinRegions like '%,234477,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
252 0.53 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234477,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
253 0.53 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234477,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
254 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 475146
]
255 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (234474,234469,229662,238861)
Parameters:
[]
256 0.19 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430395
  234474
  "regions"
  "object"
  ""
  "0"
  1
]
257 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430395
  234469
  "regions"
  "object"
  ""
  "0"
  2
]
258 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430395
  229662
  "regions"
  "object"
  ""
  "0"
  3
]
259 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430395
  238861
  "regions"
  "object"
  ""
  "0"
  4
]
260 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234474,234469,229662,238861);
Parameters:
[]
261 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234474,234469,229662,238861);
Parameters:
[]
262 0.27 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 ((alpsteinRegions like '%,234474,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
263 0.54 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234474,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
264 0.53 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234474,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
265 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5272489
]
266 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (234486,234469,229662,238861)
Parameters:
[]
267 0.20 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324419
  234486
  "regions"
  "object"
  ""
  "0"
  1
]
268 0.22 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324419
  234469
  "regions"
  "object"
  ""
  "0"
  2
]
269 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324419
  229662
  "regions"
  "object"
  ""
  "0"
  3
]
270 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324419
  238861
  "regions"
  "object"
  ""
  "0"
  4
]
271 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234486,234469,229662,238861);
Parameters:
[]
272 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234486,234469,229662,238861);
Parameters:
[]
273 0.26 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 ((alpsteinRegions like '%,234486,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
274 0.54 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234486,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
275 0.53 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234486,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
276 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2111885
]
277 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (234486,234469,229662,238861)
Parameters:
[]
278 0.19 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430606
  234486
  "regions"
  "object"
  ""
  "0"
  1
]
279 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430606
  234469
  "regions"
  "object"
  ""
  "0"
  2
]
280 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430606
  229662
  "regions"
  "object"
  ""
  "0"
  3
]
281 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1430606
  238861
  "regions"
  "object"
  ""
  "0"
  4
]
282 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234486,234469,229662,238861);
Parameters:
[]
283 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234486,234469,229662,238861);
Parameters:
[]
284 0.27 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 ((alpsteinRegions like '%,234486,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
285 0.54 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234486,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
286 0.53 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234486,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
287 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 453148
]
288 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (234478,234469,229662,238861)
Parameters:
[]
289 0.19 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1295
  234478
  "regions"
  "object"
  ""
  "0"
  1
]
290 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1295
  234469
  "regions"
  "object"
  ""
  "0"
  2
]
291 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1295
  229662
  "regions"
  "object"
  ""
  "0"
  3
]
292 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  1295
  238861
  "regions"
  "object"
  ""
  "0"
  4
]
293 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234478,234469,229662,238861);
Parameters:
[]
294 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234478,234469,229662,238861);
Parameters:
[]
295 0.25 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 ((alpsteinRegions like '%,234478,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
296 0.54 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234478,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
297 0.53 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234478,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
298 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1280727
]
299 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (234478,234469,229662,239125,238861)
Parameters:
[]
300 0.19 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324820
  234478
  "regions"
  "object"
  ""
  "0"
  1
]
301 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324820
  234469
  "regions"
  "object"
  ""
  "0"
  2
]
302 0.17 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324820
  229662
  "regions"
  "object"
  ""
  "0"
  3
]
303 0.16 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324820
  239125
  "regions"
  "object"
  ""
  "0"
  4
]
304 0.16 ms
SELECT * FROM object_metadata_AlpsteinTour WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  324820
  238861
  "regions"
  "object"
  ""
  "0"
  5
]
305 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234478,234469,229662,239125,238861);
Parameters:
[]
306 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234478,234469,229662,239125,238861);
Parameters:
[]
307 0.25 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 ((alpsteinRegions like '%,234478,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
308 0.53 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234478,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
309 0.54 ms
SELECT object_localized_80_de.o_id as o_id, object_localized_80_de.o_type as o_type FROM object_localized_80_de WHERE ((alpsteinObjects like '%,234478,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
310 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "lightbox"
  "scope" => "pimcore_image_thumbnails"
]
311 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 889572
]
312 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "wysiwyg-with-media"
  "scope" => "pimcore_image_thumbnails"
]
313 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "big-img-text-slide"
  "scope" => "pimcore_image_thumbnails"
]
314 0.07 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 889555
]
315 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3722587
]
316 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3725547
]
317 0.59 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
318 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" => "%,11462%"
]
319 0.51 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%"
]
320 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" => "%,11462%"
]
321 0.21 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "content-teaser--square"
  "scope" => "pimcore_image_thumbnails"
]
322 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5320122
]
323 0.19 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  9489
]
324 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "simple-text-teaser--wide"
  "scope" => "pimcore_image_thumbnails"
]
325 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 889407
]
326 0.19 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "content-teaser--landscape"
  "scope" => "pimcore_image_thumbnails"
]
327 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2458578
]
328 0.23 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5689211
]
329 0.18 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  9678
]
330 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "download-list-item"
  "scope" => "pimcore_image_thumbnails"
]
331 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 889423
]
332 0.17 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  9708
]
333 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 889564
]
334 0.09 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  9711
]
335 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 889571
]

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.