Query Metrics
356
Database Queries
82
Different statements
228.27 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.45 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/en/" "circular-hiking-trail-on-bartholomaeberg-via-tora-fula-and-fritzasee_vc4511" ] |
| 2 | 0.27 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/en/circular-hiking-trail-on-bartholomaeberg-via-tora-fula-and-fritzasee_vc4511"
]
|
| 3 | 0.20 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "en" ] |
| 4 | 0.56 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
2
]
|
| 5 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 6 | 0.77 ms |
SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "/en/circular-hiking-trail-on-bartholomaeberg-via-tora-fula-and-fritzasee_vc4511" "path" "auto_create" "/en/circular-hiking-trail-on-bartholomaeberg-via-tora-fula-and-fritzasee_vc4511" "path_query" "https://montafon-staging.conecto.rocks/en/circular-hiking-trail-on-bartholomaeberg-via-tora-fula-and-fritzasee_vc4511" "entire_uri" ] |
| 7 | 1.78 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
| 8 | 0.97 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/en/" "circular-hiking-trail-on-bartholomaeberg-via-tora-fula-and-fritzasee_vc4511" ] |
| 9 | 0.79 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/en/circular-hiking-trail-on-bartholomaeberg-via-tora-fula-and-fritzasee_vc4511"
]
|
| 10 | 0.83 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_tour"
]
|
| 11 | 1.85 ms |
SELECT * FROM object_relations_vcloud_tour WHERE src_id = ?
Parameters:
[
4511
]
|
| 12 | 0.66 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_concept"
]
|
| 13 | 1.13 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
19
]
|
| 14 | 1.85 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33152,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
59412
]
|
| 15 | 1.38 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
59412
]
|
| 16 | 1.25 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
59412
]
|
| 17 | 0.44 ms |
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
19
]
|
| 18 | 0.76 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 ] |
| 19 | 0.54 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "de" ] |
| 20 | 0.39 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "nl" ] |
| 21 | 0.33 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "fr" ] |
| 22 | 1.02 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/fr"
]
|
| 23 | 0.96 ms |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
| 24 | 0.58 ms |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
| 25 | 0.65 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
8
]
|
| 26 | 1.19 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
8
]
|
| 27 | 0.69 ms |
SELECT * FROM properties WHERE ( (cid IN (1,2) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
8
]
|
| 28 | 0.83 ms |
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
19
]
|
| 29 | 0.69 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 ] |
| 30 | 0.44 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "fr" ] |
| 31 | 0.34 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/fr"
]
|
| 32 | 0.49 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_poi"
]
|
| 33 | 1.85 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:
[ 4511 "object" ] |
| 34 | 1.24 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" 4511 ] |
| 35 | 2.01 ms |
SELECT * FROM object_collection_vcloudContentblock_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 4511 "contentblocks" ] |
| 36 | 3.13 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 0 ] |
| 37 | 0.51 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 38 | 0.33 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 39 | 0.27 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 40 | 0.39 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 41 | 0.80 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 1 ] |
| 42 | 0.41 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 43 | 0.36 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 44 | 0.33 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 45 | 0.27 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 46 | 0.61 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 2 ] |
| 47 | 0.33 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 48 | 0.33 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 49 | 0.28 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 50 | 0.28 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 51 | 0.60 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 3 ] |
| 52 | 0.45 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 53 | 0.28 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 54 | 0.48 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 55 | 0.43 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 56 | 0.67 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 4 ] |
| 57 | 0.35 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 58 | 0.33 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 59 | 0.32 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 60 | 0.29 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 61 | 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:
[ 4511 "contentblocks" 5 ] |
| 62 | 0.84 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 63 | 0.39 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 64 | 0.91 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 65 | 0.86 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 66 | 1.60 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 6 ] |
| 67 | 0.58 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 68 | 0.55 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 69 | 0.49 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 70 | 0.51 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 71 | 0.98 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 7 ] |
| 72 | 0.43 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 73 | 0.33 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 74 | 0.37 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 75 | 0.31 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 76 | 0.73 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 8 ] |
| 77 | 0.33 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 78 | 0.29 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 79 | 0.29 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 80 | 0.34 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 81 | 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:
[ 4511 "contentblocks" 9 ] |
| 82 | 0.38 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 83 | 0.37 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 84 | 0.27 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 85 | 0.32 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 86 | 0.74 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 10 ] |
| 87 | 0.42 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 88 | 0.70 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 89 | 0.55 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 90 | 0.45 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 91 | 1.15 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 11 ] |
| 92 | 0.46 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 93 | 0.49 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 94 | 0.42 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 95 | 0.45 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 96 | 1.06 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4511 "contentblocks" 12 ] |
| 97 | 0.50 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 98 | 0.42 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 99 | 0.41 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 100 | 0.40 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 101 | 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:
[ 4511 "contentblocks" 13 ] |
| 102 | 0.71 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 103 | 0.79 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 104 | 0.56 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 105 | 0.62 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4511 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 106 | 0.60 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_safety_tip"
]
|
| 107 | 0.69 ms |
SELECT * FROM object_collection_vcloudExternalLink_vcloud_safety_tip WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 7155 "externalLinks" ] |
| 108 | 0.51 ms |
SELECT * FROM object_collection_vcloudExternalLink_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 4511 "externalLinks" ] |
| 109 | 0.66 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 110 | 2.35 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__923222a95285d68438a999e8a1576b3e"
]
|
| 111 | 0.57 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 112 | 1.38 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__e780b60291138863197012bf207a060d"
]
|
| 113 | 0.44 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 114 | 0.84 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__a238ff929b014c6b59b05fce6cf97ad2"
]
|
| 115 | 0.43 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 116 | 1.00 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__161f229610437091ce55467f26954a9d"
]
|
| 117 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 118 | 0.36 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__aa1b531802bfc55f632390a9be0e594b"
]
|
| 119 | 0.35 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 120 | 0.95 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__3d81a1c826d80494d5986de7a9d431e3"
]
|
| 121 | 0.42 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 122 | 0.97 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__cbaef4b3f8ba124af32e074cb6b0e836"
]
|
| 123 | 0.38 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 124 | 1.01 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__5a287a4a642c032a57b1eb7ab0b78d0d"
]
|
| 125 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 126 | 0.63 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__0fd54888afd4a4e9f621a48fb9c77d1e"
]
|
| 127 | 0.48 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 128 | 0.42 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__725d7a5d3b8da6f19c59b179219b80f2"
]
|
| 129 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 130 | 0.39 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__c307be76e9722de0b9f23894115099d8"
]
|
| 131 | 0.37 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 132 | 0.38 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__66abee5f31359134461e72fff9b55f95"
]
|
| 133 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 134 | 0.34 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__bd0fbec62d5653fe213e762ff1e02e35"
]
|
| 135 | 0.29 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 136 | 1.02 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__bd0cafd5f6299aec947a85a3c979dc8e"
]
|
| 137 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 138 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__63c07ae2e2395abb92a777949be452a5"
]
|
| 139 | 0.30 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 140 | 0.31 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__8f47cb9a769b0a927f60af07d6802361"
]
|
| 141 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 142 | 0.93 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__fb98ad4c8ff911fb58d47a34ad546cf1"
]
|
| 143 | 0.32 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 144 | 0.35 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__e0ee939a9ddcdc5fb96c1001433ed3ce"
]
|
| 145 | 0.47 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 146 | 0.39 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__4a13aa0440d17e11ab44fc39b6fe403b"
]
|
| 147 | 0.37 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 148 | 0.43 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__b713f1a3e2757c26904968de5d894264"
]
|
| 149 | 0.46 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 150 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__99db9eb4bd0e5806230fb83c1e60bf62"
]
|
| 151 | 0.80 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 152 | 0.84 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__65815550dee04952451707ad71d5ab40"
]
|
| 153 | 0.72 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 154 | 0.67 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__9f23a7c36d3b472478f1b476b982f81f"
]
|
| 155 | 0.60 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 156 | 0.61 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__f91b85059c63d7f319c5205fcde4aa17"
]
|
| 157 | 0.61 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 158 | 1.48 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__00a7e72817a3b4ca984236ac040e561c"
]
|
| 159 | 0.46 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 160 | 0.47 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__6fd0342acb704cd6487c3ea7f778b3d3"
]
|
| 161 | 0.41 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 162 | 0.44 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__00a7e72817a3b4ca984236ac040e561c"
]
|
| 163 | 0.46 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 164 | 0.43 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59412__f91b85059c63d7f319c5205fcde4aa17"
]
|
| 165 | 0.92 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33152,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
59413
]
|
| 166 | 0.53 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
59413
]
|
| 167 | 0.68 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
59413
]
|
| 168 | 0.66 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 169 | 1.66 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__662d85b1bed761fbdcdc3fd81d01ddc8"
]
|
| 170 | 0.56 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 171 | 1.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__d29c0e8bd2dc362c9693497069a704e9"
]
|
| 172 | 0.48 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 173 | 0.49 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__ae06ae6e625fc20021ce22f7cd3be069"
]
|
| 174 | 0.59 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 175 | 0.50 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__6e1e3398ae7ffc2db10e1ca19c19e89d"
]
|
| 176 | 0.49 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 177 | 0.46 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__53944ddc49d89c9eba7fb30b027d9a8a"
]
|
| 178 | 0.58 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 179 | 0.62 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__1cf70ac15493f990334eea018bdd3b44"
]
|
| 180 | 0.51 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 181 | 0.62 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__75f2e06a9f3037437f0b31f2797bb42b"
]
|
| 182 | 0.57 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 183 | 0.66 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__743301fcf88f20b7d6203adce277acb7"
]
|
| 184 | 0.51 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 185 | 0.54 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__cd2ed284b5e53ed2e8add594f5de53e1"
]
|
| 186 | 0.59 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 187 | 0.51 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__43b807c316b91bcc488d99840df82d0a"
]
|
| 188 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 189 | 0.67 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__765474ce153baf7293562a8e18ee6f2e"
]
|
| 190 | 0.54 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 191 | 0.58 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__bbbda1693e5841ac85037195b49905a9"
]
|
| 192 | 0.82 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 193 | 0.62 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__5db66538faced3d4b97f82ed3aaf5e6f"
]
|
| 194 | 0.48 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 195 | 1.43 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__ed4da9ffe49993c302e9c8b980c1feea"
]
|
| 196 | 0.62 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 197 | 0.85 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__e641b0627d4cf5c56dae939713b3bda1"
]
|
| 198 | 0.72 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 199 | 0.70 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__4cf712519c92efbc5b1de9fc901e5247"
]
|
| 200 | 0.73 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 201 | 0.72 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__2ee953d0f4526ba163fb809d4886e435"
]
|
| 202 | 0.62 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 203 | 0.56 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__5c9242b36ab38a795c1da50bb48a1283"
]
|
| 204 | 0.69 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 205 | 0.71 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__ceedee061309bf23e7d96ab0001c5bce"
]
|
| 206 | 0.58 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 207 | 0.64 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__e2bd5da180c8d0ed305ed7ddbf732020"
]
|
| 208 | 0.57 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 209 | 0.53 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__a8909ec990967ec8e5d889ae42b25162"
]
|
| 210 | 0.41 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 211 | 0.32 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__8797c81c72d93ff80aff8d225f95555c"
]
|
| 212 | 0.54 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 213 | 0.36 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__fbbc49495f0ad407830f2095c5c28b70"
]
|
| 214 | 0.92 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 215 | 1.12 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__52dd0d85eb3fc13bfab8f5b79b8b1e77"
]
|
| 216 | 0.59 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 217 | 0.51 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__859b2f2231a3a6d1389a62c12e3290cc"
]
|
| 218 | 0.59 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 219 | 0.53 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__c161f019ac23793cb954ce221deff489"
]
|
| 220 | 0.96 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 221 | 0.80 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__859b2f2231a3a6d1389a62c12e3290cc"
]
|
| 222 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 223 | 0.44 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59413__52dd0d85eb3fc13bfab8f5b79b8b1e77"
]
|
| 224 | 1.95 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33152,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
59414
]
|
| 225 | 0.51 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
59414
]
|
| 226 | 0.37 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
59414
]
|
| 227 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 228 | 0.87 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__4515abc62bab64cac3914347322ed1ce"
]
|
| 229 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 230 | 0.31 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__3038601e5edf23a60111706dfd277a47"
]
|
| 231 | 0.48 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 232 | 1.36 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__7c5d21aeba29fa9d916593596b251bc4"
]
|
| 233 | 0.40 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 234 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__5673b46918892c4d49b73158724027d3"
]
|
| 235 | 0.47 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 236 | 0.39 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__d2b3bec30b308964399801ecbed7f7c3"
]
|
| 237 | 0.42 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 238 | 0.79 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__a23a592c516e27b3c03d2f2d1415be79"
]
|
| 239 | 0.55 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 240 | 0.75 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__6c17f1dc1c59de4e0b60c13bb435cc17"
]
|
| 241 | 0.79 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 242 | 0.46 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__bc7a3a1e3439315b886e5d9621bac851"
]
|
| 243 | 0.32 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 244 | 0.38 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__34a45e33a8c7d3efb1ab55c0b3328b67"
]
|
| 245 | 0.36 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 246 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__b7b8575982529d715818458ad3277322"
]
|
| 247 | 0.49 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 248 | 0.73 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__aa92bbb2d069788640ceb53a4280f315"
]
|
| 249 | 0.68 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 250 | 0.61 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__61ac781840a2b4771b09ea41853d6325"
]
|
| 251 | 0.76 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 252 | 0.68 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__3029ac540e0d821602d0d69bc058258f"
]
|
| 253 | 0.75 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 254 | 0.80 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__3f74f683147250a27b61f869902feeed"
]
|
| 255 | 0.74 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 256 | 0.86 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__6539f5aa1204266008c78e02e7a802d1"
]
|
| 257 | 0.67 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 258 | 0.61 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__92064f4ed1be93dcdb440f4d0374a472"
]
|
| 259 | 0.59 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 260 | 0.89 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__6f50c00ccbbc0c389a009ce15df6291e"
]
|
| 261 | 0.65 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 262 | 0.59 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__1f4d7fee479dd685e83eac457d60ec58"
]
|
| 263 | 0.54 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 264 | 0.62 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__460837a93e28db898a8b030b5bc0ff8c"
]
|
| 265 | 0.46 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 266 | 0.51 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__f8e86bac005956221e229e0867990b39"
]
|
| 267 | 0.50 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 268 | 0.52 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__4e2e698eca6c5b1df899687602817949"
]
|
| 269 | 0.60 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 270 | 0.57 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__07cad12fe67683a93e619e3d13feb4b5"
]
|
| 271 | 0.47 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 272 | 0.39 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__605256a3ff6db3ba67036bf6b27900f4"
]
|
| 273 | 0.38 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 274 | 0.44 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__4f42b35beb191469a486b8b2ef9ae58c"
]
|
| 275 | 0.38 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 276 | 0.39 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__0855fb3a981da4f1449231809aa72a8f"
]
|
| 277 | 0.40 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 278 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__8c8d3e308263dee1128b0d239d3d487a"
]
|
| 279 | 0.40 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 280 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__0855fb3a981da4f1449231809aa72a8f"
]
|
| 281 | 0.35 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 282 | 0.46 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_59414__4f42b35beb191469a486b8b2ef9ae58c"
]
|
| 283 | 0.91 ms |
SELECT * FROM object_collection_vcloudOpeningHours_vcloud_poi WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 3687 "openingHours" ] |
| 284 | 0.62 ms |
SELECT * FROM object_relations_vcloud_poi WHERE src_id = ?
Parameters:
[
3687
]
|
| 285 | 1.69 ms |
SELECT * FROM properties WHERE ( (cid IN (1,32328,26785,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
75048
]
|
| 286 | 0.60 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
75048
]
|
| 287 | 1.39 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
75048
]
|
| 288 | 0.54 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 289 | 1.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__12a102c56e287fbad714bdb620b63c5e"
]
|
| 290 | 0.43 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 291 | 1.63 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__4c35ea585048bf373f3f1693bea7fe9e"
]
|
| 292 | 0.52 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 293 | 1.12 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__3c768e4e191e02659cf25ae5f28c52bb"
]
|
| 294 | 0.58 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 295 | 1.16 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__f0040afb850ba62eb8753a884bd914b7"
]
|
| 296 | 0.66 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 297 | 1.17 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__9f0f3d4a4088b300b4aa850b7185e0e8"
]
|
| 298 | 0.62 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 299 | 0.63 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__7d8f1736b3543bbdc068589233b8a633"
]
|
| 300 | 0.57 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 301 | 0.63 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__826450323ec322119dac420b245d23d7"
]
|
| 302 | 0.49 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 303 | 0.60 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__60e66ec3b1b01d8b707f039a4c5a7efd"
]
|
| 304 | 0.56 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 305 | 1.42 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__0135dfe9f7dd67323be84bf797641771"
]
|
| 306 | 0.53 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 307 | 0.59 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__1604924fbdd6a3760f9c8513253e193f"
]
|
| 308 | 0.58 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 309 | 1.48 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__1abd405e2b433e9d4b80d4844f7d508f"
]
|
| 310 | 0.66 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 311 | 1.00 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__bb3608b320db0a27ef40fd7f8144159c"
]
|
| 312 | 0.53 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 313 | 0.67 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__df36dbdaa4daaa38622cfa2714a46936"
]
|
| 314 | 0.55 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 315 | 0.56 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__d0db1e7e4a569d92a9c9bb7d7226cb49"
]
|
| 316 | 0.76 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 317 | 0.46 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__8516e2062be1c8d376702de2f52c0106"
]
|
| 318 | 0.39 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 319 | 0.51 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__331c8718dd29e1599960106860180cb3"
]
|
| 320 | 0.45 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 321 | 0.40 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__e39d7591f728bf4942efa5b84c7a1b32"
]
|
| 322 | 0.52 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 323 | 0.58 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__15ae07f43453c60c588a1fc68f87e4b9"
]
|
| 324 | 0.59 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 325 | 0.71 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__d8991e68ad06b7e4d241e2cef04f97c0"
]
|
| 326 | 0.53 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 327 | 0.47 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__2487550beaaaa4f4baa0540b9cbf0cd6"
]
|
| 328 | 0.58 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 329 | 0.45 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__1bd4ebee7e4de0ae5f6b054e52e84c7c"
]
|
| 330 | 0.53 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 331 | 0.51 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__2d8537c72edd563bc7eb10ef50398e71"
]
|
| 332 | 0.58 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 333 | 0.63 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__b9bfd9f23c8ee434a735f302e2498700"
]
|
| 334 | 0.62 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 335 | 0.47 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__e80f16648cadf3f0a72b9a69f5f216af"
]
|
| 336 | 0.48 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 337 | 0.52 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__4507678fd1e8440fb15c205c2749b4b1"
]
|
| 338 | 0.66 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 339 | 0.74 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__e80f16648cadf3f0a72b9a69f5f216af"
]
|
| 340 | 0.52 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 341 | 0.48 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_75048__b9bfd9f23c8ee434a735f302e2498700"
]
|
| 342 | 0.79 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/en/snippets/" "footer" ] |
| 343 | 0.69 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 344 | 1.35 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" ] |
| 345 | 0.89 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
23
]
|
| 346 | 0.99 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
7
]
|
| 347 | 0.88 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
]
|
| 348 | 0.61 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
5
]
|
| 349 | 0.55 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
5
]
|
| 350 | 0.77 ms |
SELECT * FROM properties WHERE ( (cid IN (1,3) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
5
]
|
| 351 | 0.56 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
149
]
|
| 352 | 0.52 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
149
]
|
| 353 | 0.74 ms |
SELECT * FROM properties WHERE ( (cid IN (1,3) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
149
]
|
| 354 | 0.57 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
145
]
|
| 355 | 0.55 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
145
]
|
| 356 | 0.66 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. |