Query Metrics
489
Database Queries
88
Different statements
182.97 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.36 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/en/" "whitewater-schlosswand-vandans_vc5097" ] |
| 2 | 0.22 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/en/whitewater-schlosswand-vandans_vc5097"
]
|
| 3 | 0.31 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "en" ] |
| 4 | 0.51 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
2
]
|
| 5 | 0.28 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 6 | 0.46 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/whitewater-schlosswand-vandans_vc5097" "path" "auto_create" "/en/whitewater-schlosswand-vandans_vc5097" "path_query" "https://montafon-staging.conecto.rocks/en/whitewater-schlosswand-vandans_vc5097" "entire_uri" ] |
| 7 | 0.29 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
| 8 | 0.37 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/en/" "whitewater-schlosswand-vandans_vc5097" ] |
| 9 | 0.47 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/en/whitewater-schlosswand-vandans_vc5097"
]
|
| 10 | 0.39 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_tour"
]
|
| 11 | 0.69 ms |
SELECT * FROM object_relations_vcloud_tour WHERE src_id = ?
Parameters:
[
5097
]
|
| 12 | 0.32 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_concept"
]
|
| 13 | 0.48 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
19
]
|
| 14 | 0.81 ms |
SELECT assets.*, tree_locks.locked FROM assets LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset' WHERE assets.id = ?
Parameters:
[
33738
]
|
| 15 | 0.62 ms |
SELECT assets.*, tree_locks.locked FROM assets LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset' WHERE assets.id = ?
Parameters:
[
33738
]
|
| 16 | 2.81 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33738,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
57242
]
|
| 17 | 0.77 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
57242
]
|
| 18 | 1.38 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
57242
]
|
| 19 | 0.54 ms |
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
19
]
|
| 20 | 1.21 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 ] |
| 21 | 0.70 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "de" ] |
| 22 | 0.55 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "nl" ] |
| 23 | 0.26 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "fr" ] |
| 24 | 0.22 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/fr"
]
|
| 25 | 0.29 ms |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
| 26 | 0.38 ms |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
| 27 | 0.43 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
8
]
|
| 28 | 0.63 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
8
]
|
| 29 | 0.34 ms |
SELECT * FROM properties WHERE ( (cid IN (1,2) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
8
]
|
| 30 | 0.25 ms |
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
19
]
|
| 31 | 0.49 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 ] |
| 32 | 0.39 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "fr" ] |
| 33 | 0.22 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/fr"
]
|
| 34 | 0.64 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:
[ 5097 "object" ] |
| 35 | 0.51 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" 5097 ] |
| 36 | 0.37 ms |
SELECT * FROM object_collection_vcloudContentblock_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 5097 "contentblocks" ] |
| 37 | 1.81 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 5097 "contentblocks" 0 ] |
| 38 | 0.45 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 39 | 0.26 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 40 | 0.37 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 41 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 42 | 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:
[ 5097 "contentblocks" 1 ] |
| 43 | 0.23 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 44 | 0.37 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 45 | 0.34 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 46 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 47 | 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:
[ 5097 "contentblocks" 2 ] |
| 48 | 0.40 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 49 | 0.36 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 50 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 51 | 0.34 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 52 | 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:
[ 5097 "contentblocks" 3 ] |
| 53 | 0.31 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 54 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 55 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 56 | 0.34 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 57 | 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:
[ 5097 "contentblocks" 4 ] |
| 58 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 59 | 0.43 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 60 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 61 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 62 | 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:
[ 5097 "contentblocks" 5 ] |
| 63 | 0.39 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 64 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 65 | 0.37 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 66 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 67 | 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:
[ 5097 "contentblocks" 6 ] |
| 68 | 0.37 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 69 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 70 | 0.37 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 71 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 72 | 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:
[ 5097 "contentblocks" 7 ] |
| 73 | 0.32 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 74 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 75 | 0.36 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 76 | 0.25 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 77 | 0.59 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 5097 "contentblocks" 8 ] |
| 78 | 0.45 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 79 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 80 | 0.40 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 81 | 0.46 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 82 | 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:
[ 5097 "contentblocks" 9 ] |
| 83 | 0.42 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 84 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 85 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 86 | 0.35 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 87 | 1.04 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 5097 "contentblocks" 10 ] |
| 88 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 89 | 0.39 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 90 | 0.40 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 91 | 0.42 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 92 | 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:
[ 5097 "contentblocks" 11 ] |
| 93 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 94 | 0.34 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 95 | 0.44 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 96 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 97 | 0.63 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 5097 "contentblocks" 12 ] |
| 98 | 0.23 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 99 | 0.35 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 100 | 0.26 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 101 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 102 | 0.58 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 5097 "contentblocks" 13 ] |
| 103 | 0.39 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 104 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 105 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 106 | 0.24 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 107 | 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:
[ 5097 "contentblocks" 14 ] |
| 108 | 0.47 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 14
Parameters:
[] |
| 109 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 14
Parameters:
[] |
| 110 | 0.24 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 14
Parameters:
[] |
| 111 | 0.42 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 14
Parameters:
[] |
| 112 | 0.58 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 5097 "contentblocks" 15 ] |
| 113 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 15
Parameters:
[] |
| 114 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 15
Parameters:
[] |
| 115 | 0.37 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 15
Parameters:
[] |
| 116 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 5097 and fieldname = 'contentblocks' and `index` = 15
Parameters:
[] |
| 117 | 0.43 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_safety_tip"
]
|
| 118 | 0.41 ms |
SELECT * FROM object_collection_vcloudExternalLink_vcloud_safety_tip WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 7155 "externalLinks" ] |
| 119 | 0.41 ms |
SELECT * FROM object_collection_vcloudExternalLink_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 5097 "externalLinks" ] |
| 120 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 121 | 0.86 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__1215d50dcc49cf3fdaee7276c53e8b01"
]
|
| 122 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 123 | 0.91 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__a347f35204e9bf4bd717beddf436ee64"
]
|
| 124 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 125 | 0.72 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__bf0ac9d1a4206b4ee5e8efabc3b2da1a"
]
|
| 126 | 0.37 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 127 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__bf545b307e0a37c7580ef9831589c028"
]
|
| 128 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 129 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__9dfc122283b8fa6b0e743b8f6c782550"
]
|
| 130 | 0.37 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 131 | 0.66 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__034a421d09ec8dfb71cd401f53fe5a46"
]
|
| 132 | 0.35 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 133 | 0.69 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__d359beebb7c0af364fecaa5180287a93"
]
|
| 134 | 0.42 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 135 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__a34c97f26d9114af54b65b85077af299"
]
|
| 136 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 137 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__9d7093d9edfed9d1b78a6ec509ac8a1b"
]
|
| 138 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 139 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__b37a3238333098eef3e75629b19ddc5b"
]
|
| 140 | 0.35 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 141 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__ca22c0cc62181917142f378b6f585d02"
]
|
| 142 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 143 | 0.69 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__33c54ffe1b31305aa825993333a6ce2d"
]
|
| 144 | 0.40 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 145 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__1629120f96a3a7ece6c675f5e64e6e6b"
]
|
| 146 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 147 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__0127a3a16043a35c5a6426299de76461"
]
|
| 148 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 149 | 0.32 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__dab1842fca7493faf7ac006316549047"
]
|
| 150 | 0.45 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 151 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__7847d6ff99a27290456a065c2a1004c0"
]
|
| 152 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 153 | 0.66 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__5a0f39de94f120465ec12272b46e7ba9"
]
|
| 154 | 0.48 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 155 | 0.85 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__fbede5784ef2220628c61ef13b32d608"
]
|
| 156 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 157 | 0.39 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__1f4caf96f9b4c04a4782f5feb0241b64"
]
|
| 158 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 159 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__ea51a1c6d47d6bcd329750753a98adb2"
]
|
| 160 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 161 | 0.74 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__73cd9a5c0ed0f5ce048fe187ddd7a325"
]
|
| 162 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 163 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__a51cd2441231776fc6f430e7bec41283"
]
|
| 164 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 165 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__151177d0a06407cf3a09b7a4884703bb"
]
|
| 166 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 167 | 0.33 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__e3a58153befcb939a570d3400c8244e4"
]
|
| 168 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 169 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__7394df12092fe1c2f5f1f664c2504b1c"
]
|
| 170 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 171 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__e3f5def5217f8078e98be36bcd9668d9"
]
|
| 172 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 173 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__7394df12092fe1c2f5f1f664c2504b1c"
]
|
| 174 | 0.47 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 175 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57242__e3a58153befcb939a570d3400c8244e4"
]
|
| 176 | 0.54 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33738,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
57243
]
|
| 177 | 0.37 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
57243
]
|
| 178 | 0.25 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
57243
]
|
| 179 | 0.42 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 180 | 1.04 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__8748cfeeb5c8dc432081827d2e9a5183"
]
|
| 181 | 0.65 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 182 | 0.85 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__cd91faac60424af781926fd3c20527d3"
]
|
| 183 | 0.54 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 184 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__6fb10e086421c152b4ae20f150fe37d4"
]
|
| 185 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 186 | 0.70 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__e2d19a4d155aca821028a1e152008a22"
]
|
| 187 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 188 | 0.65 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__39cdf253acbe5655015ff0ddfd8239ea"
]
|
| 189 | 0.43 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 190 | 0.42 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__a186da8ca977c90fb9a6592abd5985cf"
]
|
| 191 | 0.33 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 192 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__a9163978951155003021027347ad33ca"
]
|
| 193 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 194 | 0.58 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__6a268cb94e7760cb833822539b623ac4"
]
|
| 195 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 196 | 0.52 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__72f31d7fbf4e610f17043a585eb67a94"
]
|
| 197 | 0.35 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 198 | 0.45 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__9be1f44b4a28a3721583455a534ad93b"
]
|
| 199 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 200 | 0.35 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__24d8150b444dbd6e40f92c1f2cbe4c96"
]
|
| 201 | 0.37 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 202 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__e37cdef73f5a458d703c2262f7c67976"
]
|
| 203 | 0.53 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 204 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__6912178b0f6f2db696f6764da0590ffd"
]
|
| 205 | 0.41 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 206 | 0.48 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__6afdae24a8bcbfa457c45f8b1346cc14"
]
|
| 207 | 0.31 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 208 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__e6b454841d4db8c7bc1fb385337c00e9"
]
|
| 209 | 0.37 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 210 | 0.38 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__1339c559596a5640f1028c6fdf3cc70b"
]
|
| 211 | 0.30 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 212 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__2fc9bb996478172bb3e53ad332a5a6d1"
]
|
| 213 | 0.59 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 214 | 0.35 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__557af0aa18cbcb5732034babbe463852"
]
|
| 215 | 0.30 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 216 | 0.32 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__add1a705e2d44fffdc2e411bf29fa71e"
]
|
| 217 | 0.49 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 218 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__7a712f27fa2a2e7d0c0d53544d763100"
]
|
| 219 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 220 | 0.30 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__78db3d6021bd1f1221ea882958be8ba4"
]
|
| 221 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 222 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__26e1f37dac5a75b6fcb06af4a86b53f3"
]
|
| 223 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 224 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__d681604752993e6ef294dd0fa88ae14a"
]
|
| 225 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 226 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__053c4ea640292801bf7aa00b296e5ec1"
]
|
| 227 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 228 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__b5a646d8fb191c3b2d8d78ae61f9ce41"
]
|
| 229 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 230 | 0.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__3a662c34eb9804cb3e81d68204c4f6ad"
]
|
| 231 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 232 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__b5a646d8fb191c3b2d8d78ae61f9ce41"
]
|
| 233 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 234 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57243__053c4ea640292801bf7aa00b296e5ec1"
]
|
| 235 | 0.35 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33738,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
57244
]
|
| 236 | 0.20 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
57244
]
|
| 237 | 0.25 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
57244
]
|
| 238 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 239 | 0.80 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__3670293779ac0415f6dea5af64a10ae6"
]
|
| 240 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 241 | 0.28 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__2338156545a11904834b288d3b3ed403"
]
|
| 242 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 243 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__34d2968feca9fcfa8ea9d07310008b0e"
]
|
| 244 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 245 | 0.95 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__aeb8b56c27c48b538422908c3eefbc7b"
]
|
| 246 | 0.31 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 247 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__6fb0fb6e782fe808d400de5446f9813a"
]
|
| 248 | 0.36 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 249 | 0.42 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__a821860b2e128bbb76e27ea6371702ba"
]
|
| 250 | 0.33 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 251 | 0.38 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__7a2e8b60cd0fe618361c2a25742aeeff"
]
|
| 252 | 0.48 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 253 | 0.39 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__54636467101b1aeb0553d7da73aa7c74"
]
|
| 254 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 255 | 0.36 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__4452b08e0904f0444590b1e25a293ef9"
]
|
| 256 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 257 | 0.41 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__245cb02e118b5ac93b70cb2a38898a0a"
]
|
| 258 | 0.43 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 259 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__305d08985eb7bddb45fb2b8faead0dc4"
]
|
| 260 | 0.55 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 261 | 0.44 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__57e1da4de48b058fb7252d085f7b610a"
]
|
| 262 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 263 | 0.58 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__6b1d99ceb600f4812552020f41b51294"
]
|
| 264 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 265 | 1.11 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__fe3205a01719f8898de0cc80bbd3b0db"
]
|
| 266 | 0.31 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 267 | 0.87 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__943c1ad775554ac38978331a387e1322"
]
|
| 268 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 269 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__3aef02a0c89e3503a04ca8a2b3c307df"
]
|
| 270 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 271 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__efa826b4417a69800aeb1123547fd0ed"
]
|
| 272 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 273 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__c492ce7d76a78ff006f53c67d4f13ad5"
]
|
| 274 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 275 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__fb578be505351452b58fdabdb683c31f"
]
|
| 276 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 277 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__ed46bcaa2daa327498a06de585e03158"
]
|
| 278 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 279 | 0.36 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__c8b32c96dd68d2054c69611b216b1dee"
]
|
| 280 | 0.38 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 281 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__d88afa15164d4c172c50a3391a0fa00e"
]
|
| 282 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 283 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__7f4ec04550e4c7b120dff1748fd63f0f"
]
|
| 284 | 0.31 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 285 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__520d669c09b27a1999315595f8dc9956"
]
|
| 286 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 287 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__548dae34fecddec49d9beb53e82fa6e9"
]
|
| 288 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 289 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__ecfadc5672e6fc55b33ff06a1c2370cc"
]
|
| 290 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 291 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__548dae34fecddec49d9beb53e82fa6e9"
]
|
| 292 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 293 | 0.49 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57244__520d669c09b27a1999315595f8dc9956"
]
|
| 294 | 0.66 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33738,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
57245
]
|
| 295 | 0.20 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
57245
]
|
| 296 | 0.26 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
57245
]
|
| 297 | 0.32 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 298 | 0.97 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__03d5aaef136e6f6d8c63a4245dee6a17"
]
|
| 299 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 300 | 1.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__b7d1ee8c52245eb9036b0909ad126556"
]
|
| 301 | 0.59 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 302 | 0.53 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__6719210eaf3fa8133d7d9daaca8d5331"
]
|
| 303 | 0.73 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 304 | 0.56 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__0d379c7f4d1550a41685ec8d332492cb"
]
|
| 305 | 0.32 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 306 | 0.56 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__c507075b92a862fa06a4bb813332c929"
]
|
| 307 | 0.33 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 308 | 0.38 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__2c88030e46898410247278ff07dc9b6c"
]
|
| 309 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 310 | 0.36 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__e447e5fea7c9d7ee38cada9ec79ab23c"
]
|
| 311 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 312 | 0.92 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__f0e479ae059cca4c1a4145631d09d98e"
]
|
| 313 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 314 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__9024b4026f369556066733084d5b27bb"
]
|
| 315 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 316 | 0.36 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__7bffb679ed7ec7a1d0b274a6ea2a37c8"
]
|
| 317 | 0.41 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 318 | 0.36 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__78a15569786f1d7242ba05e879b7cf95"
]
|
| 319 | 0.18 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 320 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__fcc63fa7cf2778f50f071e6f8bf04530"
]
|
| 321 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 322 | 0.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__6d4829532ed478f616dc6209ffd8d1f1"
]
|
| 323 | 0.32 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 324 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__5fded15858d8049e899562d3e4ce5a2a"
]
|
| 325 | 0.43 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 326 | 0.28 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__aa0aeea4bbc0595ae77bc28e7ac7036f"
]
|
| 327 | 0.35 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 328 | 0.41 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__321b621b12dcba23cebf2af07935e85e"
]
|
| 329 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 330 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__836e6332d7344fa3020773e050050bfb"
]
|
| 331 | 0.38 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 332 | 0.33 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__b503e199807de6222421c64aafb6312b"
]
|
| 333 | 0.37 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 334 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__ff320cb81ea1083fa5d5bb9507c2d15a"
]
|
| 335 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 336 | 0.39 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__95ec1d3670b0721e986c6142ea5d70ad"
]
|
| 337 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 338 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__c7ccd7ba0d3cc9354c679a847617eb60"
]
|
| 339 | 0.33 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 340 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__4ad4dfdb234e4aaae37152dfd8078fde"
]
|
| 341 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 342 | 0.26 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__ca2bda048b2a8849317ea4b52283ca6f"
]
|
| 343 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 344 | 0.39 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__2959b1d36df0ca313c290860bc03d2c2"
]
|
| 345 | 0.37 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 346 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__1b996428ab1fadebb41f7410c0499ca7"
]
|
| 347 | 0.35 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 348 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__fa47285cb60f2bc4c6dcc7868ff0f161"
]
|
| 349 | 0.35 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 350 | 0.26 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__1b996428ab1fadebb41f7410c0499ca7"
]
|
| 351 | 0.35 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 352 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57245__2959b1d36df0ca313c290860bc03d2c2"
]
|
| 353 | 0.62 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33738,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
57246
]
|
| 354 | 0.20 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
57246
]
|
| 355 | 0.22 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
57246
]
|
| 356 | 0.27 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 357 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__0de85ba408b2b77c6327276feb9a4c19"
]
|
| 358 | 0.37 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 359 | 0.90 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__130b2ccd49a40eaf6f801e04a4528089"
]
|
| 360 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 361 | 0.91 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__5b5e7cc56b4889000830bde2b464aefa"
]
|
| 362 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 363 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__6f1e4460d0678acefa10e0a6cf96b0d6"
]
|
| 364 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 365 | 1.60 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__bade8dbb52b5508ce5d15b6713e8f04a"
]
|
| 366 | 0.53 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 367 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__048d5e329fdfa32523490b4aa799dff0"
]
|
| 368 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 369 | 0.31 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__c9aed6d80a99a55d1fdc84ec6649244e"
]
|
| 370 | 1.28 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 371 | 0.67 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__0a1280e7628ae2875d364395d1f285e2"
]
|
| 372 | 0.43 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 373 | 0.88 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__2dbc2898f0de40527268bb4804d5a031"
]
|
| 374 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 375 | 0.36 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__93fdc836931fa2c80ee817d35fd25e2a"
]
|
| 376 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 377 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__e9be2b25e182c6e5950f8ee17f35362b"
]
|
| 378 | 0.42 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 379 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__988e23b53d9da46d3c8b65fd86e272c3"
]
|
| 380 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 381 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__2fd4b2832bb114e2fedf4009dff5fb47"
]
|
| 382 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 383 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__8b49c401dd6851d200fcf212c0313804"
]
|
| 384 | 0.27 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 385 | 0.49 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__1ec01184cc6cdba2ed93467c454939ef"
]
|
| 386 | 0.28 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 387 | 0.70 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__4eaa112776c729d90071eee12ccd08fb"
]
|
| 388 | 0.32 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 389 | 0.58 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__36b0395381b9de4a83de080929237de7"
]
|
| 390 | 0.28 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 391 | 0.65 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__1e9d05a61be4d290e67f0fc5c3ad91e2"
]
|
| 392 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 393 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__b36fad087cf7c3354d406e24b48bf219"
]
|
| 394 | 0.53 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 395 | 0.31 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__75ac87167ebcf993c8369d538337312f"
]
|
| 396 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 397 | 0.52 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__76460030f037420b5ddf4c8ab0286cee"
]
|
| 398 | 0.38 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 399 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__32d9280552b8400174eb3c381a167ad4"
]
|
| 400 | 0.32 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 401 | 0.51 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__4a75074eed858e6bd663aef319493594"
]
|
| 402 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 403 | 0.39 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__1251ee9536891398ff008b7c085f810e"
]
|
| 404 | 0.26 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 405 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__fda6ca01be3004134dac4246200cd192"
]
|
| 406 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 407 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__2345dff02189b30376ae5ede325ad8c6"
]
|
| 408 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 409 | 0.35 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__5547f45498c3e8bc445e7707aab4030e"
]
|
| 410 | 0.36 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 411 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__2345dff02189b30376ae5ede325ad8c6"
]
|
| 412 | 0.38 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 413 | 0.36 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57246__fda6ca01be3004134dac4246200cd192"
]
|
| 414 | 1.00 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33738,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
57247
]
|
| 415 | 0.54 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
57247
]
|
| 416 | 0.67 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
57247
]
|
| 417 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 418 | 0.69 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__db7d849535c22e0f03040122e6b70573"
]
|
| 419 | 0.41 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 420 | 0.78 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__55a4fcd2bd3469c974e1fd4728d5af1a"
]
|
| 421 | 0.54 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 422 | 0.67 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__034420f2757413173ab82c20f049303a"
]
|
| 423 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 424 | 0.55 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__3dd4fddaeec1a2792656c1e46d847779"
]
|
| 425 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 426 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__1bf94aaec38c862f7dc80b1532b91b06"
]
|
| 427 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 428 | 0.57 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__52eab70948e5c63a3b3f32c24a591fb5"
]
|
| 429 | 0.32 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 430 | 0.31 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__d3b14c09b48a2c268cc996ec8e1c96af"
]
|
| 431 | 0.18 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 432 | 0.58 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__2ec453b8ec0db41ea884e1e0b46a8805"
]
|
| 433 | 0.50 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 434 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__070f7768be4feae65c7a1eb448a5262d"
]
|
| 435 | 0.38 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 436 | 0.58 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__bc73f3a36514dcf88f9c527df6d9e151"
]
|
| 437 | 0.35 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 438 | 0.42 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__afd79d1fe7903a3a90dfae2ea49068d7"
]
|
| 439 | 0.33 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 440 | 0.42 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__4cedf9f94477ca098ce1fe59dcd1906b"
]
|
| 441 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 442 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__322038249862e0b87aecddeb4f0db9e6"
]
|
| 443 | 0.38 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 444 | 0.48 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__e150e67e3cedd91496eaee63723a5d03"
]
|
| 445 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 446 | 0.17 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__4a154fc544ae17e1c02128280769f7f0"
]
|
| 447 | 0.40 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 448 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__0112ae13c166fa969db762fba1a97405"
]
|
| 449 | 0.57 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 450 | 0.31 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__7d12df1952692059f0e9bc982736ad65"
]
|
| 451 | 0.17 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 452 | 0.35 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__9a52f143a9953d8eb81c4d547ef8fe0d"
]
|
| 453 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 454 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__7ebd66f5dfdf48b25f57abda6731e7d8"
]
|
| 455 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 456 | 1.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__f729a55275836061aa60db1b258c95f9"
]
|
| 457 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 458 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__9580fcbe8b23edd14efaff511f3c88c1"
]
|
| 459 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 460 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__ee3acee2173691f5136a0bbc37785acd"
]
|
| 461 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 462 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__c9b66836c2f541f0201de1667a577eb2"
]
|
| 463 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 464 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__57161a0aa8d48d5c3536ce1b8aad0438"
]
|
| 465 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 466 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__1b1bdeaba030dee2dd41048493c991c6"
]
|
| 467 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 468 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__54de3bb05a493df47fe40d600be54bb8"
]
|
| 469 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 470 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__86939c5a9e59a043cf8dc1a90434c488"
]
|
| 471 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 472 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__54de3bb05a493df47fe40d600be54bb8"
]
|
| 473 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 474 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_57247__1b1bdeaba030dee2dd41048493c991c6"
]
|
| 475 | 0.24 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/en/snippets/" "footer" ] |
| 476 | 0.32 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 477 | 0.53 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" ] |
| 478 | 0.38 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
23
]
|
| 479 | 0.85 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
7
]
|
| 480 | 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
]
|
| 481 | 0.22 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
5
]
|
| 482 | 0.29 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
5
]
|
| 483 | 0.27 ms |
SELECT * FROM properties WHERE ( (cid IN (1,3) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
5
]
|
| 484 | 0.24 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
149
]
|
| 485 | 0.34 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
149
]
|
| 486 | 0.39 ms |
SELECT * FROM properties WHERE ( (cid IN (1,3) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
149
]
|
| 487 | 0.30 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
145
]
|
| 488 | 0.23 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
145
]
|
| 489 | 0.25 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
| Class | Mapping errors |
|---|---|
| FormBuilderBundle\Model\OutputWorkflow | No errors. |
| FormBuilderBundle\Model\FormDefinition | No errors. |
| FormBuilderBundle\Model\OutputWorkflowChannel | No errors. |