Query Metrics

441 Database Queries
89 Different statements
204.89 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.38 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "latschau-via-the-ziegerberg-to-grabs-and-back-via-the-gauertal_vc4947"
]
2 0.24 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/latschau-via-the-ziegerberg-to-grabs-and-back-via-the-gauertal_vc4947"
]
3 0.20 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "en"
]
4 0.52 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  2
]
5 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
6 0.43 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/latschau-via-the-ziegerberg-to-grabs-and-back-via-the-gauertal_vc4947"
  "path"
  "auto_create"
  "/en/latschau-via-the-ziegerberg-to-grabs-and-back-via-the-gauertal_vc4947"
  "path_query"
  "https://montafon-staging.conecto.rocks/en/latschau-via-the-ziegerberg-to-grabs-and-back-via-the-gauertal_vc4947"
  "entire_uri"
]
7 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
8 0.28 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "latschau-via-the-ziegerberg-to-grabs-and-back-via-the-gauertal_vc4947"
]
9 0.23 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/latschau-via-the-ziegerberg-to-grabs-and-back-via-the-gauertal_vc4947"
]
10 0.24 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_tour"
]
11 0.43 ms
SELECT * FROM object_relations_vcloud_tour WHERE src_id = ?
Parameters:
[
  4947
]
12 0.25 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_concept"
]
13 0.37 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  19
]
14 1.02 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  56915
]
15 0.86 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  56915
]
16 0.43 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
17 0.42 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
]
18 0.25 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "de"
]
19 0.25 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "nl"
]
20 0.30 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "fr"
]
21 0.36 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/fr"
]
22 0.37 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
23 0.27 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
24 0.31 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  8
]
25 3.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  8
]
26 0.32 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,2) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  8
]
27 0.28 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
28 0.31 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
]
29 0.23 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "fr"
]
30 0.19 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/fr"
]
31 0.32 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_poi"
]
32 1.86 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:
[
  4947
  "object"
]
33 1.71 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"
  4947
]
34 0.50 ms
SELECT * FROM object_collection_vcloudContentblock_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4947
  "contentblocks"
]
35 1.98 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  0
]
36 0.32 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
37 0.63 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
38 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
39 0.52 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
40 0.90 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  1
]
41 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
42 0.39 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
43 0.37 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
44 0.26 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
45 0.67 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  2
]
46 0.37 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
47 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
48 0.26 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
49 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
50 0.69 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  3
]
51 0.29 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
52 0.37 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
53 0.26 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
54 0.30 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
55 0.83 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  4
]
56 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
57 0.26 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
58 0.24 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
59 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
60 0.52 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  5
]
61 0.23 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
62 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
63 0.24 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
64 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
65 0.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:
[
  4947
  "contentblocks"
  6
]
66 0.31 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
67 0.34 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
68 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
69 0.31 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
70 0.68 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  7
]
71 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 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  = 4947 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
73 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
74 0.34 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
75 0.70 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  8
]
76 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
77 0.49 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
78 0.55 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
79 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
80 3.39 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  9
]
81 0.47 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
82 0.42 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
83 0.39 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
84 0.40 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
85 0.83 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  10
]
86 0.53 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
87 0.38 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
88 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
89 1.38 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
90 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:
[
  4947
  "contentblocks"
  11
]
91 0.34 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
92 0.34 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
93 0.31 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
94 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
95 0.67 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  12
]
96 0.34 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
97 0.35 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
98 0.35 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
99 0.44 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
100 0.82 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  13
]
101 0.43 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
102 0.49 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
103 0.50 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
104 0.50 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
105 0.99 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  14
]
106 0.42 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  14
Parameters:
[]
107 0.39 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  14
Parameters:
[]
108 0.48 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  14
Parameters:
[]
109 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  14
Parameters:
[]
110 0.91 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4947
  "contentblocks"
  15
]
111 0.41 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  15
Parameters:
[]
112 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  15
Parameters:
[]
113 0.43 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  15
Parameters:
[]
114 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4947 and fieldname = 'contentblocks' and `index` =  15
Parameters:
[]
115 0.69 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_safety_tip"
]
116 0.73 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_safety_tip WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  7161
  "externalLinks"
]
117 0.85 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4947
  "externalLinks"
]
118 0.59 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
119 6.65 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__1451517f06f158bf6461928af1e26a05"
]
120 0.47 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
121 0.41 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__3884c1db2f303c961a5ea066c3ab7c47"
]
122 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
123 0.37 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__10b2e10e9dfeef56614197164c0165e3"
]
124 1.96 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
125 3.43 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__5c730b20ca85eb14099b7c7056555a23"
]
126 0.44 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
127 0.39 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__ecc002f57371756659fc0c25e7b3aec8"
]
128 0.34 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
129 0.39 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__39f5b211208d83d903be91e7893e392c"
]
130 0.52 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
131 2.89 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__16bd4e27d077a7ec97e6f166de024c57"
]
132 0.50 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
133 0.49 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__97526a35af20451103549f7eeb6fb305"
]
134 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
135 0.91 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__dfc59d88f7f5755994a75a8d782e3c57"
]
136 0.71 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
137 0.50 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__5d84d79ab19e4e5d9764e0a88623e088"
]
138 0.46 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
139 1.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__74f7031ca6ccf006f2a27aaa0edaafc7"
]
140 0.57 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
141 0.50 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__78a43729ee27c9fc33a89705d28e5583"
]
142 0.50 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
143 0.58 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__24282b2bfe5815e11d6fac8bcdd7fe5e"
]
144 0.55 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
145 0.65 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__6d42f5cb93288694438ff6e60e743f4c"
]
146 0.60 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
147 0.38 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__cc7f86cac738f482cc5474368fb55678"
]
148 0.34 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
149 0.34 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__a84ac0330f9a70ef85a317ea3ff260a5"
]
150 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
151 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__8110fb7f471490e066352ace947b7c46"
]
152 0.35 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
153 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__8852a83d057d5667e98324fcf53475f7"
]
154 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
155 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__65f40d235f76d9b4f11e3c8d3e27faab"
]
156 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
157 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__c22441503c2ef06bf28ddc34d59a7ada"
]
158 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
159 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__7327f41c90fa79dea1aa02539dd08e05"
]
160 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
161 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__cda5e5e2d3acc64c2b8a944aece46f15"
]
162 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
163 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__a5ee9113bb7c304ad1fac08be4b9df22"
]
164 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
165 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__36f8272547c5b42ae38031a3f7eeda72"
]
166 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
167 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__9a00e49e9af2bbc1e9e262ce09432922"
]
168 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
169 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__f668711a1a8080c9dbcef43f5ad49f60"
]
170 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
171 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__e511c92c45dbe2e563eff3f5c8d2db65"
]
172 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
173 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__f668711a1a8080c9dbcef43f5ad49f60"
]
174 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
175 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56915__9a00e49e9af2bbc1e9e262ce09432922"
]
176 0.22 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  56917
]
177 0.30 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  56917
]
178 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
179 0.89 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__78855a12b37765e396d196a522692a14"
]
180 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
181 0.73 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__bdedb62918e4f59fea7864fabe2c145f"
]
182 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
183 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__5e6fc55627dfe976f21db335fabf652c"
]
184 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
185 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__812f15a4098495c9558ec9fb6fde74bb"
]
186 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
187 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__0054c88819f8052e3b8084330fc5c316"
]
188 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
189 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__eb19ab58059b0827ecedfe9bdda2c18a"
]
190 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
191 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__b3e4fca22319c72c6739293080482061"
]
192 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
193 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__72de6ba2bedeea8027bbc8e2b51c132b"
]
194 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
195 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__bc07833368253e1259beaa9617c5fc68"
]
196 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
197 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__da4f244547f17c6b2ebb8b4c7191db8f"
]
198 1.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
199 0.61 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__0435439d783fabc4578ea354309fceb7"
]
200 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
201 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__6998f9c1896ba365fca24d6cb102da9d"
]
202 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
203 0.85 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__860cfbecdfba616b878ddbd9561279d2"
]
204 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
205 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__f62b89de1b3e953e9639772e0b7874e0"
]
206 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
207 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__b19972d603f4ba866818d17768c7d577"
]
208 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
209 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__8b87fdae5bc16fc701636580496ec99f"
]
210 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
211 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__8982a464b3fd05be0b6e98975bc82e69"
]
212 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
213 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__d03924b775f250cf4c83b0a8895f32c5"
]
214 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
215 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__b630f97d781e3dae71d319428785f30a"
]
216 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
217 0.37 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__d3c8be6ec013f8a07a2f6ed9ab12c8e4"
]
218 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
219 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__ecac3ff7ed35ea4f2f8e88a7db621449"
]
220 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
221 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__57075d60ca871490c7bb01aa2cb4d5d5"
]
222 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
223 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__59ea3411469288cb1fd81b7970075fa7"
]
224 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
225 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__01ae8df1da5b2cca12f40943eeb1192e"
]
226 0.37 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
227 0.45 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__d5c3901666b9dbc360865571cf6220df"
]
228 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
229 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__4d9c832ada78dbe466ff9a1f046a6f77"
]
230 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
231 0.37 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__264ba0817550dd47c18b506b1f0ffe4b"
]
232 0.35 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
233 0.41 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__4d9c832ada78dbe466ff9a1f046a6f77"
]
234 0.40 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
235 0.56 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56917__d5c3901666b9dbc360865571cf6220df"
]
236 0.89 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  56918
]
237 0.64 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  56918
]
238 0.52 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
239 2.57 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__5b3090d3a1909ea882b1a094245b8ef5"
]
240 0.94 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
241 0.90 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__6ded547bd187092689aaf033465a176d"
]
242 0.74 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
243 1.40 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__55a63d34912a5792d1bd25fef6f1c95b"
]
244 1.00 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
245 1.16 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__899339b475bca4f696c72465bf019e9c"
]
246 1.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
247 1.37 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__2c4c5dba1c6afbfadc3d196b3fb40d2e"
]
248 0.98 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
249 0.55 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__8acb5ee77f270367c4e4fbce22a46a00"
]
250 0.59 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
251 1.08 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__d4dbdb7e98faa17b2bf34093b0ff6a8d"
]
252 0.46 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
253 0.46 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__4e5dd5fbb8c3a66b0a10caf35d9b6502"
]
254 0.37 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
255 0.85 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__8a0dfcd6157878f97f1f003cc6723682"
]
256 1.09 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
257 0.85 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__535e203f2940033bce94184630ef2cf6"
]
258 1.00 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
259 0.51 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__43f232b6b103f36ef77824f9e2c5f0bc"
]
260 0.73 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
261 0.52 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__5df02bfe0fb9a00cb9542fca8ce9fb24"
]
262 0.49 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
263 0.40 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__c618e3064ab43bc7ee544ba508923df6"
]
264 0.37 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
265 0.44 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__aa8a800d20a7c72821215d4e2e15563b"
]
266 0.77 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
267 0.35 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__2eebb61eeb4d4566aa2ef1538a393047"
]
268 0.60 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
269 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__0413da518a41bef854266dfaf5c2fedf"
]
270 0.45 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
271 0.43 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__40c0cafb40273a4f2a665a9860cf0294"
]
272 0.34 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
273 0.47 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__cf30c0d82f29a487ac684b173a01c2e3"
]
274 0.40 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
275 0.54 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__3fc96db8cd6f171f69cbb8aa8ad7cf09"
]
276 0.52 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
277 0.44 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__0a8470c94d1118857138da089204e3c3"
]
278 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
279 0.47 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__0a24b212dd43d1e7efeff8406ceb47fa"
]
280 0.40 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
281 0.37 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__c1ea0d477d21c8e55167b47ccc00c80b"
]
282 0.43 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
283 0.44 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__b7d7b86dd02b25b379d177b5ab60d0ba"
]
284 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
285 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__0811ba68c2be16c14486f0a2b88b025f"
]
286 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
287 0.38 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__2ba698a0ec7cb05b446cb0a7832d31fb"
]
288 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
289 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__6f695a4a9253b65a0d7483d5c5239280"
]
290 0.55 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
291 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__f812c01b505e9c6277754f5d2732e1b7"
]
292 0.66 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
293 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__6f695a4a9253b65a0d7483d5c5239280"
]
294 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
295 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56918__2ba698a0ec7cb05b446cb0a7832d31fb"
]
296 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  56920
]
297 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  56920
]
298 0.74 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
299 0.64 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__4978d7cd757ea2da952cfe988f0d844b"
]
300 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
301 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__7cc9a95f40c48948e3f09d619acbd61d"
]
302 0.34 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
303 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__8a823071d8d0063c35c170db2b84b5ee"
]
304 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
305 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__c9e4fba6af6654abe3d6e01e608ead01"
]
306 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
307 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__bdcfc16ccfa0ca32da6f35d08edc5e41"
]
308 0.41 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
309 1.03 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__fc1b64bb345be84a09f4c4e62a7233b5"
]
310 0.34 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
311 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__81b2a37f31dd243e72f494a1e487d427"
]
312 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
313 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__ab09bb1fa5b5ca2d9f89c8553df6a036"
]
314 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
315 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__c1cd4bd7a6ced346d4ee358ee39bd84d"
]
316 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
317 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__cdd39cba2c74bf526d2637a1a1c14691"
]
318 0.59 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
319 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__8ddd21cb7cd446f23780ffa3035b218a"
]
320 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
321 0.43 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__92a407ff69aff66cce6ca51d1e947f27"
]
322 0.38 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
323 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__54e2d762e7b1440afa3705d44e531434"
]
324 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
325 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__0a0205efbe13cc9ad41c5c5f2a6d16e7"
]
326 0.43 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
327 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__78cb9721532cbed4a2c5c9e69cb83722"
]
328 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
329 0.52 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__3e1066b4b47720369341343f0a6fc870"
]
330 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
331 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__0680af4138bd7df7977f98f6a5bbfef1"
]
332 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
333 0.47 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__76abbe2a81889a5b3942521cce2b5247"
]
334 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
335 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__873d97e4b67502e372688cb67f74517e"
]
336 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
337 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__20c5325e1aeeb3ef318d013304046adb"
]
338 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
339 0.15 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__ea5b0d83200a25bb59cc7216e44a3403"
]
340 0.40 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
341 1.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__e6c3c81c2482fec306af4d9cb650f461"
]
342 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
343 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__d3017ac0e84c8f9a7dbcfe084fd7fc29"
]
344 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
345 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__539180603279c61bdf77f85fc9349dcb"
]
346 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
347 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__72758cb61b513dc820d0ad85043e16c9"
]
348 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
349 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__3a68ff69d04713dec87e99835f588ec3"
]
350 0.39 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
351 0.45 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__cf29a3fe3103f4ff6420dc0eb17166a3"
]
352 0.40 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
353 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__3a68ff69d04713dec87e99835f588ec3"
]
354 0.30 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
355 0.35 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_56920__72758cb61b513dc820d0ad85043e16c9"
]
356 0.47 ms
SELECT * FROM object_collection_vcloudOpeningHours_vcloud_poi WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  3182
  "openingHours"
]
357 0.53 ms
SELECT * FROM object_collection_vcloudOpeningHours_localized_vcloud_poi WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  3182
  "openingHours"
  0
]
358 0.49 ms
SELECT * FROM object_collection_vcloudOpeningHours_localized_vcloud_poi WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  3182
  "openingHours"
  1
]
359 0.40 ms
SELECT * FROM object_collection_vcloudOpeningHours_localized_vcloud_poi WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  3182
  "openingHours"
  2
]
360 0.36 ms
SELECT * FROM object_relations_vcloud_poi WHERE src_id = ?
Parameters:
[
  3182
]
361 0.26 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  75529
]
362 1.21 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  75529
]
363 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
364 0.46 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__ec8d8d327863bf0620e83119c3a18c43"
]
365 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
366 1.44 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__25ec725df43350e65a5a1082fa0803fb"
]
367 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
368 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__4c0e9b861fd0d2d818be9faca426eb45"
]
369 0.42 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
370 0.56 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__3125f8bf363d7768e755a9370549d363"
]
371 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
372 0.37 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__8906cb62c3a001c8d1f8822836ff17e2"
]
373 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
374 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__7925370940040a5919c9c8e013b8377f"
]
375 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
376 0.35 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__2e6755fa4ad57f86fbad6e4d36f3dd83"
]
377 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
378 0.40 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__c68707ed8cf93bb42d168d086bf04631"
]
379 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
380 0.60 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__005eafec01bec2e8613625e5cc3e7da9"
]
381 0.34 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
382 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__755c52518bb3cf081cedf8614c6444a8"
]
383 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
384 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__abb901c23f4adfd0ab96b60ca3be7983"
]
385 0.57 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
386 0.16 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__57c7d5d428a53bd19d7b3ad518a4c3a0"
]
387 2.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
388 1.13 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__041b71ab678b874dfb5e951f9dc0eb85"
]
389 0.37 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
390 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__bf6f87f8f0d183566076508e0f97cf55"
]
391 0.39 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
392 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__5ef15471a8ae99855551474d6823376b"
]
393 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
394 0.37 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__378caa71ac195f7b249f617fa232d162"
]
395 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
396 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__bcadd0d57da18e911cb63f9eb4890e9c"
]
397 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
398 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__a284504cdf2ac1fea4b5808642529d34"
]
399 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
400 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__d0828304dfb1365060ca42f5ce4bd6ce"
]
401 0.84 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
402 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__f62cd11b5c891b9f1084504bda2f9167"
]
403 0.35 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
404 0.47 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__02a628d499f4eab6e2791689b6a43e21"
]
405 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
406 0.38 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__eff771c0070d75f2b54cd79e9e3626b5"
]
407 0.53 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
408 0.46 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__f00ca09a57cecb73ea1b35c8aa965aaf"
]
409 0.36 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
410 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__e12041933f16965ce9c7b645e27556f0"
]
411 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
412 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__6c459f18999cdaf9035c076b0dae9ef6"
]
413 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
414 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__e12041933f16965ce9c7b645e27556f0"
]
415 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
416 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__a113c1951ed8ffc35c2add9b74ea3869"
]
417 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
418 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__0e205749db44a5ff1041ddcd73bf0e80"
]
419 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
420 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__a113c1951ed8ffc35c2add9b74ea3869"
]
421 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
422 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__e12041933f16965ce9c7b645e27556f0"
]
423 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
424 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__e12041933f16965ce9c7b645e27556f0"
]
425 0.43 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "teaserDefault_1-78_3"
  "pimcore_image_thumbnails"
]
426 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_75529__6c459f18999cdaf9035c076b0dae9ef6"
]
427 0.24 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/snippets/"
  "footer"
]
428 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
429 0.48 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"
]
430 0.26 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  23
]
431 0.30 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  7
]
432 0.45 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
]
433 0.26 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5
]
434 0.94 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5
]
435 0.57 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  5
]
436 0.29 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  149
]
437 0.29 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  149
]
438 0.27 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  149
]
439 0.29 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  145
]
440 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  145
]
441 0.31 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.