Query Metrics

235 Database Queries
78 Different statements
87.75 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.23 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "no-30-large-zelfen-route-tschagguns-classic-skating_vc5066"
]
2 0.51 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/no-30-large-zelfen-route-tschagguns-classic-skating_vc5066"
]
3 0.59 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "en"
]
4 0.93 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  2
]
5 0.97 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
6 0.54 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/no-30-large-zelfen-route-tschagguns-classic-skating_vc5066"
  "path"
  "auto_create"
  "/en/no-30-large-zelfen-route-tschagguns-classic-skating_vc5066"
  "path_query"
  "https://montafon-staging.conecto.rocks/en/no-30-large-zelfen-route-tschagguns-classic-skating_vc5066"
  "entire_uri"
]
7 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
8 0.27 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "no-30-large-zelfen-route-tschagguns-classic-skating_vc5066"
]
9 0.23 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/no-30-large-zelfen-route-tschagguns-classic-skating_vc5066"
]
10 0.23 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_tour"
]
11 0.31 ms
SELECT * FROM object_relations_vcloud_tour WHERE src_id = ?
Parameters:
[
  5066
]
12 0.20 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_concept"
]
13 0.30 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  19
]
14 0.24 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  91648
]
15 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  91648
]
16 0.23 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
17 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
]
18 0.23 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "de"
]
19 0.22 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "nl"
]
20 0.19 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "fr"
]
21 0.21 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/fr"
]
22 0.26 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
23 0.20 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
24 0.25 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  8
]
25 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  8
]
26 0.34 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,2) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  8
]
27 0.26 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
28 0.30 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.22 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "fr"
]
30 0.21 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/fr"
]
31 0.99 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:
[
  5066
  "object"
]
32 0.42 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"
  5066
]
33 0.34 ms
SELECT * FROM object_collection_vcloudContentblock_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5066
  "contentblocks"
]
34 1.78 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  0
]
35 1.54 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
36 0.25 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
37 0.48 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
38 0.90 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
39 0.55 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  1
]
40 0.23 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
41 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
42 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
43 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
44 0.41 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  2
]
45 0.25 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
46 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
47 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
48 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
49 0.43 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  3
]
50 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
51 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
52 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
53 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
54 0.40 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  4
]
55 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
56 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
57 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
58 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
59 0.41 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  5
]
60 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
61 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
62 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
63 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
64 0.40 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  6
]
65 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
66 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
67 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
68 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
69 0.40 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  7
]
70 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
71 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
72 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
73 0.18 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
74 0.42 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  8
]
75 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
76 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
77 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
78 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
79 0.40 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  9
]
80 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
81 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
82 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
83 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
84 0.41 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  10
]
85 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
86 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
87 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
88 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
89 0.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:
[
  5066
  "contentblocks"
  11
]
90 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
91 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
92 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
93 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
94 0.38 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  5066
  "contentblocks"
  12
]
95 0.23 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
96 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
97 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
98 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
99 0.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:
[
  5066
  "contentblocks"
  13
]
100 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
101 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
102 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
103 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 5066 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
104 0.20 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_safety_tip"
]
105 0.28 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_safety_tip WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  7159
  "externalLinks"
]
106 0.26 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  5066
  "externalLinks"
]
107 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
108 0.79 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__2a4154d9f47089515e356b14b36277f9"
]
109 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
110 0.97 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__0dd504ccbbed804f81eb2747ec3b05fc"
]
111 0.40 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
112 0.79 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__3022bcf367e0c1a1891d69689bcf1857"
]
113 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
114 0.63 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__2b2e7f26f970897aaebdc2dca1c94d82"
]
115 0.47 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
116 1.60 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__4494de9486143e79c08d0561bf1e572e"
]
117 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
118 1.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__c54773070771937355f53153d1f91751"
]
119 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
120 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__37ae59b58a4cd1eb650140f8550e421c"
]
121 0.47 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
122 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__2f34e8220bdc7c1183fc1579a6990ee5"
]
123 0.35 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
124 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__2e737f0652de551dfacc77f98d54a6ba"
]
125 0.56 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
126 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__5cb388d0570e422d7cc59049bed3284f"
]
127 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
128 0.44 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__ed9d47f703138cd5d6393d34ddd3709a"
]
129 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
130 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__42674ca3fe848c0e00045fcd94df886b"
]
131 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
132 0.85 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__f549787da22a3fad251c5b760826ec25"
]
133 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
134 0.43 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__9833554974687d63c3e5233ea5bbf546"
]
135 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
136 0.44 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__c28168887cf69f4a1b5250ce055bf8be"
]
137 0.55 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
138 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__ea313db19a7ccaeff0f8fcda30fa27aa"
]
139 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
140 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__28d8ad69af23d8c2ba42581fa4ba50df"
]
141 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
142 0.43 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__bab53cbd4eacd7727f691530f059cade"
]
143 0.39 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
144 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__487a05cf1844ecff3ff9fbab52171c11"
]
145 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
146 0.56 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__89f817a7d86320321d845821c4c63da2"
]
147 0.46 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
148 0.55 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__2b75619899de88f59650bf915d81f271"
]
149 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
150 0.60 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__e280ec9b7acd2ab188641ad2788fc113"
]
151 0.83 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
152 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__5966be2b3267908497c9ac5dd3870bd9"
]
153 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
154 0.95 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__104239d047c77c13612b99679fa4a1e3"
]
155 0.42 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
156 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__75f5ef9fee3372b38aefc83db672f2a5"
]
157 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
158 0.42 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__c6f3ee26f0b5f910fd573a9a8cb42e17"
]
159 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
160 0.34 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__75f5ef9fee3372b38aefc83db672f2a5"
]
161 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
162 0.52 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91648__104239d047c77c13612b99679fa4a1e3"
]
163 0.22 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  91649
]
164 0.28 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  91649
]
165 0.95 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
166 0.47 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__f4b3c4cc81889d6abedac97a06c0c3a9"
]
167 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
168 1.47 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__40cfd48e262dfe5edaed52485273184c"
]
169 0.68 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
170 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__d128e033a798c6ad4135f3cbbdf3889d"
]
171 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
172 0.75 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__8cf4048a9c64fd8239bf790f9d549c79"
]
173 0.50 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
174 0.60 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__9b16e15245765e68f75ed62c9d5a6647"
]
175 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
176 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__055ef138d64a15fca0fdf3a8511d785b"
]
177 0.41 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
178 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__e27eb92c01eced91284a8291b53d507a"
]
179 0.35 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
180 0.98 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__66ac6021abccf301976e679955ee4511"
]
181 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
182 0.69 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__b736060205cf3bbee9a7fd2747398175"
]
183 0.69 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
184 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__6f8439274ee660cc1b52fdf7f0040eb7"
]
185 0.32 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
186 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__6f1c259d97fbff393c3f61886ab46d09"
]
187 0.76 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
188 0.46 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__5cf92fc5b117bc4fe580a6d9e414cb49"
]
189 0.29 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_91649__22aca34d26310bb9d1ead8e6a80c2569"
]
191 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
192 0.34 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__e26662f19706bc648cd039f84a23d17f"
]
193 1.70 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_91649__08382f304217bae6400f48d13ef2af8c"
]
195 0.56 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
196 0.67 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__f7cdcc93ca6871e10df3f840e1676c51"
]
197 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
198 0.41 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__50f612153885d79843f537078a0d1b94"
]
199 0.38 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
200 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__3d453cd6922a6bb42bf33224a555dac0"
]
201 0.77 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
202 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__96fd6f1ad8dd7015f1003f5a9ac580e5"
]
203 1.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
204 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__f32c1e685d70f079c8cf29189f2a05f3"
]
205 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
206 0.43 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__0382544b44b54c3fe26ab163ac790c38"
]
207 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
208 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__38e94c093f7104db4a0f157da7e701fa"
]
209 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
210 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__ee0d4433566142b0b6591ac2e52f956f"
]
211 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
212 0.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__ddd83bdf8ea9a32b3d92226e6c4f3ef5"
]
213 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
214 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__dbb34a2af735f1a9097631d0277d2b51"
]
215 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
216 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__26f4ff7a33f1f8040f24a5c71e7b60d0"
]
217 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
218 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__dbb34a2af735f1a9097631d0277d2b51"
]
219 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
220 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_91649__ddd83bdf8ea9a32b3d92226e6c4f3ef5"
]
221 0.27 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/snippets/"
  "footer"
]
222 0.30 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
223 0.77 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"
]
224 0.41 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  23
]
225 0.32 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  7
]
226 0.32 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
]
227 0.26 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5
]
228 0.23 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5
]
229 0.30 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  5
]
230 0.25 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  149
]
231 0.24 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  149
]
232 0.27 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  149
]
233 0.29 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  145
]
234 0.49 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  145
]
235 0.30 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  145
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping