Query Metrics

426 Database Queries
87 Different statements
243.15 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.60 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "lindauer-huette-1-744m_vc4674"
]
2 0.85 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/lindauer-huette-1-744m_vc4674"
]
3 0.77 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "en"
]
4 1.20 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  2
]
5 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
6 0.74 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/en/lindauer-huette-1-744m_vc4674"
  "path"
  "auto_create"
  "/en/lindauer-huette-1-744m_vc4674"
  "path_query"
  "https://montafon-staging.conecto.rocks/en/lindauer-huette-1-744m_vc4674"
  "entire_uri"
]
7 1.65 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
8 2.76 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "lindauer-huette-1-744m_vc4674"
]
9 0.30 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/lindauer-huette-1-744m_vc4674"
]
10 3.18 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_tour"
]
11 0.41 ms
SELECT * FROM object_relations_vcloud_tour WHERE src_id = ?
Parameters:
[
  4674
]
12 0.25 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_concept"
]
13 0.44 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  19
]
14 3.30 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,33315,33065,151) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  91450
]
15 1.88 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  91450
]
16 1.22 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  91450
]
17 0.30 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
18 3.36 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  19
  19
  19
]
19 0.27 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "de"
]
20 0.23 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "nl"
]
21 0.23 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "fr"
]
22 0.24 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/fr"
]
23 0.46 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
24 2.71 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
25 0.46 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  8
]
26 0.46 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  8
]
27 0.48 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,2) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  8
]
28 0.39 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
29 0.33 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  19
  19
  19
]
30 0.24 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "fr"
]
31 0.22 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/fr"
]
32 0.72 ms
SELECT dependencies.targetid,dependencies.targettype
            FROM dependencies
            LEFT JOIN objects ON dependencies.targettype="object" AND dependencies.targetid=objects.id
            LEFT JOIN assets ON dependencies.targettype="asset" AND dependencies.targetid=assets.id
            LEFT JOIN documents ON dependencies.targettype="document" AND dependencies.targetid=documents.id
            WHERE dependencies.sourceid = ? AND dependencies.sourcetype = ?
            ORDER BY objects.path, objects.key, documents.path, documents.key, assets.path, assets.filename
Parameters:
[
  4674
  "object"
]
33 2.91 ms
SELECT dependencies.sourceid, dependencies.sourcetype FROM dependencies
            LEFT JOIN objects ON dependencies.sourceid=objects.id AND dependencies.sourcetype="object"
            LEFT JOIN assets ON dependencies.sourceid=assets.id AND dependencies.sourcetype="asset"
            LEFT JOIN documents ON dependencies.sourceid=documents.id AND dependencies.sourcetype="document"
            WHERE dependencies.targettype = ? AND dependencies.targetid = ?
            ORDER BY objects.path, objects.key, documents.path, documents.key, assets.path, assets.filename
