https://stage.steiermark.com/en/Thermen-Vulkanland/Plan-your-holiday/Tour-portal?community=841597&page=3

Query Metrics

250 Database Queries
45 Different statements
241.43 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.25 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.08 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
3 0.14 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
4 0.30 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.09 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  8
]
6 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPortal"
]
7 0.47 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/Thermen-Vulkanland/Plan-your-holiday/Tour-portal"
  "sourcePathQuery" => "/en/Thermen-Vulkanland/Plan-your-holiday/Tour-portal?community=841597&page=3"
  "sourceEntireUri" => "https://stage.steiermark.com/en/Thermen-Vulkanland/Plan-your-holiday/Tour-portal?community=841597&page=3"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
8 0.14 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
9 0.15 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Tour-portal"
  "path" => "/steiermark.com/en/Thermen-Vulkanland/Plan-your-holiday/"
]
10 0.30 ms
SELECT id FROM sites ORDER BY (SELECT LENGTH(path) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]
11 0.17 ms
SELECT * FROM object_url_slugs WHERE slug = '/en/Thermen-Vulkanland/Plan-your-holiday/Tour-portal' AND (siteId = 6 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
12 0.10 ms
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
13 0.19 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  10921
]
14 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Region"
]
15 0.07 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinRegion"
]
16 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinCategory"
]
17 0.28 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  752
]
18 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:
[
  759
]
19 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:
[
  765
]
20 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "80"
]
21 14.24 ms
SELECT object_localized_AlpsteinTour_en.o_id as o_id, object_localized_AlpsteinTour_en.o_type as o_type FROM object_localized_AlpsteinTour_en WHERE ((name != '' AND name IS NOT NULL)  AND ((regions LIKE "%,239175,%"))  AND ((category LIKE "%,754,%" OR category LIKE "%,15464931,%" OR category LIKE "%,758,%" OR category LIKE "%,755,%" OR category LIKE "%,756,%" OR category LIKE "%,753,%" OR category LIKE "%,757,%" OR category LIKE "%,752,%" OR category LIKE "%,764,%" OR category LIKE "%,15464933,%" OR category LIKE "%,763,%" OR category LIKE "%,15464932,%" OR category LIKE "%,761,%" OR category LIKE "%,760,%" OR category LIKE "%,762,%" OR category LIKE "%,759,%" OR category LIKE "%,769,%" OR category LIKE "%,767,%" OR category LIKE "%,766,%" OR category LIKE "%,768,%" OR category LIKE "%,765,%"))  AND ((RADIANS(ACOS(SIN(RADIANS(startingPoint__latitude)) * SIN(RADIANS(46.7630666)) + COS(RADIANS(startingPoint__latitude)) * COS(RADIANS(46.7630666)) * COS(RADIANS(startingPoint__longitude - 15.9663352)) )) * 111.189577 * 3277.5) <= 10)  AND  object_localized_AlpsteinTour_en.o_type IN ('object','folder')) AND object_localized_AlpsteinTour_en.o_published = 1 LIMIT 16 OFFSET 32
Parameters:
[]
22 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinTour"
]
23 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  1430734
]
24 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:
[
  1430734
]
25 0.16 ms
SELECT * FROM object_store_AlpsteinTour WHERE oo_id = ?
Parameters:
[
  1430734
]
26 0.27 ms
SELECT * FROM object_localized_data_AlpsteinTour WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk','es')
Parameters:
[
  1430734
]
27 0.17 ms
SELECT * FROM object_relations_AlpsteinTour WHERE src_id = ?
Parameters:
[
  1430734
]
28 17.65 ms
SELECT COUNT(*) FROM object_localized_AlpsteinTour_en WHERE ((name != '' AND name IS NOT NULL)  AND ((regions LIKE "%,239175,%"))  AND ((category LIKE "%,754,%" OR category LIKE "%,15464931,%" OR category LIKE "%,758,%" OR category LIKE "%,755,%" OR category LIKE "%,756,%" OR category LIKE "%,753,%" OR category LIKE "%,757,%" OR category LIKE "%,752,%" OR category LIKE "%,764,%" OR category LIKE "%,15464933,%" OR category LIKE "%,763,%" OR category LIKE "%,15464932,%" OR category LIKE "%,761,%" OR category LIKE "%,760,%" OR category LIKE "%,762,%" OR category LIKE "%,759,%" OR category LIKE "%,769,%" OR category LIKE "%,767,%" OR category LIKE "%,766,%" OR category LIKE "%,768,%" OR category LIKE "%,765,%"))  AND ((RADIANS(ACOS(SIN(RADIANS(startingPoint__latitude)) * SIN(RADIANS(46.7630666)) + COS(RADIANS(startingPoint__latitude)) * COS(RADIANS(46.7630666)) * COS(RADIANS(startingPoint__longitude - 15.9663352)) )) * 111.189577 * 3277.5) <= 10)  AND  object_localized_AlpsteinTour_en.o_type IN ('object','folder')) AND object_localized_AlpsteinTour_en.o_published = 1
Parameters:
[]
29 0.13 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
30 0.12 ms
SELECT id FROM sites
Parameters:
[]
31 0.13 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  10921
]
32 0.21 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  1812
  10921
  10921
]
33 0.15 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  10921
  10921
]
34 0.12 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  1812
  1812
]
35 0.12 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Tour-portal"
  "path" => "/en/Thermen-Vulkanland/Plan-your-holiday/"
]
36 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Thermen-Vulkanland/Plan-your-holiday/Tour-portal"
]
37 0.08 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Tour-portal"
  "path" => "/en/Thermen-Vulkanland/Plan-your-holiday/"
]
38 0.07 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Thermen-Vulkanland/Plan-your-holiday/Tour-portal"
]
39 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/%"
  "/en/Thermen-Vulkanland/Plan-your-holiday/Tour-portal"
]
40 0.08 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Plan-your-holiday"
  "path" => "/en/Thermen-Vulkanland/"
]
41 0.10 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Thermen-Vulkanland/Plan-your-holiday"
]
42 0.12 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/en/Thermen-Vulkanland/Plan-your-holiday"
]
43 0.08 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Thermen-Vulkanland"
  "path" => "/en/"
]
44 0.07 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/Thermen-Vulkanland"
]
45 0.11 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/en/Thermen-Vulkanland"
]
46 0.08 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "en"
  "path" => "/"
]
47 0.07 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en"
]
48 0.11 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/en"
]
49 0.13 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/%"
  ""
]
50 0.08 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
51 0.10 ms
SELECT * FROM object_url_slugs WHERE slug = '/en/Thermen-Vulkanland/Plan-your-holiday/Tour-portal' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
52 0.11 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
53 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "1"
  "scope" => "pimcore_staticroutes"
]
54 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "2"
  "scope" => "pimcore_staticroutes"
]
55 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "3"
  "scope" => "pimcore_staticroutes"
]
56 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "4"
  "scope" => "pimcore_staticroutes"
]
57 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "5"
  "scope" => "pimcore_staticroutes"
]
58 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "6"
  "scope" => "pimcore_staticroutes"
]
59 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "7"
  "scope" => "pimcore_staticroutes"
]
60 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "8"
  "scope" => "pimcore_staticroutes"
]
61 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "9"
  "scope" => "pimcore_staticroutes"
]
62 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "10"
  "scope" => "pimcore_staticroutes"
]
63 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "11"
  "scope" => "pimcore_staticroutes"
]
64 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "12"
  "scope" => "pimcore_staticroutes"
]
65 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "13"
  "scope" => "pimcore_staticroutes"
]
66 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "15"
  "scope" => "pimcore_staticroutes"
]
67 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "16"
  "scope" => "pimcore_staticroutes"
]
68 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "17"
  "scope" => "pimcore_staticroutes"
]
69 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "18"
  "scope" => "pimcore_staticroutes"
]
70 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "19"
  "scope" => "pimcore_staticroutes"
]
71 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "20"
  "scope" => "pimcore_staticroutes"
]
72 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "21"
  "scope" => "pimcore_staticroutes"
]
73 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "22"
  "scope" => "pimcore_staticroutes"
]
74 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "23"
  "scope" => "pimcore_staticroutes"
]
75 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "24"
  "scope" => "pimcore_staticroutes"
]
76 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "25"
  "scope" => "pimcore_staticroutes"
]
77 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "26"
  "scope" => "pimcore_staticroutes"
]
78 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "27"
  "scope" => "pimcore_staticroutes"
]
79 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "28"
  "scope" => "pimcore_staticroutes"
]
80 0.09 ms
SELECT id FROM sites
Parameters:
[]
81 0.20 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 209143
]
82 0.11 ms
SELECT id FROM sites
Parameters:
[]
83 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "21"
]
84 0.13 ms
SELECT id FROM sites
Parameters:
[]
85 0.12 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinProperty"
]
86 0.36 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1430734,%"
]
87 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "tour-teaser"
  "scope" => "pimcore_image_thumbnails"
]
88 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 477553
]
89 0.11 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
90 0.54 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:
[
  1430734
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
91 0.11 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
92 0.14 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
93 0.63 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
94 0.50 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
95 0.13 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
96 0.48 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1580223,%"
]
97 0.26 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1280735
]
98 0.18 ms
SELECT o_id FROM objects WHERE o_id IN (235635,239175)
Parameters:
[]
99 0.45 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:
[
  1580223
  235635
  "regions"
  "object"
  ""
  "0"
  1
]
100 0.46 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:
[
  1580223
  239175
  "regions"
  "object"
  ""
  "0"
  2
]
101 0.16 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235635,239175);
Parameters:
[]
102 0.38 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235635,239175);
Parameters:
[]
103 0.62 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 ((alpsteinRegions like '%,235635,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
104 1.29 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235635,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
105 1.43 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235635,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
106 0.82 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1580243,%"
]
107 0.31 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 470135
]
108 0.16 ms
SELECT o_id FROM objects WHERE o_id IN (232031,232052,235626,235634,239175)
Parameters:
[]
109 0.34 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:
[
  1580243
  232031
  "regions"
  "object"
  ""
  "0"
  1
]
110 0.23 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:
[
  1580243
  232052
  "regions"
  "object"
  ""
  "0"
  2
]
111 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:
[
  1580243
  235626
  "regions"
  "object"
  ""
  "0"
  3
]
112 0.23 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:
[
  1580243
  235634
  "regions"
  "object"
  ""
  "0"
  4
]
113 0.32 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:
[
  1580243
  239175
  "regions"
  "object"
  ""
  "0"
  5
]
114 0.14 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232031,232052,235626,235634,239175);
Parameters:
[]
115 0.21 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232031,232052,235626,235634,239175);
Parameters:
[]
116 0.46 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 ((alpsteinRegions like '%,232031,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
117 0.88 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,232031,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
118 0.85 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,232031,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
119 0.44 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1580393,%"
]
120 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 557572
]
121 0.12 ms
SELECT o_id FROM objects WHERE o_id IN (235635,239175)
Parameters:
[]
122 0.33 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:
[
  1580393
  235635
  "regions"
  "object"
  ""
  "0"
  1
]
123 0.35 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:
[
  1580393
  239175
  "regions"
  "object"
  ""
  "0"
  2
]
124 0.12 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235635,239175);
Parameters:
[]
125 0.17 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235635,239175);
Parameters:
[]
126 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 ((alpsteinRegions like '%,235635,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
127 0.63 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235635,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
128 0.55 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235635,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
129 0.28 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1580404,%"
]
130 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 471571
]
131 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
132 0.38 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:
[
  1580404
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
133 0.07 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
134 0.07 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
135 0.35 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
136 0.27 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
137 0.27 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1580466,%"
]
138 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1077243
]
139 0.06 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
140 0.31 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:
[
  1580466
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
141 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
142 0.05 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
143 0.28 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
144 0.25 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
145 0.29 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1580521,%"
]
146 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 472563
]
147 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (235635,239175)
Parameters:
[]
148 0.21 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:
[
  1580521
  235635
  "regions"
  "object"
  ""
  "0"
  1
]
149 0.27 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:
[
  1580521
  239175
  "regions"
  "object"
  ""
  "0"
  2
]
150 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235635,239175);
Parameters:
[]
151 0.08 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235635,239175);
Parameters:
[]
152 0.27 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 ((alpsteinRegions like '%,235635,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
153 0.60 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235635,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
154 0.55 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235635,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
155 0.26 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1580644,%"
]
156 0.05 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
157 0.26 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:
[
  1580644
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
158 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
159 0.05 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
160 0.26 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
161 0.26 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
162 0.26 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1580655,%"
]
163 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 473851
]
164 0.06 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
165 0.26 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:
[
  1580655
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
166 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
167 0.07 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
168 0.34 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
169 0.31 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
170 0.25 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1580663,%"
]
171 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4283682
]
172 0.06 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
173 0.28 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:
[
  1580663
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
174 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
175 0.05 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
176 0.26 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
177 0.25 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
178 0.25 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,1580771,%"
]
179 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 474847
]
180 0.06 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
181 0.29 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:
[
  1580771
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
182 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
183 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
184 0.33 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
185 0.29 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
186 0.27 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,2300149,%"
]
187 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 455898
]
188 0.05 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
189 0.29 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:
[
  2300149
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
190 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
191 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
192 0.33 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
193 0.31 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
194 0.27 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,2300556,%"
]
195 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 456156
]
196 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
197 0.29 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:
[
  2300556
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
198 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
199 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
200 0.31 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
201 0.25 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
202 0.25 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,2301016,%"
]
203 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 456420
]
204 0.06 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
205 0.28 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:
[
  2301016
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
206 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
207 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
208 0.33 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
209 0.31 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 ((alpsteinRegions like '%,239175,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
210 0.25 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,2305437,%"
]
211 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 459839
]
212 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (235635,239175)
Parameters:
[]
213 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:
[
  2305437
  235635
  "regions"
  "object"
  ""
  "0"
  1
]
214 0.25 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:
[
  2305437
  239175
  "regions"
  "object"
  ""
  "0"
  2
]
215 0.08 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235635,239175);
Parameters:
[]
216 0.08 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235635,239175);
Parameters:
[]
217 0.27 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 ((alpsteinRegions like '%,235635,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
218 0.59 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235635,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
219 0.54 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235635,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
220 0.26 ms
SELECT object_localized_AlpsteinRoadblock_en.o_id as o_id, object_localized_AlpsteinRoadblock_en.o_type as o_type FROM object_localized_AlpsteinRoadblock_en WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_en.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_en.o_published = 1
Parameters:
[
  "tourId" => "%,2311456,%"
]
221 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 463299
]
222 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (235635,239175)
Parameters:
[]
223 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:
[
  2311456
  235635
  "regions"
  "object"
  ""
  "0"
  1
]
224 0.27 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:
[
  2311456
  239175
  "regions"
  "object"
  ""
  "0"
  2
]
225 0.08 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235635,239175);
Parameters:
[]
226 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235635,239175);
Parameters:
[]
227 0.33 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 ((alpsteinRegions like '%,235635,%')  AND  object_localized_Region_en.o_type IN ('object','folder')) AND object_localized_Region_en.o_published = 1
Parameters:
[]
228 0.61 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235635,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
229 0.55 ms
SELECT object_localized_80_en.o_id as o_id, object_localized_80_en.o_type as o_type FROM object_localized_80_en WHERE ((alpsteinObjects like '%,235635,%')  AND  object_localized_80_en.o_type IN ('object','folder')) AND object_localized_80_en.o_published = 1
Parameters:
[]
230 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  32
]
231 0.06 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "WeatherStation"
]
232 0.19 ms
SELECT * FROM object_collection_WeatherStationDataSet_WeatherStation WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  275
  "weatherData"
]
233 0.36 ms
SELECT * FROM object_collection_WeatherStationDataSet_localized_WeatherStation WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk','es') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  275
  "weatherData"
  0
]
234 0.31 ms
SELECT * FROM object_collection_WeatherStationDataSet_localized_WeatherStation WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk','es') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  275
  "weatherData"
  1
]
235 0.30 ms
SELECT * FROM object_collection_WeatherStationDataSet_localized_WeatherStation WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk','es') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  275
  "weatherData"
  2
]
236 0.30 ms
SELECT * FROM object_collection_WeatherStationDataSet_localized_WeatherStation WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk','es') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  275
  "weatherData"
  3
]
237 0.30 ms
SELECT * FROM object_collection_WeatherStationDataSet_localized_WeatherStation WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk','es') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  275
  "weatherData"
  4
]
238 0.30 ms
SELECT * FROM object_collection_WeatherStationDataSet_localized_WeatherStation WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk','es') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  275
  "weatherData"
  5
]
239 0.30 ms
SELECT * FROM object_collection_WeatherStationDataSet_localized_WeatherStation WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk','es') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  275
  "weatherData"
  6
]
240 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "region-slide-bg"
  "scope" => "pimcore_image_thumbnails"
]
241 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 225641
]
242 0.18 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  10905
]
243 0.13 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "footer-logo"
  "scope" => "pimcore_image_thumbnails"
]
244 0.18 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3189171
]
245 158.80 ms
SELECT name FROM properties WHERE ctype = "document" AND name LIKE "json-ld-%" GROUP BY name
Parameters:
[]
246 0.34 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 679753
]
247 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "region-slide-bg--xs"
  "scope" => "pimcore_image_thumbnails"
]
248 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "region-slide-map"
  "scope" => "pimcore_image_thumbnails"
]
249 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4290106
]
250 0.13 ms
SELECT * FROM object_url_slugs WHERE slug = '/steiermark.com//en/Thermen-Vulkanland/Plan-your-holiday/Tour-portal' 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.