Query Metrics

245 Database Queries
68 Different statements
148.96 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.72 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "from-the-upper-sporaalp-to-the-geissspitze-bike-and-hike_vc8306"
]
2 1.48 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/from-the-upper-sporaalp-to-the-geissspitze-bike-and-hike_vc8306"
]
3 0.61 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "en"
]
4 1.59 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  2
]
5 0.38 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
6 0.82 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/from-the-upper-sporaalp-to-the-geissspitze-bike-and-hike_vc8306"
  "path"
  "auto_create"
  "/en/from-the-upper-sporaalp-to-the-geissspitze-bike-and-hike_vc8306"
  "path_query"
  "https://montafon-staging.conecto.rocks/en/from-the-upper-sporaalp-to-the-geissspitze-bike-and-hike_vc8306"
  "entire_uri"
]
7 1.57 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
8 0.63 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "from-the-upper-sporaalp-to-the-geissspitze-bike-and-hike_vc8306"
]
9 0.38 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/from-the-upper-sporaalp-to-the-geissspitze-bike-and-hike_vc8306"
]
10 0.45 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_tour"
]
11 0.54 ms
SELECT * FROM object_relations_vcloud_tour WHERE src_id = ?
Parameters:
[
  8306
]
12 0.44 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_concept"
]
13 0.34 ms
SELECT * FROM object_relations_vcloud_concept WHERE src_id = ?
Parameters:
[
  7124
]
14 0.33 ms
SELECT * FROM object_relations_vcloud_concept WHERE src_id = ?
Parameters:
[
  7129
]
15 0.33 ms
SELECT * FROM object_relations_vcloud_concept WHERE src_id = ?
Parameters:
[
  10258
]
16 0.31 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "golm"
]
17 0.35 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
18 0.60 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  19
]
19 3.27 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  49980
]
20 3.08 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  49980
]
21 0.49 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
22 0.57 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
]
23 0.37 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "de"
]
24 1.01 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "nl"
]
25 0.48 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
26 0.34 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
27 0.34 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
28 2.08 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
29 3.33 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
30 0.58 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  8
]
31 0.69 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  8
]
32 1.39 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,2) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  8
]
33 2.14 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
34 1.28 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
]
35 1.89 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
36 1.02 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
37 1.34 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
38 0.40 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
39 0.30 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_poi"
]
40 0.78 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:
[
  8306
  "object"
]
41 0.63 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"
  8306
]
42 0.50 ms
SELECT * FROM object_collection_vcloudContentblock_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  8306
  "contentblocks"
]
43 0.68 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  0
]
44 0.30 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
45 0.35 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
46 0.27 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
47 1.67 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  1
]
48 0.48 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
49 0.96 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
50 3.12 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
51 1.82 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  2
]
52 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
53 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
54 0.30 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
55 0.78 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  3
]
56 0.32 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
57 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
58 0.63 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
59 0.86 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  4
]
60 0.34 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
61 0.87 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
62 0.25 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
63 0.75 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  5
]
64 0.63 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
65 0.40 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
66 1.07 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
67 1.07 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  6
]
68 0.30 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
69 0.31 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
70 0.53 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
71 1.33 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  7
]
72 0.35 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
73 0.30 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
74 0.27 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
75 0.80 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  8
]
76 0.36 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
77 0.32 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
78 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
79 0.80 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  9
]
80 0.32 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
81 0.38 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
82 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
83 0.59 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  10
]
84 0.25 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
85 0.23 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
86 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
87 0.80 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  11
]
88 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
89 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
90 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
91 0.78 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  12
]
92 0.37 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
93 0.30 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
94 0.31 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
95 0.79 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8306
  "contentblocks"
  13
]
96 0.31 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
97 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
98 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 8306 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
99 0.33 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_safety_tip"
]
100 0.36 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_safety_tip WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  7155
  "externalLinks"
]
101 0.28 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  8306
  "externalLinks"
]
102 0.33 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
103 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
104 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__cab0f3148766c5162a502851b1477b9d"
]
105 0.35 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
106 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__8ff47b8222c8a99da72d1895f9862db4"
]
107 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
108 0.32 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__9f2246edd532fd135a3f6caeaf4d92d4"
]
109 0.35 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
110 1.44 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__f7fe55af87c279a815f320eefdf6ebfd"
]
111 0.74 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
112 0.41 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__826ce6529e8b68eb90ba556372c230c8"
]
113 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
114 2.91 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__76126901c1730e4005811c9da32f69d8"
]
115 0.45 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
116 0.53 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__62e01ccba1854e1c08b28741e82491b6"
]
117 0.71 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
118 1.40 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__d310af244aaa2dbb7b4d604ad45a2fb8"
]
119 1.71 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
120 1.39 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__46d1dabfe8ad3ba5eb45447c72daac70"
]
121 1.68 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
122 0.49 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__a0ad30d37355c4757f0d77b88154d419"
]
123 0.49 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
124 1.43 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__71761c8165dd1230d173d8531a5ce8bb"
]
125 1.05 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
126 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__263e48e2d328389d9a57dce88417fb93"
]
127 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
128 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__18f84ad9b64718ebbc7a9a5a6b0a78a2"
]
129 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
130 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__a99bf86000333113bfc3b4067367ad50"
]
131 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
132 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__8d45bb14531d1631f38baa0015bcc84b"
]
133 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
134 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__a12871a4c9377f09c7992d60680d90bc"
]
135 0.30 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
136 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__eefe9d229f81c8195de2e9b57ebb45bb"
]
137 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
138 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__2d70231a6bea2974dcefda2d83bfdafa"
]
139 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
140 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__d458da26d48f41beed17fc1fe210046d"
]
141 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
142 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__26b377fd0141994087be1631f69fff98"
]
143 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
144 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__abd4b26cd47c4bfac32d68a89762e912"
]
145 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
146 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__252cd9a7c6417b342c02764b4b934739"
]
147 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
148 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__73d5a1233eed69e40d1d9636ba2a8627"
]
149 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
150 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__e64524fc82de54238c4de1e261665cac"
]
151 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
152 0.37 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__5e2d331429b7c15b502cb83523aceb0c"
]
153 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
154 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__99e42705f40eeabc9b5488a86b390861"
]
155 1.76 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
156 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__c671413692409d08484d70348e0593f7"
]
157 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
158 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__99e42705f40eeabc9b5488a86b390861"
]
159 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
160 2.98 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49980__5e2d331429b7c15b502cb83523aceb0c"
]
161 3.60 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  49981
]
162 7.90 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  49981
]
163 0.41 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
164 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__4e7f7a39508a83097a71e8f0bdc14abb"
]
165 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
166 0.95 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__ecd69995cbd4b46eb52efa431483b254"
]
167 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
168 1.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__29556606901ff6edd776ae2dc8ab66d5"
]
169 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
170 0.32 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__46a27cc5f8227528c29833db8a685da6"
]
171 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
172 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__a5841f85daf02f0fa6c7862ea440d598"
]
173 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
174 0.35 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__3622cae03a760658e8aaf9911766e234"
]
175 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
176 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__30c5d1421a919403a033f594d4d21946"
]
177 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
178 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__0f6c2e25c41c5d3cdfe3005acd383088"
]
179 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
180 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__49b4b57e36a0dfe2adf87a6d347fdee4"
]
181 0.34 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
182 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__ded902b9c9af0bd9c34f7a5cd11137a1"
]
183 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
184 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__d465acc6c12a440b7aee6ecb3ac0d571"
]
185 0.30 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
186 0.37 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__edc0f261af722a33ee654129ddeebfdd"
]
187 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
188 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__04262ec11a1d6e1b2aa5279fd39b58a1"
]
189 0.44 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
190 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__10d2322cdcd7201d0ed7eb2e3a8b95a2"
]
191 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
192 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__d68955eed1bc754a64b4770b48e9ad29"
]
193 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
194 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__37c050f775828886e400408a13189615"
]
195 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
196 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__56c20e410cc9daa5fc6a2bce3ea772ad"
]
197 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
198 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__effae5c6f356a153c98f079364042a61"
]
199 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
200 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__5763fc9ad25c00bc7d2727dc99614d3c"
]
201 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
202 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__0047eb6d6e1f729ee797dd41a1df71e5"
]
203 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
204 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__0d77ac68b22380f03fd1cbd35d98633a"
]
205 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
206 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__3055c93f1f087f709f3382d737dd8f9f"
]
207 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
208 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__a6b8c57f5efb2a0856eeae125b191150"
]
209 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
210 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__0b9f12b7ef3552bb913d86fbd0298deb"
]
211 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
212 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__aa41af678a2dfbb0b4e6ca6b9726fb18"
]
213 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
214 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__5f69e0078cda9c8ee13895d06d6bb5af"
]
215 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
216 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__3f5312d9ffb4780143ef5f620b779691"
]
217 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
218 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__5f69e0078cda9c8ee13895d06d6bb5af"
]
219 0.36 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
220 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_49981__aa41af678a2dfbb0b4e6ca6b9726fb18"
]
221 0.40 ms
SELECT * FROM object_collection_vcloudOpeningHours_vcloud_poi WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  3307
  "openingHours"
]
222 0.32 ms
SELECT * FROM object_relations_vcloud_poi WHERE src_id = ?
Parameters:
[
  3307
]
223 2.33 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
224 0.26 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
225 0.28 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
226 0.25 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
227 0.25 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
228 0.25 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
229 0.30 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
230 0.84 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"
  8306
]
231 0.31 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/snippets/"
  "footer"
]
232 0.36 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
233 0.84 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"
]
234 0.41 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  23
]
235 0.41 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  7
]
236 0.43 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
]
237 0.37 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5
]
238 0.30 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5
]
239 0.47 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  5
]
240 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  149
]
241 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  149
]
242 0.35 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  149
]
243 0.29 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  145
]
244 0.33 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  145
]
245 0.42 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