Parameters:
[
  "object"
  4674
]
34 0.44 ms
SELECT * FROM object_collection_vcloudContentblock_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4674
  "contentblocks"
]
35 2.74 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  0
]
36 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
37 0.37 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
38 2.70 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
39 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
40 0.51 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  1
]
41 2.78 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
42 0.41 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
43 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
44 2.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
45 1.03 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  2
]
46 0.55 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
47 0.39 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
48 0.40 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
49 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
50 0.95 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  3
]
51 0.54 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
52 0.47 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
53 0.42 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
54 0.37 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
55 1.37 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  4
]
56 1.73 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
57 0.39 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
58 1.79 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
59 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
60 0.93 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  5
]
61 0.41 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
62 0.26 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
63 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
64 1.07 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
65 0.71 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  6
]
66 0.29 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
67 0.23 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
68 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
69 0.24 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
70 1.86 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  7
]
71 3.25 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
72 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
73 0.25 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
74 0.24 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
75 0.50 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  8
]
76 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
77 2.99 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
78 2.97 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
79 1.71 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
80 0.53 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  9
]
81 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
82 0.23 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
83 0.17 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
84 0.16 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
85 0.40 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  10
]
86 0.18 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
87 0.16 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
88 0.15 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
89 0.18 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
90 0.89 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  11
]
91 0.49 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
92 0.87 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
93 0.29 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
94 1.13 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
95 0.43 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  12
]
96 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
97 0.24 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
98 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
99 0.15 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
100 0.40 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  13
]
101 1.92 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
102 0.17 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
103 0.14 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
104 0.13 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
105 0.33 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  14
]
106 0.17 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  14
Parameters:
[]
107 0.14 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  14
Parameters:
[]
108 0.13 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  14
Parameters:
[]
109 0.13 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  14
Parameters:
[]
110 0.33 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4674
  "contentblocks"
  15
]
111 0.16 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  15
Parameters:
[]
112 0.14 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  15
Parameters:
[]
113 0.15 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  15
Parameters:
[]
114 0.15 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4674 and fieldname = 'contentblocks' and `index` =  15
Parameters:
[]
115 2.86 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_safety_tip"
]
116 0.31 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_safety_tip WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  7665
  "externalLinks"
]
117 0.21 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4674
  "externalLinks"
]
118 2.09 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
119 0.89 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__68c8921ed3f45530a440aad4466e5576"
]
120 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
121 3.69 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__e6608125671822c67faabb858b657095"
]
122 0.71 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
123 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__16613d0c5b60b92389d24c257b1607ab"
]
124 0.15 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
125 2.35 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__695715562f5a15e997163b193f2bc553"
]
126 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
127 0.16 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__419757ce5c11e98dd904a1e175f0b1b4"
]
128 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
129 0.79 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__e2b3b47bd9379ddd449ea0cb5cf09dec"
]
130 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
131 0.16 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__407ec30294d1276a6af66e46b92e13e0"
]
132 0.15 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
133 0.59 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__84dac0be5d5685e0de613c93dd0904fb"
]
134 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
135 0.15 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__c9c5a3d5fb2a8c84e4b93b69805e346a"
]
136 0.92 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
137 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__445ba72eb85bfe38d7ab1781084cb305"
]
138 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
139 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__0db29157856b320a6f404f154d269fbf"
]
140 2.87 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
141 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__830b9d5daf38c584f70ee7d470c92b9e"
]
142 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
143 0.61 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__5b3a75c2994b324394b4a56a3bb5c46a"
]
144 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
145 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__626431471a3f81cc9f027caff7d26c5d"
]
146 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
147 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__e3795e2c675aeb3072026c3cfa20750c"
]
148 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
149 0.16 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__0f89cb978e8d00adda7c4842a011e2d2"
]
150 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
151 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__69bd8b9d959c14011b19241ef20f5fd2"
]
152 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
153 1.48 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__622624e2c0aafa5981b3f0cd32644f91"
]
154 0.35 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
155 0.89 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__2da8b1110b89a879508bc1c4f6b07ac4"
]
156 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
157 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__cdef960d1ef4fabda0f04e674cad1291"
]
158 1.47 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
159 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__16146131818afa772315ff6d3b504099"
]
160 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
161 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__7b2152cb29ae375eabd061c9d24a4e4b"
]
162 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
163 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__9534bb1b011a1234dea0cef517a4d141"
]
164 2.06 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
165 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__00b529800dad193fa1596647132384e9"
]
166 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
167 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__228f573522f949ed1443d154c470c504"
]
168 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
169 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__8c062358e3a276964680bf92e83c535c"
]
170 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
171 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__228f573522f949ed1443d154c470c504"
]
172 2.47 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
173 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91450__00b529800dad193fa1596647132384e9"
]
174 0.99 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,33315,33065,151) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  91451
]
175 0.22 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  91451
]
176 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  91451
]
177 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
178 0.63 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__75e99bdd7611a43844c4150de892af06"
]
179 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
180 0.77 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__8be9dac818e70e18b0fcc0ce789f4981"
]
181 2.88 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
182 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__bcebca1626db20eae61722a730e546dc"
]
183 2.65 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
184 0.74 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__d4564778c108de305e51f822b73bbb1a"
]
185 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
186 0.67 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__fcc3c13c4998fb7216e01e7fe236452b"
]
187 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
188 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__e40901ee3422cf51b99fc240685aa119"
]
189 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
190 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__75f87a24dec2a1a5f6678cac90fba13d"
]
191 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
192 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__ecd5259372e2248cb105d2254c22e485"
]
193 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
194 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__38a3880e10c11ca0791fa8e911dbda89"
]
195 3.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
196 1.10 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__883f83ee848ae31818b17a3937b3ff98"
]
197 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
198 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__e7c311f4a8b67b21f82b61f26392c2e8"
]
199 0.56 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
200 2.42 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__72de5cb35edfd28c28bfd8e900b81d16"
]
201 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
202 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__e5eab768e2f423f37d7754df0382c41b"
]
203 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
204 1.97 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__431714d940485cb344b43489993d0b9b"
]
205 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
206 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__c92f4200ae713a845e7fa4cb33f4b2fb"
]
207 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
208 2.66 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__a512ccb0ca3ec6ce2d3f2359f4933157"
]
209 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
210 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__67885f945588348163d7fb5f0fab2dba"
]
211 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
212 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__2eb4539ae07035bef1db775512d00ab4"
]
213 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
214 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__0e6ccad1a3a3c40ee0545ca1705079dd"
]
215 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
216 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__e864904a0d65a5005f055c2e4601c86b"
]
217 2.45 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
218 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__a4ab34855e81676094182aef3bb45c0d"
]
219 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
220 2.05 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__37dad1b4c7a9a4e5e996930892cfc74d"
]
221 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
222 1.99 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__e5880ec67a9156c9b44067ad963c083a"
]
223 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
224 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__ae7ac854012da8bdb207f07658097f21"
]
225 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
226 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__a638cf7bc6eb5a29f6507e316da4c466"
]
227 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
228 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__071f19142538771be35e43d998394c69"
]
229 2.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
230 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__a638cf7bc6eb5a29f6507e316da4c466"
]
231 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
232 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91451__ae7ac854012da8bdb207f07658097f21"
]
233 0.36 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,33315,33065,151) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  91452
]
234 0.20 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  91452
]
235 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  91452
]
236 1.86 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
237 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__0ec8113f08ffd1492cdd0075f8146b97"
]
238 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
239 1.49 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__4ca4e2b62972dad1ba2d21886eb99b1f"
]
240 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
241 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__9670d03dccf3cb2452f3b319e03c325f"
]
242 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
243 0.71 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__1d3127c3f4b7059bfc9ad41e1cd21d84"
]
244 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
245 2.61 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__c0604d0a73d84294649cd1450fc425dd"
]
246 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
247 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__787fc5efcac467f0c102423f5611581b"
]
248 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
249 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__17c12f5f0be50d6dbe032560f3b59b64"
]
250 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
251 0.77 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__e12a7980cb9785abeee1da0df8707c1b"
]
252 0.40 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
253 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__e4476a899c1e7ad549e08be35ccac9c5"
]
254 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
255 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__20aa5e3f025b8e47cf8c454ab9179fbd"
]
256 0.68 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
257 3.10 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__32d3d0c04d46bb7e647f3fcb2074d431"
]
258 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
259 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__2506722fd7886d13c186bd2a064e985f"
]
260 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
261 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__dda6ef391116b976deceb7b185af599a"
]
262 0.15 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
263 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__269542ccf2291a5e8a37cff0064f26e3"
]
264 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
265 0.15 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__619541f7288e0bf8561bc68d0d722b00"
]
266 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
267 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__eca223e8878ef304ea96967c00fec296"
]
268 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
269 0.16 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__6c462074b38844e0003dce9da0ad0285"
]
270 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
271 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__999b3a136557ce741766dcd1e0b83b93"
]
272 1.68 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
273 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__0e888b02cae486f905474a60b6476024"
]
274 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
275 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__39e595fb0291a7a553703a88e4be0ab1"
]
276 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
277 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__b3d488ee42cb074306746c801cea31a1"
]
278 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
279 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__bb3e5f94ccafe737f17539c8d2eae4af"
]
280 1.53 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
281 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__0f205b700d82d0febb461c37b387b143"
]
282 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
283 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__1d5d8b35440f7220e6c9c61d26ea12ab"
]
284 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
285 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__03fde51b6651e5bf8c613c4e5374a40d"
]
286 2.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
287 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__5234b411d151cf25ccc2d32af9b622f2"
]
288 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
289 0.16 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__03fde51b6651e5bf8c613c4e5374a40d"
]
290 0.15 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
291 0.15 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91452__1d5d8b35440f7220e6c9c61d26ea12ab"
]
292 0.89 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,33315,33065,151) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  91453
]
293 0.64 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  91453
]
294 0.27 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  91453
]
295 2.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
296 1.11 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__64e4a9986303231b4e1e3c092838506b"
]
297 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
298 1.78 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__703dfecf70a7cf67eda460949f4acb8b"
]
299 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
300 0.91 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__705eb02649d67b777969949a5fba1f95"
]
301 0.99 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
302 0.58 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__c8eef05f0b7bc8af3a4bbb6209dabcf2"
]
303 2.37 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
304 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__b203df94ed8e9911b26cc703a2b0f380"
]
305 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
306 1.39 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__577183bd36a74a36f1ebbaf27e277630"
]
307 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
308 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__9750ceb1ff060bde0b4739c18ae00559"
]
309 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
310 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__c54828e6b293da9cdc0fbee004258ff3"
]
311 1.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
312 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__7100bb8b4d63df8bab71546a1551f4d0"
]
313 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
314 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__b2f2f28fcd6133d47bfb445aa1079462"
]
315 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
316 0.80 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__e112a73ee622c3839a5ee9811f9ea1e1"
]
317 3.41 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
318 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__9386667d391b3ffc12b75881f8ea45ad"
]
319 1.41 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
320 0.55 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__225bd8be5dd5a50449fa071fa2c21ebc"
]
321 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
322 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__1f6012183d68cdcba47cdda12b6193ca"
]
323 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
324 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__d129705228711f5e6548da89e37d6f98"
]
325 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
326 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__390d79763372a00e14f8d0e19be36c6f"
]
327 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
328 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__af5e8104398ac016139307af80eed0da"
]
329 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
330 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__852110f2fbca7d6909296907079bad1f"
]
331 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
332 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__9ecbe3161d0452ea5bb9aa69c547805e"
]
333 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
334 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__5344e9ebe143ea080ee0090350450ede"
]
335 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
336 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__248bab326f66d20facba599fb1221b8e"
]
337 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
338 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__2045811d9cae14c9d12fb5a787ce9bce"
]
339 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
340 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__d4697e1339dcaeaa054fe1ba0b1fdeb7"
]
341 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
342 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__5aeb489477a0ca2da70b49fdfdb731e4"
]
343 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
344 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__356e5a8c8f5103a7b49546360d9cf6d7"
]
345 0.30 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
346 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__9bde729493ee82301cb9107f03b8be6d"
]
347 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
348 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__356e5a8c8f5103a7b49546360d9cf6d7"
]
349 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
350 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91453__5aeb489477a0ca2da70b49fdfdb731e4"
]
351 0.55 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,33315,33065,151) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  91454
]
352 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  91454
]
353 0.30 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  91454
]
354 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
355 1.05 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__ebf02a80e40a11da07228fbf794944f4"
]
356 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
357 0.73 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__f955a4f7dc017f0ad8d58143f65800d8"
]
358 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
359 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__26bac597c725f96cd4587fdfba074e0f"
]
360 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
361 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__f53bfea22dd0b2f804e055b0a6d7c48d"
]
362 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
363 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__f1b13e742479cc1cba6349c912a53d6e"
]
364 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
365 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__7eb0aa19c304b96f9dec0c52bfd60fbb"
]
366 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
367 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__fca757ea1e9faca8bfdffbfa410da88c"
]
368 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
369 0.92 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__aa8485c550a1563ef8ea7a2989ca47f9"
]
370 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
371 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__ba7895b0735dd9013daf7f97844a67b7"
]
372 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
373 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__05ea7015ae202bdc21691d2ae5cdca8b"
]
374 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
375 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__ba1adf0889345ffc7d6ca0dc097ff91f"
]
376 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
377 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__9c5a367b1074f33f4c54a84a7b0ee10f"
]
378 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
379 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__ddc069e6faa6548c9e40e51c956b167c"
]
380 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
381 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__fda956efaa6a3ff37f603e839c1bf156"
]
382 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
383 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__8397a967eced0a2f208e88441ad06079"
]
384 0.42 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
385 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__04566242ba02b880eba682468a1005cb"
]
386 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
387 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__4158d0eee40759fb32794362dde6f5b0"
]
388 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
389 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__edff40b06d584ffe0455bb4d22ac361c"
]
390 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
391 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__eb415639bda47ad9ddbd012b00c0265f"
]
392 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
393 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__f62930e97962e3d866442fbbd8b4c938"
]
394 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
395 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__01b5f3b54a421b8237171d91bb526751"
]
396 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
397 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__d830c67ecd5fbf62d1546bc74fa7100c"
]
398 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
399 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__9962cd80c82173a3ad05a745e615b90d"
]
400 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
401 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__fbeb308170c63a351afa8fafe311a1b2"
]
402 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
403 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__d42bd792998f74b554c7a5e0777c5543"
]
404 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
405 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__ecd358c28e5d228eaa90671711af94dc"
]
406 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
407 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__cef64e782ef5cba05d273cc43d145463"
]
408 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
409 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__ecd358c28e5d228eaa90671711af94dc"
]
410 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
411 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91454__d42bd792998f74b554c7a5e0777c5543"
]
412 0.28 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/snippets/"
  "footer"
]
413 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
414 0.47 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=en&_format=html&_controller=CONECTO%5CProviderBundle%5CController%5CDocumentController%3A%3AfooterSnippetAction"
  "path_query"
  "https://montafon-staging.conecto.rocks/_fragment?_path=_locale=en&_format=html&_controller=CONECTO%5CProviderBundle%5CController%5CDocumentController%3A%3AfooterSnippetAction"
  "entire_uri"
]
415 0.33 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  23
]
416 0.38 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  7
]
417 0.56 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:
[
  2521
]
418 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5
]
419 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5
]
420 0.43 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  5
]
421 0.64 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  149
]
422 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  149
]
423 0.41 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  149
]
424 0.31 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  145
]
425 0.26 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  145
]
426 0.30 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  145
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping