Query Metrics

315 Database Queries
72 Different statements
152.51 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.40 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "defaultSiteConfig"
  null
  null
]
2 0.11 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
3 0.28 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
4 0.31 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.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPortal"
]
7 0.50 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/Urlaub-planen/Tourenportal"
  "sourcePathQuery" => "/de/Urlaub-planen/Tourenportal?page=12"
  "sourceEntireUri" => "https://stage.steiermark.com/de/Urlaub-planen/Tourenportal?page=12"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
8 0.17 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
9 0.14 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Tourenportal"
  "path" => "/steiermark.com/de/Urlaub-planen/"
]
10 0.21 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Urlaub-planen/Tourenportal' 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.22 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  33
]
13 0.15 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogArticle"
]
14 38.10 ms
SELECT object_localized_AlpsteinTour_de.o_id as o_id, object_localized_AlpsteinTour_de.o_type as o_type FROM object_localized_AlpsteinTour_de WHERE ((name != '' AND name IS NOT NULL)  AND  object_localized_AlpsteinTour_de.o_type IN ('object','folder')) AND object_localized_AlpsteinTour_de.o_published = 1 ORDER BY opened DESC    LIMIT 16 OFFSET 176
Parameters:
[]
15 0.23 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinTour"
]
16 0.18 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  1430401
]
17 0.20 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:
[
  1430401
]
18 0.21 ms
SELECT * FROM object_store_AlpsteinTour WHERE oo_id = ?
Parameters:
[
  1430401
]
19 0.34 ms
SELECT * FROM object_localized_data_AlpsteinTour WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  1430401
]
20 0.30 ms
SELECT * FROM object_relations_AlpsteinTour WHERE src_id = ?
Parameters:
[
  1430401
]
21 33.82 ms
SELECT COUNT(*) FROM object_localized_AlpsteinTour_de WHERE ((name != '' AND name IS NOT NULL)  AND  object_localized_AlpsteinTour_de.o_type IN ('object','folder')) AND object_localized_AlpsteinTour_de.o_published = 1
Parameters:
[]
22 0.16 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
23 0.14 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Region"
]
24 0.12 ms
SELECT id FROM sites
Parameters:
[]
25 0.17 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  33
]
26 0.24 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  33
  33
  33
]
27 0.19 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  4072
  4072
]
28 0.16 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Tourenportal"
  "path" => "/de/Urlaub-planen/"
]
29 0.13 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Urlaub-planen/Tourenportal"
]
30 0.14 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Tourenportal"
  "path" => "/de/Urlaub-planen/"
]
31 0.16 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Urlaub-planen/Tourenportal"
]
32 0.27 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/Urlaub-planen/Tourenportal"
]
33 0.15 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Urlaub-planen"
  "path" => "/de/"
]
34 0.10 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Urlaub-planen"
]
35 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/%"
  "/de/Urlaub-planen"
]
36 0.09 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "de"
  "path" => "/"
]
37 0.10 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de"
]
38 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/%"
  "/de"
]
39 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/%"
  ""
]
40 0.09 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
41 0.11 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Urlaub-planen/Tourenportal' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
42 0.09 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
43 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "1"
  "scope" => "pimcore_staticroutes"
]
44 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "2"
  "scope" => "pimcore_staticroutes"
]
45 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "3"
  "scope" => "pimcore_staticroutes"
]
46 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "4"
  "scope" => "pimcore_staticroutes"
]
47 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "5"
  "scope" => "pimcore_staticroutes"
]
48 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "6"
  "scope" => "pimcore_staticroutes"
]
49 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "7"
  "scope" => "pimcore_staticroutes"
]
50 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "8"
  "scope" => "pimcore_staticroutes"
]
51 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "9"
  "scope" => "pimcore_staticroutes"
]
52 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "10"
  "scope" => "pimcore_staticroutes"
]
53 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "11"
  "scope" => "pimcore_staticroutes"
]
54 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "12"
  "scope" => "pimcore_staticroutes"
]
55 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "13"
  "scope" => "pimcore_staticroutes"
]
56 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "15"
  "scope" => "pimcore_staticroutes"
]
57 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "16"
  "scope" => "pimcore_staticroutes"
]
58 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "17"
  "scope" => "pimcore_staticroutes"
]
59 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "18"
  "scope" => "pimcore_staticroutes"
]
60 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "19"
  "scope" => "pimcore_staticroutes"
]
61 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "20"
  "scope" => "pimcore_staticroutes"
]
62 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "21"
  "scope" => "pimcore_staticroutes"
]
63 0.13 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "22"
  "scope" => "pimcore_staticroutes"
]
64 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "23"
  "scope" => "pimcore_staticroutes"
]
65 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "24"
  "scope" => "pimcore_staticroutes"
]
66 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "25"
  "scope" => "pimcore_staticroutes"
]
67 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "26"
  "scope" => "pimcore_staticroutes"
]
68 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "27"
  "scope" => "pimcore_staticroutes"
]
69 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "28"
  "scope" => "pimcore_staticroutes"
]
70 0.12 ms
SELECT id FROM sites
Parameters:
[]
71 0.22 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3189171
]
72 0.10 ms
SELECT id FROM sites
Parameters:
[]
73 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "21"
]
74 0.21 ms
SELECT id FROM sites
Parameters:
[]
75 0.27 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinProperty"
]
76 0.85 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430379,%"
]
77 0.17 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "tour-teaser"
  "scope" => "pimcore_image_thumbnails"
]
78 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 475042
]
79 0.08 ms
SELECT o_id FROM objects WHERE o_id IN (238987)
Parameters:
[]
80 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:
[
  1430379
  238987
  "regions"
  "object"
  ""
  "0"
  1
]
81 0.07 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (238987);
Parameters:
[]
82 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinRegion"
]
83 0.11 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (238987);
Parameters:
[]
84 0.50 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 '%,238987,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
85 0.37 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 '%,238987,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
86 0.11 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
87 0.48 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430401,%"
]
88 0.18 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 475177
]
89 0.15 ms
SELECT o_id FROM objects WHERE o_id IN (238941,238945,238996,48520412,48520419,48520421,48520422,48520424)
Parameters:
[]
90 0.42 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:
[
  1430401
  238941
  "regions"
  "object"
  ""
  "0"
  1
]
91 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:
[
  1430401
  238945
  "regions"
  "object"
  ""
  "0"
  2
]
92 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:
[
  1430401
  238996
  "regions"
  "object"
  ""
  "0"
  3
]
93 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:
[
  1430401
  48520412
  "regions"
  "object"
  ""
  "0"
  4
]
94 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:
[
  1430401
  48520419
  "regions"
  "object"
  ""
  "0"
  5
]
95 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:
[
  1430401
  48520421
  "regions"
  "object"
  ""
  "0"
  6
]
96 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:
[
  1430401
  48520422
  "regions"
  "object"
  ""
  "0"
  7
]
97 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:
[
  1430401
  48520424
  "regions"
  "object"
  ""
  "0"
  8
]
98 0.20 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (238941,238945,238996,48520412,48520419,48520421,48520422,48520424);
Parameters:
[]
99 0.25 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (238941,238945,238996,48520412,48520419,48520421,48520422,48520424);
Parameters:
[]
100 0.59 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 '%,238941,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
101 1.09 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 '%,238941,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
102 0.49 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430422,%"
]
103 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 475308
]
104 0.13 ms
SELECT o_id FROM objects WHERE o_id IN (231492,231494,231496,231499,231508,231512,231528)
Parameters:
[]
105 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:
[
  1430422
  231492
  "regions"
  "object"
  ""
  "0"
  1
]
106 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:
[
  1430422
  231494
  "regions"
  "object"
  ""
  "0"
  2
]
107 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:
[
  1430422
  231496
  "regions"
  "object"
  ""
  "0"
  3
]
108 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:
[
  1430422
  231499
  "regions"
  "object"
  ""
  "0"
  4
]
109 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:
[
  1430422
  231508
  "regions"
  "object"
  ""
  "0"
  5
]
110 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:
[
  1430422
  231512
  "regions"
  "object"
  ""
  "0"
  6
]
111 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:
[
  1430422
  231528
  "regions"
  "object"
  ""
  "0"
  7
]
112 0.19 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (231492,231494,231496,231499,231508,231512,231528);
Parameters:
[]
113 0.20 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (231492,231494,231496,231499,231508,231512,231528);
Parameters:
[]
114 0.60 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 '%,231492,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
115 1.60 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 '%,231492,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
116 0.72 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430441,%"
]
117 0.17 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5828398
]
118 0.15 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
119 0.61 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:
[
  1430441
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
120 0.13 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
121 0.19 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
122 0.81 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 '%,239175,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
123 0.68 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 '%,239175,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
124 0.69 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430458,%"
]
125 0.21 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 475519
]
126 0.22 ms
SELECT o_id FROM objects WHERE o_id IN (238941,238945,238996,48520412,48520419,48520421,48520422,48520424)
Parameters:
[]
127 0.52 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:
[
  1430458
  238941
  "regions"
  "object"
  ""
  "0"
  1
]
128 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:
[
  1430458
  238945
  "regions"
  "object"
  ""
  "0"
  2
]
129 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:
[
  1430458
  238996
  "regions"
  "object"
  ""
  "0"
  3
]
130 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:
[
  1430458
  48520412
  "regions"
  "object"
  ""
  "0"
  4
]
131 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:
[
  1430458
  48520419
  "regions"
  "object"
  ""
  "0"
  5
]
132 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:
[
  1430458
  48520421
  "regions"
  "object"
  ""
  "0"
  6
]
133 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:
[
  1430458
  48520422
  "regions"
  "object"
  ""
  "0"
  7
]
134 0.50 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:
[
  1430458
  48520424
  "regions"
  "object"
  ""
  "0"
  8
]
135 0.30 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (238941,238945,238996,48520412,48520419,48520421,48520422,48520424);
Parameters:
[]
136 0.32 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (238941,238945,238996,48520412,48520419,48520421,48520422,48520424);
Parameters:
[]
137 0.76 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 '%,238941,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
138 1.65 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 '%,238941,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
139 0.69 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430478,%"
]
140 0.20 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 475657
]
141 0.21 ms
SELECT o_id FROM objects WHERE o_id IN (238941,238945,238996,48520412,48520419,48520421,48520422,48520424)
Parameters:
[]
142 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:
[
  1430478
  238941
  "regions"
  "object"
  ""
  "0"
  1
]
143 0.49 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:
[
  1430478
  238945
  "regions"
  "object"
  ""
  "0"
  2
]
144 0.48 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:
[
  1430478
  238996
  "regions"
  "object"
  ""
  "0"
  3
]
145 0.47 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:
[
  1430478
  48520412
  "regions"
  "object"
  ""
  "0"
  4
]
146 0.48 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:
[
  1430478
  48520419
  "regions"
  "object"
  ""
  "0"
  5
]
147 0.48 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:
[
  1430478
  48520421
  "regions"
  "object"
  ""
  "0"
  6
]
148 0.48 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:
[
  1430478
  48520422
  "regions"
  "object"
  ""
  "0"
  7
]
149 0.48 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:
[
  1430478
  48520424
  "regions"
  "object"
  ""
  "0"
  8
]
150 0.30 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (238941,238945,238996,48520412,48520419,48520421,48520422,48520424);
Parameters:
[]
151 0.32 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (238941,238945,238996,48520412,48520419,48520421,48520422,48520424);
Parameters:
[]
152 0.48 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((alpsteinRegions like '%,238941,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
153 0.84 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 '%,238941,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
154 0.54 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430496,%"
]
155 0.18 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 475809
]
156 0.10 ms
SELECT o_id FROM objects WHERE o_id IN (233960,238987)
Parameters:
[]
157 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:
[
  1430496
  233960
  "regions"
  "object"
  ""
  "0"
  1
]
158 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:
[
  1430496
  238987
  "regions"
  "object"
  ""
  "0"
  2
]
159 0.13 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (233960,238987);
Parameters:
[]
160 0.20 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (233960,238987);
Parameters:
[]
161 0.46 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 '%,233960,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
162 0.85 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 '%,233960,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
163 0.78 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 '%,233960,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
164 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "80"
]
165 0.53 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430532,%"
]
166 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4936995
]
167 0.19 ms
SELECT o_id FROM objects WHERE o_id IN (234470,234487,234490,234520,238842,238881,238907,238910)
Parameters:
[]
168 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:
[
  1430532
  234470
  "regions"
  "object"
  ""
  "0"
  1
]
169 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:
[
  1430532
  234487
  "regions"
  "object"
  ""
  "0"
  2
]
170 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:
[
  1430532
  234490
  "regions"
  "object"
  ""
  "0"
  3
]
171 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:
[
  1430532
  234520
  "regions"
  "object"
  ""
  "0"
  4
]
172 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:
[
  1430532
  238842
  "regions"
  "object"
  ""
  "0"
  5
]
173 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:
[
  1430532
  238881
  "regions"
  "object"
  ""
  "0"
  6
]
174 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:
[
  1430532
  238907
  "regions"
  "object"
  ""
  "0"
  7
]
175 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:
[
  1430532
  238910
  "regions"
  "object"
  ""
  "0"
  8
]
176 0.12 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234470,234487,234490,234520,238842,238881,238907,238910);
Parameters:
[]
177 0.20 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234470,234487,234490,234520,238842,238881,238907,238910);
Parameters:
[]
178 0.39 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 '%,234470,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
179 0.31 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 '%,234470,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
180 0.40 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430548,%"
]
181 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 476267
]
182 0.09 ms
SELECT o_id FROM objects WHERE o_id IN (234469,239125,239150)
Parameters:
[]
183 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:
[
  1430548
  234469
  "regions"
  "object"
  ""
  "0"
  1
]
184 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:
[
  1430548
  239125
  "regions"
  "object"
  ""
  "0"
  2
]
185 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:
[
  1430548
  239150
  "regions"
  "object"
  ""
  "0"
  3
]
186 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234469,239125,239150);
Parameters:
[]
187 0.09 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234469,239125,239150);
Parameters:
[]
188 0.35 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 '%,234469,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
189 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 '%,234469,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
190 0.33 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430566,%"
]
191 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4091786
]
192 0.12 ms
SELECT o_id FROM objects WHERE o_id IN (236751,236752,236754,236755,236756,236757,236758,236759,236760,236761,236762,236763,236764,236765,236766,11173867)
Parameters:
[]
193 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:
[
  1430566
  236751
  "regions"
  "object"
  ""
  "0"
  1
]
194 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:
[
  1430566
  236752
  "regions"
  "object"
  ""
  "0"
  2
]
195 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:
[
  1430566
  236754
  "regions"
  "object"
  ""
  "0"
  3
]
196 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:
[
  1430566
  236755
  "regions"
  "object"
  ""
  "0"
  4
]
197 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:
[
  1430566
  236756
  "regions"
  "object"
  ""
  "0"
  5
]
198 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:
[
  1430566
  236757
  "regions"
  "object"
  ""
  "0"
  6
]
199 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:
[
  1430566
  236758
  "regions"
  "object"
  ""
  "0"
  7
]
200 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:
[
  1430566
  236759
  "regions"
  "object"
  ""
  "0"
  8
]
201 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:
[
  1430566
  236760
  "regions"
  "object"
  ""
  "0"
  9
]
202 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:
[
  1430566
  236761
  "regions"
  "object"
  ""
  "0"
  10
]
203 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:
[
  1430566
  236762
  "regions"
  "object"
  ""
  "0"
  11
]
204 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:
[
  1430566
  236763
  "regions"
  "object"
  ""
  "0"
  12
]
205 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:
[
  1430566
  236764
  "regions"
  "object"
  ""
  "0"
  13
]
206 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:
[
  1430566
  236765
  "regions"
  "object"
  ""
  "0"
  14
]
207 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:
[
  1430566
  236766
  "regions"
  "object"
  ""
  "0"
  15
]
208 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:
[
  1430566
  11173867
  "regions"
  "object"
  ""
  "0"
  16
]
209 0.17 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (236751,236752,236754,236755,236756,236757,236758,236759,236760,236761,236762,236763,236764,236765,236766,11173867);
Parameters:
[]
210 0.17 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (236751,236752,236754,236755,236756,236757,236758,236759,236760,236761,236762,236763,236764,236765,236766,11173867);
Parameters:
[]
211 0.38 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 '%,236751,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
212 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 '%,236751,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
213 0.34 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430600,%"
]
214 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 476612
]
215 0.11 ms
SELECT o_id FROM objects WHERE o_id IN (235059,235067,235068,238941,238945,238996,48520412,48520419,48520421,48520422,48520424)
Parameters:
[]
216 0.24 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:
[
  1430600
  235059
  "regions"
  "object"
  ""
  "0"
  1
]
217 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:
[
  1430600
  235067
  "regions"
  "object"
  ""
  "0"
  2
]
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:
[
  1430600
  235068
  "regions"
  "object"
  ""
  "0"
  3
]
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:
[
  1430600
  238941
  "regions"
  "object"
  ""
  "0"
  4
]
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:
[
  1430600
  238945
  "regions"
  "object"
  ""
  "0"
  5
]
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:
[
  1430600
  238996
  "regions"
  "object"
  ""
  "0"
  6
]
222 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:
[
  1430600
  48520412
  "regions"
  "object"
  ""
  "0"
  7
]
223 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:
[
  1430600
  48520419
  "regions"
  "object"
  ""
  "0"
  8
]
224 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:
[
  1430600
  48520421
  "regions"
  "object"
  ""
  "0"
  9
]
225 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:
[
  1430600
  48520422
  "regions"
  "object"
  ""
  "0"
  10
]
226 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:
[
  1430600
  48520424
  "regions"
  "object"
  ""
  "0"
  11
]
227 0.14 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235059,235067,235068,238941,238945,238996,48520412,48520419,48520421,48520422,48520424);
Parameters:
[]
228 0.14 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (235059,235067,235068,238941,238945,238996,48520412,48520419,48520421,48520422,48520424);
Parameters:
[]
229 0.35 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 '%,235059,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
230 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 '%,235059,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
231 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 '%,235059,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
232 0.49 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430619,%"
]
233 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 476730
]
234 0.11 ms
SELECT o_id FROM objects WHERE o_id IN (238418,238428,232295,238912)
Parameters:
[]
235 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:
[
  1430619
  238418
  "regions"
  "object"
  ""
  "0"
  1
]
236 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:
[
  1430619
  238428
  "regions"
  "object"
  ""
  "0"
  2
]
237 0.42 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:
[
  1430619
  232295
  "regions"
  "object"
  ""
  "0"
  3
]
238 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:
[
  1430619
  238912
  "regions"
  "object"
  ""
  "0"
  4
]
239 0.24 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (238418,238428,232295,238912);
Parameters:
[]
240 0.23 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (238418,238428,232295,238912);
Parameters:
[]
241 0.37 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 '%,238418,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
242 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 '%,238418,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
243 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 '%,238418,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
244 0.55 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430680,%"
]
245 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4059713
]
246 0.12 ms
SELECT o_id FROM objects WHERE o_id IN (236751,236752,236754,236755,236756,236757,236758,236759,236760,236761,236762,236763,236764,236765,236766,11173867)
Parameters:
[]
247 0.24 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:
[
  1430680
  236751
  "regions"
  "object"
  ""
  "0"
  1
]
248 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:
[
  1430680
  236752
  "regions"
  "object"
  ""
  "0"
  2
]
249 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:
[
  1430680
  236754
  "regions"
  "object"
  ""
  "0"
  3
]
250 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:
[
  1430680
  236755
  "regions"
  "object"
  ""
  "0"
  4
]
251 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:
[
  1430680
  236756
  "regions"
  "object"
  ""
  "0"
  5
]
252 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:
[
  1430680
  236757
  "regions"
  "object"
  ""
  "0"
  6
]
253 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:
[
  1430680
  236758
  "regions"
  "object"
  ""
  "0"
  7
]
254 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:
[
  1430680
  236759
  "regions"
  "object"
  ""
  "0"
  8
]
255 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:
[
  1430680
  236760
  "regions"
  "object"
  ""
  "0"
  9
]
256 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:
[
  1430680
  236761
  "regions"
  "object"
  ""
  "0"
  10
]
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:
[
  1430680
  236762
  "regions"
  "object"
  ""
  "0"
  11
]
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:
[
  1430680
  236763
  "regions"
  "object"
  ""
  "0"
  12
]
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:
[
  1430680
  236764
  "regions"
  "object"
  ""
  "0"
  13
]
260 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:
[
  1430680
  236765
  "regions"
  "object"
  ""
  "0"
  14
]
261 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:
[
  1430680
  236766
  "regions"
  "object"
  ""
  "0"
  15
]
262 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:
[
  1430680
  11173867
  "regions"
  "object"
  ""
  "0"
  16
]
263 0.17 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (236751,236752,236754,236755,236756,236757,236758,236759,236760,236761,236762,236763,236764,236765,236766,11173867);
Parameters:
[]
264 0.17 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (236751,236752,236754,236755,236756,236757,236758,236759,236760,236761,236762,236763,236764,236765,236766,11173867);
Parameters:
[]
265 0.36 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 '%,236751,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
266 0.58 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 '%,236751,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
267 0.33 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430697,%"
]
268 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 477260
]
269 0.07 ms
SELECT o_id FROM objects WHERE o_id IN (239175)
Parameters:
[]
270 0.24 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:
[
  1430697
  239175
  "regions"
  "object"
  ""
  "0"
  1
]
271 0.05 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
272 0.06 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (239175);
Parameters:
[]
273 0.37 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 '%,239175,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
274 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 '%,239175,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
275 0.32 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430715,%"
]
276 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 477372
]
277 0.09 ms
SELECT o_id FROM objects WHERE o_id IN (232295,238912)
Parameters:
[]
278 0.24 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:
[
  1430715
  232295
  "regions"
  "object"
  ""
  "0"
  1
]
279 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:
[
  1430715
  238912
  "regions"
  "object"
  ""
  "0"
  2
]
280 0.08 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232295,238912);
Parameters:
[]
281 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232295,238912);
Parameters:
[]
282 0.35 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 '%,232295,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
283 0.58 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 '%,232295,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
284 0.47 ms
SELECT object_localized_AlpsteinRoadblock_de.o_id as o_id, object_localized_AlpsteinRoadblock_de.o_type as o_type FROM object_localized_AlpsteinRoadblock_de WHERE ((affectedTourObject LIKE :tourId)  AND  object_localized_AlpsteinRoadblock_de.o_type IN ('object','folder')) AND object_localized_AlpsteinRoadblock_de.o_published = 1
Parameters:
[
  "tourId" => "%,1430733,%"
]
285 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinRoadblock"
]
286 0.10 ms
SELECT o_id FROM objects WHERE o_id IN (1430601,1430671,1430733,853707,324550,1430777)
Parameters:
[]
287 0.19 ms
SELECT * FROM object_metadata_AlpsteinRoadblock WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  52062919
  1430601
  "affectedTourObject"
  "object"
  ""
  "0"
  1
]
288 0.15 ms
SELECT * FROM object_metadata_AlpsteinRoadblock WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  52062919
  1430671
  "affectedTourObject"
  "object"
  ""
  "0"
  2
]
289 0.14 ms
SELECT * FROM object_metadata_AlpsteinRoadblock WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  52062919
  1430733
  "affectedTourObject"
  "object"
  ""
  "0"
  3
]
290 0.15 ms
SELECT * FROM object_metadata_AlpsteinRoadblock WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  52062919
  853707
  "affectedTourObject"
  "object"
  ""
  "0"
  4
]
291 0.14 ms
SELECT * FROM object_metadata_AlpsteinRoadblock WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  52062919
  324550
  "affectedTourObject"
  "object"
  ""
  "0"
  5
]
292 0.14 ms
SELECT * FROM object_metadata_AlpsteinRoadblock WHERE o_id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ?  AND (type = 'object' or type = '')
Parameters:
[
  52062919
  1430777
  "affectedTourObject"
  "object"
  ""
  "0"
  6
]
293 0.11 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (1430601,1430671,1430733,853707,324550,1430777);
Parameters:
[]
294 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 477535
]
295 0.10 ms
SELECT o_id FROM objects WHERE o_id IN (234469,239125,239150)
Parameters:
[]
296 0.24 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:
[
  1430733
  234469
  "regions"
  "object"
  ""
  "0"
  1
]
297 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:
[
  1430733
  239125
  "regions"
  "object"
  ""
  "0"
  2
]
298 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:
[
  1430733
  239150
  "regions"
  "object"
  ""
  "0"
  3
]
299 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234469,239125,239150);
Parameters:
[]
300 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (234469,239125,239150);
Parameters:
[]
301 0.37 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 '%,234469,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
302 0.61 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 '%,234469,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
303 0.26 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
304 0.13 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "content-teaser--square"
  "scope" => "pimcore_image_thumbnails"
]
305 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 265803
]
306 0.27 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1322
]
307 0.13 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "simple-text-teaser--wide"
  "scope" => "pimcore_image_thumbnails"
]
308 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 255245
]
309 0.20 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "content-teaser--landscape"
  "scope" => "pimcore_image_thumbnails"
]
310 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 265740
]
311 0.27 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 250661
]
312 0.31 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  24544
]
313 0.12 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "simple-text-teaser"
  "scope" => "pimcore_image_thumbnails"
]
314 0.16 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 486927
]
315 0.42 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1306590
]

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.