Query Metrics

280 Database Queries
46 Different statements
55.34 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.35 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.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
4 0.24 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "mainBlogPortal"
  null
  null
]
5 0.07 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  8
]
6 0.06 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPortal"
]
7 0.53 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/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/Wandern-Norden"
  "sourcePathQuery" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/Wandern-Norden"
  "sourceEntireUri" => "https://stage.steiermark.com/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/Wandern-Norden"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
8 0.12 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
9 0.11 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Wandern-Norden"
  "path" => "/steiermark.com/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/"
]
10 0.15 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/Wandern-Norden' AND (siteId = 6 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
11 0.12 ms
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
12 0.23 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
13 0.18 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Region"
]
14 0.20 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  29094
]
15 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinTour"
]
16 0.20 ms
SELECT id FROM sites
Parameters:
[]
17 0.19 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  29094
]
18 0.16 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  29094
  29094
  29094
]
19 0.13 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Wandern-Norden"
  "path" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/"
]
20 0.09 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/Wandern-Norden"
]
21 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Wandern-Norden"
  "path" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/"
]
22 0.07 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/Wandern-Norden"
]
23 0.15 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/Wandern-Norden"
]
24 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Wandern"
  "path" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/"
]
25 0.07 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern"
]
26 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/%"
  "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern"
]
27 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Aktiv-in-Stadtnaehe"
  "path" => "/de/Region-Graz/Region/"
]
28 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz/Region/Aktiv-in-Stadtnaehe"
]
29 0.10 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/Region-Graz/Region/Aktiv-in-Stadtnaehe"
]
30 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Region"
  "path" => "/de/Region-Graz/"
]
31 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz/Region"
]
32 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/%"
  "/de/Region-Graz/Region"
]
33 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Region-Graz"
  "path" => "/de/"
]
34 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Region-Graz"
]
35 0.10 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/Region-Graz"
]
36 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "de"
  "path" => "/"
]
37 0.07 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de"
]
38 0.10 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.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/%"
  ""
]
40 0.09 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
41 0.09 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Region-Graz/Region/Aktiv-in-Stadtnaehe/Wandern/Wandern-Norden' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
42 0.07 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
43 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "1"
  "scope" => "pimcore_staticroutes"
]
44 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "2"
  "scope" => "pimcore_staticroutes"
]
45 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "3"
  "scope" => "pimcore_staticroutes"
]
46 0.06 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.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "6"
  "scope" => "pimcore_staticroutes"
]
49 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "7"
  "scope" => "pimcore_staticroutes"
]
50 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "8"
  "scope" => "pimcore_staticroutes"
]
51 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "9"
  "scope" => "pimcore_staticroutes"
]
52 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "10"
  "scope" => "pimcore_staticroutes"
]
53 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "11"
  "scope" => "pimcore_staticroutes"
]
54 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "12"
  "scope" => "pimcore_staticroutes"
]
55 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "13"
  "scope" => "pimcore_staticroutes"
]
56 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "15"
  "scope" => "pimcore_staticroutes"
]
57 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "16"
  "scope" => "pimcore_staticroutes"
]
58 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "17"
  "scope" => "pimcore_staticroutes"
]
59 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "18"
  "scope" => "pimcore_staticroutes"
]
60 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "19"
  "scope" => "pimcore_staticroutes"
]
61 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "20"
  "scope" => "pimcore_staticroutes"
]
62 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "21"
  "scope" => "pimcore_staticroutes"
]
63 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "22"
  "scope" => "pimcore_staticroutes"
]
64 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "23"
  "scope" => "pimcore_staticroutes"
]
65 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "24"
  "scope" => "pimcore_staticroutes"
]
66 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "25"
  "scope" => "pimcore_staticroutes"
]
67 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "26"
  "scope" => "pimcore_staticroutes"
]
68 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "27"
  "scope" => "pimcore_staticroutes"
]
69 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "28"
  "scope" => "pimcore_staticroutes"
]
70 0.08 ms
SELECT id FROM sites
Parameters:
[]
71 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1058282
]
72 0.07 ms
SELECT id FROM sites
Parameters:
[]
73 0.07 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "21"
]
74 0.30 ms
SELECT id FROM sites
Parameters:
[]
75 0.13 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "MediaCopyright"
]
76 0.17 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5694370
]
77 0.34 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5694388
]
78 0.12 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5694388
]
79 0.10 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5694388
]
80 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5694388
]
81 0.26 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5694381
]
82 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5694381
]
83 0.10 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5694381
]
84 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5694381
]
85 0.10 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5694391
]
86 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5694391
]
87 0.09 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5694391
]
88 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5694391
]
89 0.28 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5694393
]
90 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5694393
]
91 0.10 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5694393
]
92 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5694393
]
93 0.09 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5694399
]
94 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5694399
]
95 0.10 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5694399
]
96 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5694399
]
97 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "gallery-item"
  "scope" => "pimcore_image_thumbnails"
]
98 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5694388
]
99 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5694381
]
100 0.21 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5694391
]
101 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5694393
]
102 0.19 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5694399
]
103 0.25 ms
SELECT documents.*, tree_locks.locked FROM documents
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  29275
]
104 0.11 ms
SELECT documents.*, tree_locks.locked FROM documents
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  29275
]
105 0.09 ms
SELECT documents.*, tree_locks.locked FROM documents
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  23987
]
106 0.08 ms
SELECT documents.*, tree_locks.locked FROM documents
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  23987
]
107 0.09 ms
SELECT documents.*, tree_locks.locked FROM documents
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  32156
]
108 0.08 ms
SELECT documents.*, tree_locks.locked FROM documents
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  32156
]
109 0.34 ms
SELECT * FROM properties WHERE ((cid IN (1,29275,23987,32156,1351,1350,55,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  29277
]
110 0.37 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  29277
]
111 0.12 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser"
  "scope" => "pimcore_image_thumbnails"
]
112 0.26 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2210349
]
113 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_7cedc9b30c7814a607a93d1287aa9bd9"
  "scope" => "pimcore_image_thumbnails"
]
114 0.09 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_2210349__528fe1146b457cc563a2a2eb48c50a15"
]
115 0.28 ms
DELETE FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_2210349__528fe1146b457cc563a2a2eb48c50a15"
]
116 0.51 ms
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'steiermark' AND TABLE_NAME = 'tmp_store' ORDER BY ORDINAL_POSITION ASC
Parameters:
[]
117 0.19 ms
SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tmp_store' */ WHERE k.table_name = 'tmp_store' AND k.table_schema = 'steiermark' /*!50116 AND c.constraint_schema = 'steiermark' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL
Parameters:
[]
118 0.11 ms
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tmp_store' AND TABLE_SCHEMA = 'steiermark' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[]
119 0.12 ms
SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS
FROM information_schema.TABLES
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'tmp_store'
Parameters:
[]
120 0.34 ms
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[
  ":col0" => "thumb_2210349__528fe1146b457cc563a2a2eb48c50a15"
  ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:54.600000000000001;s:6:"height";d:102.4024024024024;s:1:"y";i:0;s:1:"x";d:45.399999999999999;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:210;s:6:"height";i:269;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}s:9:"\x00*\x00medias";a:1:{s:18:"(max-width: 767px)";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:54.600000000000001;s:6:"height";d:102.4024024024024;s:1:"y";i:0;s:1:"x";d:45.399999999999999;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:128;s:6:"height";i:164;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}}s:7:"\x00*\x00name";s:48:"img-teaser_auto_7cedc9b30c7814a607a93d1287aa9bd9";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:85;s:17:"\x00*\x00highResolution";d:0;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";i:1632981769;s:15:"\x00*\x00creationDate";i:1596115741;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}"
  ":col2" => "thumbnail_deferred"
  ":col3" => 1732951033
  ":col4" => 1733555833
  ":col5" => 1
]
121 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_7cedc9b30c7814a607a93d1287aa9bd9"
  "scope" => "pimcore_image_thumbnails"
]
122 0.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_2210349__528fe1146b457cc563a2a2eb48c50a15"
]
123 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_7cedc9b30c7814a607a93d1287aa9bd9"
  "scope" => "pimcore_image_thumbnails"
]
124 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_2210349__61116d09bc9398374e8dbdab8ebc4749"
]
125 0.16 ms
DELETE FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_2210349__61116d09bc9398374e8dbdab8ebc4749"
]
126 0.23 ms
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[
  ":col0" => "thumb_2210349__61116d09bc9398374e8dbdab8ebc4749"
  ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:54.600000000000001;s:6:"height";d:102.4024024024024;s:1:"y";i:0;s:1:"x";d:45.399999999999999;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:210;s:6:"height";i:269;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}s:9:"\x00*\x00medias";a:1:{s:18:"(max-width: 767px)";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:54.600000000000001;s:6:"height";d:102.4024024024024;s:1:"y";i:0;s:1:"x";d:45.399999999999999;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:128;s:6:"height";i:164;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}}s:7:"\x00*\x00name";s:48:"img-teaser_auto_7cedc9b30c7814a607a93d1287aa9bd9";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:85;s:17:"\x00*\x00highResolution";d:2;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";i:1632981769;s:15:"\x00*\x00creationDate";i:1596115741;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}"
  ":col2" => "thumbnail_deferred"
  ":col3" => 1732951033
  ":col4" => 1733555833
  ":col5" => 1
]
127 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_7cedc9b30c7814a607a93d1287aa9bd9"
  "scope" => "pimcore_image_thumbnails"
]
128 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_2210349__528fe1146b457cc563a2a2eb48c50a15"
]
129 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_7cedc9b30c7814a607a93d1287aa9bd9"
  "scope" => "pimcore_image_thumbnails"
]
130 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_2210349__528fe1146b457cc563a2a2eb48c50a15"
]
131 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_7cedc9b30c7814a607a93d1287aa9bd9"
  "scope" => "pimcore_image_thumbnails"
]
132 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_2210349__528fe1146b457cc563a2a2eb48c50a15"
]
133 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_7cedc9b30c7814a607a93d1287aa9bd9"
  "scope" => "pimcore_image_thumbnails"
]
134 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_2210349__61116d09bc9398374e8dbdab8ebc4749"
]
135 0.11 ms
SELECT o_id FROM objects WHERE o_id IN (232308,232295,238912)
Parameters:
[]
136 0.30 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:
[
  1430904
  232308
  "regions"
  "object"
  ""
  "0"
  1
]
137 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:
[
  1430904
  232295
  "regions"
  "object"
  ""
  "0"
  2
]
138 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:
[
  1430904
  238912
  "regions"
  "object"
  ""
  "0"
  3
]
139 0.11 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232308,232295,238912);
Parameters:
[]
140 0.07 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AlpsteinRegion"
]
141 0.49 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((alpsteinRegions like '%,232308,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
142 0.86 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 '%,232308,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
143 0.77 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 '%,232308,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
144 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "80"
]
145 0.10 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
146 0.50 ms
SELECT * FROM properties WHERE ((cid IN (1,29275,23987,32156,1351,1350,55,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  29267
]
147 0.12 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  29267
]
148 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1044833
]
149 0.14 ms
SELECT o_id FROM objects WHERE o_id IN (232305,232333,232338,232295,238912)
Parameters:
[]
150 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:
[
  13895220
  232305
  "regions"
  "object"
  ""
  "0"
  1
]
151 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:
[
  13895220
  232333
  "regions"
  "object"
  ""
  "0"
  2
]
152 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:
[
  13895220
  232338
  "regions"
  "object"
  ""
  "0"
  3
]
153 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:
[
  13895220
  232295
  "regions"
  "object"
  ""
  "0"
  4
]
154 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:
[
  13895220
  238912
  "regions"
  "object"
  ""
  "0"
  5
]
155 0.13 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232305,232333,232338,232295,238912);
Parameters:
[]
156 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 '%,232305,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
157 0.86 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 '%,232305,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
158 0.75 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 '%,232305,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
159 0.50 ms
SELECT * FROM properties WHERE ((cid IN (1,29275,23987,32156,1351,1350,55,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  29268
]
160 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  29268
]
161 0.14 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  2210303
]
162 0.11 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  2210303
]
163 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2210303
]
164 0.15 ms
SELECT o_id FROM objects WHERE o_id IN (232305,232333,232338,232295,238912)
Parameters:
[]
165 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:
[
  18048025
  232305
  "regions"
  "object"
  ""
  "0"
  1
]
166 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:
[
  18048025
  232333
  "regions"
  "object"
  ""
  "0"
  2
]
167 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:
[
  18048025
  232338
  "regions"
  "object"
  ""
  "0"
  3
]
168 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:
[
  18048025
  232295
  "regions"
  "object"
  ""
  "0"
  4
]
169 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:
[
  18048025
  238912
  "regions"
  "object"
  ""
  "0"
  5
]
170 0.13 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232305,232333,232338,232295,238912);
Parameters:
[]
171 0.45 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 '%,232305,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
172 0.87 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 '%,232305,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
173 0.76 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 '%,232305,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
174 0.46 ms
SELECT * FROM properties WHERE ((cid IN (1,29275,23987,32156,1351,1350,55,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  29269
]
175 0.15 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  29269
]
176 0.15 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  2210344
]
177 0.10 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  2210344
]
178 0.31 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2210344
]
179 0.15 ms
SELECT o_id FROM objects WHERE o_id IN (232295,238912)
Parameters:
[]
180 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:
[
  3917034
  232295
  "regions"
  "object"
  ""
  "0"
  1
]
181 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:
[
  3917034
  238912
  "regions"
  "object"
  ""
  "0"
  2
]
182 0.11 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232295,238912);
Parameters:
[]
183 0.08 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232295,238912);
Parameters:
[]
184 0.43 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((alpsteinRegions like '%,232295,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
185 0.79 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:
[]
186 0.57 ms
SELECT * FROM properties WHERE ((cid IN (1,29275,23987,32156,1351,1350,55,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  29271
]
187 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  29271
]
188 0.47 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  1044824
]
189 0.25 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1044824
]
190 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1044824
]
191 0.09 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_dbc5a1c324e155686a8a008ce5261de8"
  "scope" => "pimcore_image_thumbnails"
]
192 0.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1044824__51992808ef5b8b2401a800741d1b3566"
]
193 0.24 ms
DELETE FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1044824__51992808ef5b8b2401a800741d1b3566"
]
194 0.37 ms
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[
  ":col0" => "thumb_1044824__51992808ef5b8b2401a800741d1b3566"
  ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:63.799999999999997;s:6:"height";d:110.21021021021021;s:1:"y";i:0;s:1:"x";d:7.2000000000000002;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:210;s:6:"height";i:269;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}s:9:"\x00*\x00medias";a:1:{s:18:"(max-width: 767px)";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:63.799999999999997;s:6:"height";d:110.21021021021021;s:1:"y";i:0;s:1:"x";d:7.2000000000000002;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:128;s:6:"height";i:164;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}}s:7:"\x00*\x00name";s:48:"img-teaser_auto_dbc5a1c324e155686a8a008ce5261de8";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:85;s:17:"\x00*\x00highResolution";d:0;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";i:1632981769;s:15:"\x00*\x00creationDate";i:1596115741;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}"
  ":col2" => "thumbnail_deferred"
  ":col3" => 1732951033
  ":col4" => 1733555833
  ":col5" => 1
]
195 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_dbc5a1c324e155686a8a008ce5261de8"
  "scope" => "pimcore_image_thumbnails"
]
196 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1044824__51992808ef5b8b2401a800741d1b3566"
]
197 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_dbc5a1c324e155686a8a008ce5261de8"
  "scope" => "pimcore_image_thumbnails"
]
198 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1044824__85ed6cb33d8c528267b2abc83149e16b"
]
199 0.14 ms
DELETE FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1044824__85ed6cb33d8c528267b2abc83149e16b"
]
200 0.23 ms
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[
  ":col0" => "thumb_1044824__85ed6cb33d8c528267b2abc83149e16b"
  ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:63.799999999999997;s:6:"height";d:110.21021021021021;s:1:"y";i:0;s:1:"x";d:7.2000000000000002;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:210;s:6:"height";i:269;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}s:9:"\x00*\x00medias";a:1:{s:18:"(max-width: 767px)";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:63.799999999999997;s:6:"height";d:110.21021021021021;s:1:"y";i:0;s:1:"x";d:7.2000000000000002;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:128;s:6:"height";i:164;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}}s:7:"\x00*\x00name";s:48:"img-teaser_auto_dbc5a1c324e155686a8a008ce5261de8";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:85;s:17:"\x00*\x00highResolution";d:2;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";i:1632981769;s:15:"\x00*\x00creationDate";i:1596115741;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}"
  ":col2" => "thumbnail_deferred"
  ":col3" => 1732951033
  ":col4" => 1733555833
  ":col5" => 1
]
201 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_dbc5a1c324e155686a8a008ce5261de8"
  "scope" => "pimcore_image_thumbnails"
]
202 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1044824__51992808ef5b8b2401a800741d1b3566"
]
203 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_dbc5a1c324e155686a8a008ce5261de8"
  "scope" => "pimcore_image_thumbnails"
]
204 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1044824__51992808ef5b8b2401a800741d1b3566"
]
205 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_dbc5a1c324e155686a8a008ce5261de8"
  "scope" => "pimcore_image_thumbnails"
]
206 0.07 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1044824__51992808ef5b8b2401a800741d1b3566"
]
207 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_dbc5a1c324e155686a8a008ce5261de8"
  "scope" => "pimcore_image_thumbnails"
]
208 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1044824__85ed6cb33d8c528267b2abc83149e16b"
]
209 0.12 ms
SELECT o_id FROM objects WHERE o_id IN (232298,232311,232295,238912)
Parameters:
[]
210 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:
[
  1430396
  232298
  "regions"
  "object"
  ""
  "0"
  1
]
211 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:
[
  1430396
  232311
  "regions"
  "object"
  ""
  "0"
  2
]
212 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:
[
  1430396
  232295
  "regions"
  "object"
  ""
  "0"
  3
]
213 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:
[
  1430396
  238912
  "regions"
  "object"
  ""
  "0"
  4
]
214 0.12 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232298,232311,232295,238912);
Parameters:
[]
215 0.44 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((alpsteinRegions like '%,232298,%')  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[]
216 0.83 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 '%,232298,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
217 0.54 ms
SELECT * FROM properties WHERE ((cid IN (1,29275,23987,32156,1351,1350,55,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  29272
]
218 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  29272
]
219 0.35 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  1688929
]
220 0.10 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1688929
]
221 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1688929
]
222 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_41da9de23c12180bf1b1489f3126c4ab"
  "scope" => "pimcore_image_thumbnails"
]
223 0.07 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1688929__24e5fa690eac387b33980853176db8a3"
]
224 0.22 ms
DELETE FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1688929__24e5fa690eac387b33980853176db8a3"
]
225 0.27 ms
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[
  ":col0" => "thumb_1688929__24e5fa690eac387b33980853176db8a3"
  ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:48.200000000000003;s:6:"height";i:100;s:1:"y";d:7.2072072072072073;s:1:"x";i:4;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:210;s:6:"height";i:269;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}s:9:"\x00*\x00medias";a:1:{s:18:"(max-width: 767px)";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:48.200000000000003;s:6:"height";i:100;s:1:"y";d:7.2072072072072073;s:1:"x";i:4;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:128;s:6:"height";i:164;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}}s:7:"\x00*\x00name";s:48:"img-teaser_auto_41da9de23c12180bf1b1489f3126c4ab";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:85;s:17:"\x00*\x00highResolution";d:0;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";i:1632981769;s:15:"\x00*\x00creationDate";i:1596115741;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}"
  ":col2" => "thumbnail_deferred"
  ":col3" => 1732951033
  ":col4" => 1733555833
  ":col5" => 1
]
226 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_41da9de23c12180bf1b1489f3126c4ab"
  "scope" => "pimcore_image_thumbnails"
]
227 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1688929__24e5fa690eac387b33980853176db8a3"
]
228 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_41da9de23c12180bf1b1489f3126c4ab"
  "scope" => "pimcore_image_thumbnails"
]
229 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1688929__af50d0c4c5712accf14e8953bb448050"
]
230 0.14 ms
DELETE FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1688929__af50d0c4c5712accf14e8953bb448050"
]
231 0.23 ms
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[
  ":col0" => "thumb_1688929__af50d0c4c5712accf14e8953bb448050"
  ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:48.200000000000003;s:6:"height";i:100;s:1:"y";d:7.2072072072072073;s:1:"x";i:4;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:210;s:6:"height";i:269;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}s:9:"\x00*\x00medias";a:1:{s:18:"(max-width: 767px)";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:48.200000000000003;s:6:"height";i:100;s:1:"y";d:7.2072072072072073;s:1:"x";i:4;}}i:1;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";i:128;s:6:"height";i:164;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}}s:7:"\x00*\x00name";s:48:"img-teaser_auto_41da9de23c12180bf1b1489f3126c4ab";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:85;s:17:"\x00*\x00highResolution";d:2;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";i:1632981769;s:15:"\x00*\x00creationDate";i:1596115741;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}"
  ":col2" => "thumbnail_deferred"
  ":col3" => 1732951033
  ":col4" => 1733555833
  ":col5" => 1
]
232 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_41da9de23c12180bf1b1489f3126c4ab"
  "scope" => "pimcore_image_thumbnails"
]
233 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1688929__24e5fa690eac387b33980853176db8a3"
]
234 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_41da9de23c12180bf1b1489f3126c4ab"
  "scope" => "pimcore_image_thumbnails"
]
235 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1688929__24e5fa690eac387b33980853176db8a3"
]
236 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_41da9de23c12180bf1b1489f3126c4ab"
  "scope" => "pimcore_image_thumbnails"
]
237 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1688929__24e5fa690eac387b33980853176db8a3"
]
238 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser_auto_41da9de23c12180bf1b1489f3126c4ab"
  "scope" => "pimcore_image_thumbnails"
]
239 0.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_1688929__af50d0c4c5712accf14e8953bb448050"
]
240 0.10 ms
SELECT o_id FROM objects WHERE o_id IN (232295,238912)
Parameters:
[]
241 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:
[
  853660
  232295
  "regions"
  "object"
  ""
  "0"
  1
]
242 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:
[
  853660
  238912
  "regions"
  "object"
  ""
  "0"
  2
]
243 0.11 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232295,238912);
Parameters:
[]
244 0.08 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232295,238912);
Parameters:
[]
245 0.45 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:
[]
246 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 '%,232295,%')  AND  object_localized_80_de.o_type IN ('object','folder')) AND object_localized_80_de.o_published = 1
Parameters:
[]
247 0.51 ms
SELECT * FROM properties WHERE ((cid IN (1,29275,23987,32156,1351,1350,55,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  29273
]
248 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  29273
]
249 0.14 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  2210348
]
250 0.10 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  2210348
]
251 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2210348
]
252 0.12 ms
SELECT o_id FROM objects WHERE o_id IN (232295,238912)
Parameters:
[]
253 0.30 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:
[
  1430914
  232295
  "regions"
  "object"
  ""
  "0"
  1
]
254 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:
[
  1430914
  238912
  "regions"
  "object"
  ""
  "0"
  2
]
255 0.10 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232295,238912);
Parameters:
[]
256 0.08 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232295,238912);
Parameters:
[]
257 0.45 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:
[]
258 0.83 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:
[]
259 0.65 ms
SELECT * FROM properties WHERE ((cid IN (1,29275,23987,32156,1351,1350,55,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  29270
]
260 0.17 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  29270
]
261 0.38 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  1093265
]
262 0.13 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1093265
]
263 0.19 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1093265
]
264 0.16 ms
SELECT o_id FROM objects WHERE o_id IN (232295,238912)
Parameters:
[]
265 0.40 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:
[
  1580355
  232295
  "regions"
  "object"
  ""
  "0"
  1
]
266 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:
[
  1580355
  238912
  "regions"
  "object"
  ""
  "0"
  2
]
267 0.20 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232295,238912);
Parameters:
[]
268 0.66 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:
[]
269 1.10 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:
[]
270 0.56 ms
SELECT * FROM properties WHERE ((cid IN (1,29275,23987,32156,1351,1350,55,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  29274
]
271 0.15 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  29274
]
272 0.47 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  1043376
]
273 0.30 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1043376
]
274 0.19 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1043376
]
275 0.16 ms
SELECT o_id FROM objects WHERE o_id IN (232295,238912)
Parameters:
[]
276 0.37 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:
[
  324260
  232295
  "regions"
  "object"
  ""
  "0"
  1
]
277 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:
[
  324260
  238912
  "regions"
  "object"
  ""
  "0"
  2
]
278 0.20 ms
SELECT o_id FROM objects WHERE o_published=1 AND o_id IN (232295,238912);
Parameters:
[]
279 0.73 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:
[]
280 1.34 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:
[]

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.