Query Metrics

313 Database Queries
81 Different statements
167.83 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "golmi-s-forschungspfad-1-1_vc12425"
]
2 0.31 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/golmi-s-forschungspfad-1-1_vc12425"
]
3 0.29 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "en"
]
4 0.54 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  2
]
5 2.62 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
6 1.06 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/golmi-s-forschungspfad-1-1_vc12425"
  "path"
  "auto_create"
  "/en/golmi-s-forschungspfad-1-1_vc12425"
  "path_query"
  "https://montafon-staging.conecto.rocks/en/golmi-s-forschungspfad-1-1_vc12425"
  "entire_uri"
]
7 0.63 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
8 0.34 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "golmi-s-forschungspfad-1-1_vc12425"
]
9 0.39 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/golmi-s-forschungspfad-1-1_vc12425"
]
10 1.13 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_tour"
]
11 0.41 ms
SELECT * FROM object_relations_vcloud_tour WHERE src_id = ?
Parameters:
[
  12425
]
12 0.74 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_concept"
]
13 0.29 ms
SELECT * FROM object_relations_vcloud_concept WHERE src_id = ?
Parameters:
[
  12414
]
14 0.25 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "golm"
]
15 0.21 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
16 0.40 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  19
]
17 1.18 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,92134,33065,151) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  92135
]
18 0.59 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  92135
]
19 3.91 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  92135
]
20 0.29 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
21 0.33 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  19
  19
  19
]
22 0.23 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "de"
]
23 0.18 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "nl"
]
24 0.21 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "fr"
]
25 0.18 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/fr"
]
26 0.22 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
27 0.23 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
28 0.22 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
29 3.42 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
30 0.78 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
31 2.85 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  8
]
32 0.68 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  8
]
33 0.43 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,2) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  8
]
34 2.84 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
35 0.46 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
]
36 0.28 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "fr"
]
37 0.24 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/fr"
]
38 0.24 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
39 0.25 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
40 0.24 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
41 0.50 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
42 1.61 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:
[
  12425
  "object"
]
43 2.78 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"
  12425
]
44 0.89 ms
SELECT * FROM object_collection_vcloudContentblock_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  12425
  "contentblocks"
]
45 1.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:
[
  12425
  "contentblocks"
  0
]
46 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
47 0.24 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
48 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
49 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
50 0.51 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  1
]
51 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
52 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
53 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
54 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
55 0.47 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  2
]
56 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
57 0.24 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
58 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
59 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
60 0.46 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  3
]
61 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
62 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
63 0.61 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
64 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
65 0.45 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  4
]
66 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
67 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
68 0.23 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
69 0.23 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
70 0.47 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  5
]
71 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
72 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
73 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
74 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
75 0.45 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  6
]
76 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
77 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
78 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
79 0.23 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
80 0.47 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  7
]
81 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
82 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
83 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
84 0.25 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  7
Parameters:
[]
85 0.44 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  8
]
86 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
87 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
88 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
89 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  8
Parameters:
[]
90 2.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:
[
  12425
  "contentblocks"
  9
]
91 0.47 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
92 0.58 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
93 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
94 0.97 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  9
Parameters:
[]
95 1.30 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  10
]
96 1.01 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
97 0.26 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
98 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
99 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  10
Parameters:
[]
100 2.95 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  11
]
101 0.23 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
102 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
103 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
104 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  11
Parameters:
[]
105 0.92 ms
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  12425
  "contentblocks"
  12
]
106 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
107 0.19 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
108 0.20 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
109 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  12
Parameters:
[]
110 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:
[
  12425
  "contentblocks"
  13
]
111 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
112 0.22 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
113 0.21 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
114 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 12425 and fieldname = 'contentblocks' and `index` =  13
Parameters:
[]
115 0.36 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_safety_tip"
]
116 1.86 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_safety_tip WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  7155
  "externalLinks"
]
117 0.48 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  12425
  "externalLinks"
]
118 0.52 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  30
]
119 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
120 1.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__67ac1c6499bbed61a688dbabc96666be"
]
121 0.53 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
122 0.38 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__788a4a1ca7c42e5111f0dd0f16014bed"
]
123 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
124 3.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__4eb2c0873f5cbf9cf22163ca25c07332"
]
125 0.39 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
126 2.74 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__e7ce43ef222c2c6456a33e750644fc16"
]
127 0.36 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
128 0.76 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__3d4e1f21e980df11bdc9c94bf9e8fc70"
]
129 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
130 2.85 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__3816253ab6197cd6c66c822460c9042b"
]
131 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
132 0.89 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__dcb81f1ee430eac5b438b99831d4ea1d"
]
133 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
134 0.89 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__2394de1167789e3ef4af6ae21102566e"
]
135 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
136 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__69a592895679ba3d588ea58469b06932"
]
137 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
138 2.06 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__db52ee58382d42eccbae8e17a21359db"
]
139 0.34 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
140 0.33 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__febdc7c617512b1a29dd955fe4167b99"
]
141 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
142 1.42 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__cd3c2b297d71b8f10bb320e1882596eb"
]
143 1.47 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
144 0.95 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__b18d5dbc4dbeb31166a73051c7e6d67f"
]
145 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
146 0.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__4244f8ab6bebf8b1b28e337cce952286"
]
147 2.75 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
148 0.32 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__4dde4b61c94bd30c2c0a5df7f165926a"
]
149 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
150 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__fa1940f29285cc69d62338038185a9e3"
]
151 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
152 3.04 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__976c092d25411c760444c62cae6858e2"
]
153 7.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
154 0.59 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__47a6d9d5271416e59c9d7e9e882d76a9"
]
155 0.40 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
156 1.31 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__2ac1811ad2b48a757e3432ad85e09cc1"
]
157 0.38 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
158 0.70 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__2eb020d305252dd71dbc1118e46e401e"
]
159 1.07 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
160 3.13 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__95f5b064b45390e1a50cf9c955ce23b2"
]
161 0.39 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
162 0.81 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__a222bc60cc53195bb6aaacaa796d7119"
]
163 1.03 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
164 1.29 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__b68edcb5f1dc487a305b8116289600d3"
]
165 2.02 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
166 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__941fd5af4af69dcc4dd65f0bef58359f"
]
167 1.71 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
168 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__c3ab525d67b5e41d6093f1b30bdcb45a"
]
169 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
170 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__baa7da7e91565d882ad5d3a84f5fb2c2"
]
171 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
172 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__35d88d2b1ef1cdcea601cb5ad12b0697"
]
173 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
174 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__baa7da7e91565d882ad5d3a84f5fb2c2"
]
175 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
176 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92135__c3ab525d67b5e41d6093f1b30bdcb45a"
]
177 0.44 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,92134,33065,151) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  92136
]
178 0.23 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  92136
]
179 0.27 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  92136
]
180 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
181 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__6d028fa3bce91c5d8da8dccf20954efb"
]
182 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
183 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__2002ab8b7c9f69a2c27d24e8cd6fe246"
]
184 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
185 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__c67dc7ac83bae59edfdd62ce3781e910"
]
186 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
187 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__59a05f9027b9ccc73df3835fffa95f85"
]
188 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
189 0.26 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__b42331b1898dc9a4d19278eae0c7aa0f"
]
190 0.78 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
191 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__066a901e44a1e65dedb257d1d7ffd0f1"
]
192 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
193 0.44 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__5f8e6a3a0c19ee8ffef63109c1d83b30"
]
194 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
195 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__ca9b93dc316697375c9a4cf148f3ba45"
]
196 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
197 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__04378f9a9581becaea7c7e6b8584ea06"
]
198 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
199 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__8f236b6962d5e774defd3e81c44a56a9"
]
200 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
201 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__5d52c138333d5804d19ac644ae30acd8"
]
202 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
203 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__caf0f4bc1695d169f979e9f50f3a235e"
]
204 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
205 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__cb818359f04489fc9d1cce29a41dbec0"
]
206 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
207 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__a74adcd861735f763b88949501e7965d"
]
208 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
209 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__2aa6cadbb590c32cff5e7fdb34dd9569"
]
210 0.24 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
211 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__e99b6df01f9897520d96aee01baebe02"
]
212 0.19 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_92136__e88099dcfc325ce34bee8453a998e067"
]
214 0.20 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_92136__c4facfea6137fcca037a5a68acd887f7"
]
216 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
217 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__71e739bfe8674529003b66c7b4d84bbb"
]
218 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
219 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__d5166e9ef97afb173b68720ea23d9f99"
]
220 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
221 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__cec41da9de443c8238b5af76a9cb67b5"
]
222 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
223 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__37e9ae37dda94133711f73680d25d645"
]
224 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
225 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__85c68b121a1c69666de4da60c23f0282"
]
226 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
227 0.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__b28583778c10f61b04a7860dca4dd2fd"
]
228 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
229 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__f38f5dd6ea9ed80762db69e5c4df387a"
]
230 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
231 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__7dfe042fc7a1b16df1c7a64a5e91c3ce"
]
232 0.21 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
233 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__f3a3e122ff1b2db472735acae1a2eea1"
]
234 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
235 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__7dfe042fc7a1b16df1c7a64a5e91c3ce"
]
236 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
237 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92136__f38f5dd6ea9ed80762db69e5c4df387a"
]
238 3.49 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,92134,33065,151) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  92137
]
239 0.23 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  92137
]
240 0.22 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  92137
]
241 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
242 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__8627d710cc8f24a6eb17c6b60b824d2f"
]
243 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
244 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__7ff4443e67087a0772eda0eb2437163b"
]
245 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
246 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__fa847cbb18b5049c887f4fb9e87a2574"
]
247 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
248 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__244f03383871f71900717de17aadc6ba"
]
249 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
250 2.94 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__ba780aa5716e451251c2f807c4c0aa79"
]
251 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
252 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__320f6691df5a0d705fa58409bb8f79ac"
]
253 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
254 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__ef9d6cc6284fe820d237211f61a32205"
]
255 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
256 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__7307c886921811f0bd1271e48f90bdfa"
]
257 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
258 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__bb002131857bbef3eb2d35c02907ad50"
]
259 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
260 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__cc41c32895aee094e92dd7edd830cbb6"
]
261 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
262 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__3f1aea5c2850e54ce98a86ef12c6643c"
]
263 1.66 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
264 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__8e4876269e1fef5eebfeb8f3b07b9177"
]
265 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
266 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__a053ba0a2582b67534dc9621c3610c8b"
]
267 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
268 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__05d8365bcb2515f203dd7d2f2663025d"
]
269 0.16 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
270 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__d6bf970b28ca03d44e6978d5f16394a5"
]
271 1.64 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
272 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__db2fc66654f1485b8ccb1679ca2e7694"
]
273 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
274 0.16 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__714a84b262d7e1b7c918d068c2a26431"
]
275 2.15 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
276 0.27 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__117790b041bddde73dc55edeeaba19c3"
]
277 2.48 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
278 0.25 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__481f5618a6c01a3ef5e04431461bafb2"
]
279 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
280 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__c6a99effbc3b9100e0f885d491172e16"
]
281 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
282 0.28 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__1c1c37baaced9e607af8b993e32d8e30"
]
283 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
284 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__d6c7831d9ab9cbcea009ed17cebdb841"
]
285 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
286 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__e30819b662d63e6fa5185e41001b7864"
]
287 0.17 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
288 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__d56a82df16496e507d74e72f6651766a"
]
289 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
290 0.19 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__ac581b51e1d6e1085e2d6e539f738a41"
]
291 0.19 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
292 0.18 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__dc21550e4b91525ad979f33ec575db15"
]
293 0.18 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
294 0.23 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__07c2c1ef981ec4a8d38fe80ce4a342a0"
]
295 0.20 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
296 0.20 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__dc21550e4b91525ad979f33ec575db15"
]
297 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "textMedia_1-33_3"
  "pimcore_image_thumbnails"
]
298 0.21 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_92137__ac581b51e1d6e1085e2d6e539f738a41"
]
299 0.22 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/snippets/"
  "footer"
]
300 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
301 0.49 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"
]
302 0.26 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  23
]
303 0.27 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  7
]
304 0.27 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
]
305 0.23 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5
]
306 0.27 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5
]
307 0.31 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  5
]
308 0.24 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  149
]
309 0.24 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  149
]
310 1.21 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  149
]
311 0.25 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  145
]
312 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  145
]
313 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.

Entities Mapping