Query Metrics
396
Database Queries
82
Different statements
121.29 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.18 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/en/" "from-garfrescha-via-galgenul-to-the-garfrescha-bahn-valley-station-alternative_vc4579" ] |
| 2 | 0.52 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/en/from-garfrescha-via-galgenul-to-the-garfrescha-bahn-valley-station-alternative_vc4579"
]
|
| 3 | 0.72 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "en" ] |
| 4 | 0.55 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
2
]
|
| 5 | 0.27 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 6 | 0.52 ms |
SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "/en/from-garfrescha-via-galgenul-to-the-garfrescha-bahn-valley-station-alternative_vc4579" "path" "auto_create" "/en/from-garfrescha-via-galgenul-to-the-garfrescha-bahn-valley-station-alternative_vc4579" "path_query" "https://montafon-staging.conecto.rocks/en/from-garfrescha-via-galgenul-to-the-garfrescha-bahn-valley-station-alternative_vc4579" "entire_uri" ] |
| 7 | 0.69 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
| 8 | 0.33 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/en/" "from-garfrescha-via-galgenul-to-the-garfrescha-bahn-valley-station-alternative_vc4579" ] |
| 9 | 0.33 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/en/from-garfrescha-via-galgenul-to-the-garfrescha-bahn-valley-station-alternative_vc4579"
]
|
| 10 | 0.35 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_tour"
]
|
| 11 | 0.42 ms |
SELECT * FROM object_relations_vcloud_tour WHERE src_id = ?
Parameters:
[
4579
]
|
| 12 | 0.27 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_concept"
]
|
| 13 | 0.67 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
19
]
|
| 14 | 1.21 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33220,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
60583
]
|
| 15 | 0.57 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
60583
]
|
| 16 | 1.02 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
60583
]
|
| 17 | 0.50 ms |
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
19
]
|
| 18 | 0.72 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.52 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "de" ] |
| 20 | 0.28 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "nl" ] |
| 21 | 0.30 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "fr" ] |
| 22 | 0.31 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/fr"
]
|
| 23 | 0.34 ms |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
| 24 | 0.25 ms |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
| 25 | 0.29 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
8
]
|
| 26 | 0.57 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
8
]
|
| 27 | 0.45 ms |
SELECT * FROM properties WHERE ( (cid IN (1,2) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
8
]
|
| 28 | 0.35 ms |
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
19
]
|
| 29 | 0.35 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.25 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "fr" ] |
| 31 | 0.23 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/fr"
]
|
| 32 | 0.28 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_poi"
]
|
| 33 | 0.68 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:
[ 4579 "object" ] |
| 34 | 0.45 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" 4579 ] |
| 35 | 0.37 ms |
SELECT * FROM object_collection_vcloudContentblock_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 4579 "contentblocks" ] |
| 36 | 0.87 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4579 "contentblocks" 0 ] |
| 37 | 0.25 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 38 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 39 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 40 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
| 41 | 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:
[ 4579 "contentblocks" 1 ] |
| 42 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 43 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 44 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 45 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
| 46 | 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:
[ 4579 "contentblocks" 2 ] |
| 47 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 48 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 49 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 50 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
| 51 | 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:
[ 4579 "contentblocks" 3 ] |
| 52 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 53 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 54 | 0.24 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 55 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
| 56 | 0.40 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4579 "contentblocks" 4 ] |
| 57 | 0.23 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 58 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 59 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 60 | 0.18 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
| 61 | 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:
[ 4579 "contentblocks" 5 ] |
| 62 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 63 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 64 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 65 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
| 66 | 0.38 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4579 "contentblocks" 6 ] |
| 67 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 68 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 69 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 70 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 6
Parameters:
[] |
| 71 | 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:
[ 4579 "contentblocks" 7 ] |
| 72 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 73 | 0.25 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 74 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 75 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 7
Parameters:
[] |
| 76 | 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:
[ 4579 "contentblocks" 8 ] |
| 77 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 78 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 79 | 0.23 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 80 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 8
Parameters:
[] |
| 81 | 0.40 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4579 "contentblocks" 9 ] |
| 82 | 0.23 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 83 | 0.24 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 84 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 85 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 9
Parameters:
[] |
| 86 | 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:
[ 4579 "contentblocks" 10 ] |
| 87 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 88 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 89 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 90 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 10
Parameters:
[] |
| 91 | 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:
[ 4579 "contentblocks" 11 ] |
| 92 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 93 | 0.20 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 94 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 95 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 11
Parameters:
[] |
| 96 | 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:
[ 4579 "contentblocks" 12 ] |
| 97 | 0.22 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 98 | 0.23 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 99 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 100 | 0.18 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 12
Parameters:
[] |
| 101 | 0.39 ms |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','fr') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4579 "contentblocks" 13 ] |
| 102 | 0.21 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 103 | 0.19 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 104 | 0.24 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'fr' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 105 | 0.18 ms |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4579 and fieldname = 'contentblocks' and `index` = 13
Parameters:
[] |
| 106 | 0.21 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_safety_tip"
]
|
| 107 | 0.30 ms |
SELECT * FROM object_collection_vcloudExternalLink_vcloud_safety_tip WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 7155 "externalLinks" ] |
| 108 | 0.26 ms |
SELECT * FROM object_collection_vcloudExternalLink_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 4579 "externalLinks" ] |
| 109 | 0.27 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 110 | 0.59 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__0827d42b14daa14e90d4be285d1df5da"
]
|
| 111 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 112 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__41410170f9325366f95ec6c8ec73a929"
]
|
| 113 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 114 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__1569430a893ca20597e9d252fa8839d9"
]
|
| 115 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 116 | 0.65 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__d8af8ab7247c5b260ba8e4e52a1bbbdf"
]
|
| 117 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 118 | 0.52 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__57d1ba54f48e914005d603c88bbd4324"
]
|
| 119 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 120 | 0.26 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__452d039902ff151f06c8f393e0876b16"
]
|
| 121 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 122 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__c5a38b278450360508380a00ab95f5a7"
]
|
| 123 | 0.28 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 124 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__724c65e80e9d9100c145d1752165d3a1"
]
|
| 125 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 126 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__1b3e12dd38b8a636940a9dfac422944e"
]
|
| 127 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 128 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__f6d8bc5d29cd47cee94d3122032979ad"
]
|
| 129 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 130 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__794286308d9aaf7d4473b537dc2b5dfb"
]
|
| 131 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 132 | 0.53 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__95c7d83ddd6cc9f7ea3c2173c2614ce1"
]
|
| 133 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 134 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__1a9e55fcbed4a1e2820dbaa0b5e00aa7"
]
|
| 135 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 136 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__fd155ecea5d8e9335e719dec66117f51"
]
|
| 137 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 138 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__22b1b273d5e8ad6f0bbaa3cc4e2ef80e"
]
|
| 139 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 140 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__09da1cca8c51146018f2bfe796ed2960"
]
|
| 141 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 142 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__5ec614747d9fbdbb5bee85bda730919e"
]
|
| 143 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 144 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__cc7edd8116a89de9fc71aeb5667c5935"
]
|
| 145 | 0.26 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 146 | 0.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__e4566190f7216248cdc95180529717ec"
]
|
| 147 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 148 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__945a667b82f8bacc9257188b68c3621f"
]
|
| 149 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 150 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__05c2475ac0bfae65f0bdc4ba8c5251f0"
]
|
| 151 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 152 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__85bb7f7b45b315e405a097d6035da4b5"
]
|
| 153 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 154 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__438a00cf944e48b1d5fb91970f3700d4"
]
|
| 155 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 156 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__da7a9c6b941a2dd44419f4916d634dd2"
]
|
| 157 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 158 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__7d2b9ec9f691b640c29a4886a1196cda"
]
|
| 159 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 160 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__1d79c39da585ca5536bd40ccd4c88691"
]
|
| 161 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 162 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__7d2b9ec9f691b640c29a4886a1196cda"
]
|
| 163 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 164 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__586c3f0634c3f0bbb36c5471524e9583"
]
|
| 165 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 166 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__4f29b7d2a3b26725ff334302ccf91d9c"
]
|
| 167 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 168 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__586c3f0634c3f0bbb36c5471524e9583"
]
|
| 169 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 170 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__7d2b9ec9f691b640c29a4886a1196cda"
]
|
| 171 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 172 | 0.29 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__7d2b9ec9f691b640c29a4886a1196cda"
]
|
| 173 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 174 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60583__1d79c39da585ca5536bd40ccd4c88691"
]
|
| 175 | 0.39 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33220,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
60584
]
|
| 176 | 0.24 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
60584
]
|
| 177 | 0.81 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
60584
]
|
| 178 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 179 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__25c9b3d25bb7c530de94066a2d88d0fd"
]
|
| 180 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 181 | 0.28 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__f3d787fd5d6151735357c67119fd013d"
]
|
| 182 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 183 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__c619b82426c5d9775df8572fe1412858"
]
|
| 184 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 185 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__689ba85e7bdcec41a9796e64e6f3dca9"
]
|
| 186 | 0.26 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 187 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__c984ca43c1cf9a3f92603fa5dfd89950"
]
|
| 188 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 189 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__7a56b04c08051f8ba9516c7f954dea72"
]
|
| 190 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 191 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__7f9a5bf7c66103dc67ee1edd4d430b68"
]
|
| 192 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 193 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__722534c3a6e225ae4577141c1601f203"
]
|
| 194 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 195 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__12de28483284de3296f38402be9b64ab"
]
|
| 196 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 197 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__6d720e2e14e026dcb11170e35244680d"
]
|
| 198 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 199 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__4687acd6274afb0910698cebc6c4e8f0"
]
|
| 200 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 201 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__4db977be1af174abadce9b4b07ba94d9"
]
|
| 202 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 203 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__ecc53e02446586bb9381449fa9856796"
]
|
| 204 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 205 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__5170c6b573c3a16bf93812bde4a551f4"
]
|
| 206 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 207 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__cb4cc32eee06ca93c636ab8a445b8eb7"
]
|
| 208 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 209 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__a9d9b1f07e811f3f8b4d0145473f8410"
]
|
| 210 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 211 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__83cef1f36bb457ca8dbcba8a0fd703d4"
]
|
| 212 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 213 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__ddeddec37a90adb7cef856c67a47c966"
]
|
| 214 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 215 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__df919ef449014a0518f883f9ca472170"
]
|
| 216 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 217 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__b5d314022ba3a9a44bfde016930576f4"
]
|
| 218 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 219 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__588e2eadf5a747b27395423e0851ba9f"
]
|
| 220 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 221 | 0.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__b1f62faa4222f6e4d96b544979dcd3e3"
]
|
| 222 | 1.15 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 223 | 0.28 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__781b081222b694c751a69fe8a20e044e"
]
|
| 224 | 0.93 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 225 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__d38ee35e61ed34705326040a4ac256fa"
]
|
| 226 | 0.28 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 227 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__dab191a02d91f18f8e68a4675adfde1f"
]
|
| 228 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 229 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__7047fbd57dac5f1a277ed4759b83111e"
]
|
| 230 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 231 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__dab191a02d91f18f8e68a4675adfde1f"
]
|
| 232 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 233 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__4c3979c02ea6cd4461a932c894d9fc5f"
]
|
| 234 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 235 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__498996a6430ca68fd46f344a41faf1f6"
]
|
| 236 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 237 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__4c3979c02ea6cd4461a932c894d9fc5f"
]
|
| 238 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 239 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__dab191a02d91f18f8e68a4675adfde1f"
]
|
| 240 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 241 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__dab191a02d91f18f8e68a4675adfde1f"
]
|
| 242 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 243 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60584__7047fbd57dac5f1a277ed4759b83111e"
]
|
| 244 | 0.41 ms |
SELECT * FROM properties WHERE ( (cid IN (1,33220,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
60585
]
|
| 245 | 0.22 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
60585
]
|
| 246 | 0.26 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
60585
]
|
| 247 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 248 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__193ca135baeee6e061ad4d6ba29f35c2"
]
|
| 249 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 250 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__034f16aafd237086afff091b7419bec7"
]
|
| 251 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 252 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__ca9983edf6dee9b42d4d5ecfb0c8318f"
]
|
| 253 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 254 | 0.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__3c09a716d243fc0f0dd9b3618f75dfe9"
]
|
| 255 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 256 | 0.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__51d1b42699b0574a7f3bdcce7773dcb4"
]
|
| 257 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 258 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__5b728861ba629bab5e64de6fe8bf037d"
]
|
| 259 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 260 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__e7e3a36a1be0c4ea82892100edbde963"
]
|
| 261 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 262 | 0.20 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__5a8fffaa93f8a6720c944e4b6b626f5a"
]
|
| 263 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 264 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__43512c873520fd28426f3b48e1e658bd"
]
|
| 265 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 266 | 0.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__146f1852ecfb9617aa246b59066e821a"
]
|
| 267 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 268 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__73ff0a71f9b4c7f4bac67742ed23f715"
]
|
| 269 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 270 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__588e650eb0161bbc2032dd6170a719d7"
]
|
| 271 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 272 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__7caa872233e6fc9f864abe7c40d1acdb"
]
|
| 273 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 274 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__60a6f450d58f3a3431cf3b467b78d5ba"
]
|
| 275 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 276 | 0.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__88331d6a26a49d6a6cb5fea487856b48"
]
|
| 277 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 278 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__fd4211cc4a0d00e4312154e6fd0fbbfc"
]
|
| 279 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 280 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__6ccd7be6044a84e7b3d8f258eb458c70"
]
|
| 281 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 282 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__e0054755be923919d2e09ecbc122ef30"
]
|
| 283 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 284 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__da351842f5447bd8db73318a9bec4ab5"
]
|
| 285 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 286 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__7863845e9922151321df0ceb6b47bd03"
]
|
| 287 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 288 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__77d6a7607bc843ab2238e3dcf2177c2a"
]
|
| 289 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 290 | 0.31 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__ce21dc74d812fcec8521dd08f24febfa"
]
|
| 291 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 292 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__7bc35d0da93410ade3bd42096e56143e"
]
|
| 293 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 294 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__9c34826fd38f63cd1c9a14f45a06d319"
]
|
| 295 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 296 | 0.28 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__28aa0a83eb0d34b4c2b13315a9412c31"
]
|
| 297 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 298 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__c46373ed4d5369a690181e1ed3fd85d4"
]
|
| 299 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 300 | 0.23 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__28aa0a83eb0d34b4c2b13315a9412c31"
]
|
| 301 | 0.26 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 302 | 0.26 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__d6c26161bc2eb8bd5bc5f4a2721e84c4"
]
|
| 303 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 304 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__db0631d66eb87d250a29a802cf72acfa"
]
|
| 305 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 306 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__d6c26161bc2eb8bd5bc5f4a2721e84c4"
]
|
| 307 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 308 | 0.25 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__28aa0a83eb0d34b4c2b13315a9412c31"
]
|
| 309 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 310 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__28aa0a83eb0d34b4c2b13315a9412c31"
]
|
| 311 | 0.27 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "textMedia_1-33_3" "pimcore_image_thumbnails" ] |
| 312 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_60585__c46373ed4d5369a690181e1ed3fd85d4"
]
|
| 313 | 0.37 ms |
SELECT * FROM object_collection_vcloudOpeningHours_vcloud_poi WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 4222 "openingHours" ] |
| 314 | 0.33 ms |
SELECT * FROM object_relations_vcloud_poi WHERE src_id = ?
Parameters:
[
4222
]
|
| 315 | 0.42 ms |
SELECT * FROM properties WHERE ( (cid IN (1,32863,26785,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
83657
]
|
| 316 | 1.09 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
83657
]
|
| 317 | 0.79 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
83657
]
|
| 318 | 0.76 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 319 | 1.00 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__adb406a035e44777360b8eb17241af23"
]
|
| 320 | 0.22 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 321 | 1.18 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__c77cdd6304b846e2ceb5e5d999a8a34e"
]
|
| 322 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 323 | 0.51 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__3a4dd3d0ef379ad0cd3519a0cd26b6b1"
]
|
| 324 | 0.26 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 325 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__b7f1186bf2ade03d1eb9f128887c4f12"
]
|
| 326 | 0.75 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 327 | 0.81 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__7f28690abd7e15d2e48d96ff7efd7551"
]
|
| 328 | 0.66 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 329 | 1.70 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__179f827642f037eb3c77d7e5ab28ba0f"
]
|
| 330 | 0.38 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 331 | 0.43 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__a9baf6f15c52d347f23cbc8deb9767e0"
]
|
| 332 | 0.33 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 333 | 0.52 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__f1b9153ab50d7a1660788fe53acc2b2d"
]
|
| 334 | 0.67 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 335 | 0.37 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__aebd4509acc3680b1d6e82cc7c41aef2"
]
|
| 336 | 0.60 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 337 | 0.28 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__8ea1d4f25d732365708143048889990b"
]
|
| 338 | 0.79 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 339 | 0.51 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__f85a9518aef15eef56488630e9e0081c"
]
|
| 340 | 0.65 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 341 | 0.84 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__4c93e8466a99819ad54fc4add0902db6"
]
|
| 342 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 343 | 0.30 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__a87a8c9b367a583757b5cdd72c20e41e"
]
|
| 344 | 0.21 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 345 | 0.19 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__b8170aac258288d7ee9c2141ea78e0a0"
]
|
| 346 | 0.31 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 347 | 0.26 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__839bf88067e858ca4685701c03c8a616"
]
|
| 348 | 0.20 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 349 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__a87e8b240b9433753b7ac05ed4cfaeec"
]
|
| 350 | 0.28 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 351 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__a23e0faf71cdf472dcb47b2ccf484916"
]
|
| 352 | 0.37 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 353 | 0.26 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__b423c5981de1a31f77f40906490b05ea"
]
|
| 354 | 0.27 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 355 | 0.32 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__8bb514ff124ed4806a57d78369230dfd"
]
|
| 356 | 0.18 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 357 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__5a7aae73c8c6902dc23acd6a92ab61f8"
]
|
| 358 | 0.19 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 359 | 0.45 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__6d9e6fd2bc1177831383e32b9af59f98"
]
|
| 360 | 0.24 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 361 | 0.28 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__d2274a67e925251971f70ee04e4dc25d"
]
|
| 362 | 0.91 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 363 | 0.41 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__d0f2b218545e3e7ada3f249595459197"
]
|
| 364 | 0.43 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 365 | 0.28 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__4f97441711a0728846bc550270a16467"
]
|
| 366 | 1.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 367 | 0.27 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__f1e75d6875cfd6f5c91ab582a44c93ce"
]
|
| 368 | 0.34 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 369 | 0.62 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__abc9a07a0f27dd80b9be5f71f998ce92"
]
|
| 370 | 0.36 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 371 | 0.29 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__02d181eb46e7e76ded41a4073dc60a1f"
]
|
| 372 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 373 | 0.22 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__abc9a07a0f27dd80b9be5f71f998ce92"
]
|
| 374 | 0.25 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "teaserDefault_1-78_3" "pimcore_image_thumbnails" ] |
| 375 | 0.24 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_83657__f1e75d6875cfd6f5c91ab582a44c93ce"
]
|
| 376 | 0.36 ms |
SELECT * FROM object_collection_vcloudOpeningHours_vcloud_poi WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 8235 "openingHours" ] |
| 377 | 0.31 ms |
SELECT * FROM object_relations_vcloud_poi WHERE src_id = ?
Parameters:
[
8235
]
|
| 378 | 0.33 ms |
SELECT * FROM object_collection_vcloudOpeningHours_vcloud_poi WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 9770 "openingHours" ] |
| 379 | 0.27 ms |
SELECT * FROM object_relations_vcloud_poi WHERE src_id = ?
Parameters:
[
9770
]
|
| 380 | 0.34 ms |
SELECT * FROM object_collection_vcloudOpeningHours_vcloud_poi WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 9777 "openingHours" ] |
| 381 | 0.24 ms |
SELECT * FROM object_relations_vcloud_poi WHERE src_id = ?
Parameters:
[
9777
]
|
| 382 | 0.26 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/en/snippets/" "footer" ] |
| 383 | 0.23 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 384 | 0.51 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" ] |
| 385 | 0.25 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
23
]
|
| 386 | 0.29 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
7
]
|
| 387 | 0.29 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
]
|
| 388 | 0.26 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
5
]
|
| 389 | 0.28 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
5
]
|
| 390 | 0.33 ms |
SELECT * FROM properties WHERE ( (cid IN (1,3) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
5
]
|
| 391 | 0.23 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
149
]
|
| 392 | 0.26 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
149
]
|
| 393 | 0.32 ms |
SELECT * FROM properties WHERE ( (cid IN (1,3) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
149
]
|
| 394 | 0.24 ms |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
145
]
|
| 395 | 0.23 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
145
]
|
| 396 | 0.56 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. |