Query Metrics
231
Database Queries
56
Different statements
203.88 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
39.12 ms (19.19%) |
60 |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
|
36.61 ms (17.96%) |
59 |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
|
14.66 ms (7.19%) |
11 |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
56684
]
|
|
10.23 ms (5.02%) |
6 |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/de/" "rifabecken-runde-um-den-see_vc4884" ] |
|
8.47 ms (4.15%) |
11 |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
56684
]
|
|
7.57 ms (3.71%) |
2 |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
2
]
|
|
6.95 ms (3.41%) |
6 |
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ? AND `index` = ?
Parameters:
[ 4884 "contentblocks" 0 ] |
|
6.19 ms (3.04%) |
5 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"vcloud_tour"
]
|
|
5.96 ms (2.92%) |
6 |
SELECT assets.*, tree_locks.locked FROM assets LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset' WHERE assets.id = ?
Parameters:
[
33525
]
|
|
4.90 ms (2.41%) |
5 |
SELECT * FROM properties WHERE ( (cid IN (1,3) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
4
]
|
|
4.41 ms (2.16%) |
4 |
SELECT * FROM properties WHERE ( (cid IN (1,14) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
15
]
|
|
3.88 ms (1.90%) |
1 |
SELECT COUNT(*) FROM object_localized_vcloud_lift_de WHERE ( object_localized_vcloud_lift_de.type IN ('object','variant','folder')) AND object_localized_vcloud_lift_de.published = 1
Parameters:
[] |
|
3.64 ms (1.79%) |
3 |
SELECT * FROM object_relations_vcloud_poi WHERE src_id = ?
Parameters:
[
3388
]
|
|
3.56 ms (1.75%) |
1 |
SELECT COUNT(*) FROM object_localized_vcloud_lift_de WHERE (`isOpen` = '1' AND object_localized_vcloud_lift_de.type IN ('variant','object')) AND object_localized_vcloud_lift_de.published = 1
Parameters:
[] |
|
3.40 ms (1.67%) |
1 |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
|
3.00 ms (1.47%) |
1 |
SELECT * FROM properties WHERE ( (cid IN (1,31732,26785,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
74926
]
|
|
2.91 ms (1.43%) |
3 |
SELECT * FROM object_collection_vcloudOpeningHours_vcloud_poi WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 3356 "openingHours" ] |
|
2.79 ms (1.37%) |
2 |
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
2
]
|
|
2.58 ms (1.26%) |
1 |
SELECT * FROM object_store_vcloud_poi WHERE oo_id = ?
Parameters:
[
3388
]
|
|
2.11 ms (1.03%) |
2 |
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[ 2 2 2 ] |
|
1.93 ms (0.95%) |
2 |
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:
[ "/de/rifabecken-runde-um-den-see_vc4884" "path" "auto_create" "/de/rifabecken-runde-um-den-see_vc4884" "path_query" "https://montafon-staging.conecto.rocks/de/rifabecken-runde-um-den-see_vc4884" "entire_uri" ] |
|
1.82 ms (0.89%) |
2 |
SELECT * FROM object_relations_vcloud_concept WHERE src_id = ?
Parameters:
[
7124
]
|
|
1.81 ms (0.89%) |
1 |
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:
[ 4884 "object" ] |
|
1.67 ms (0.82%) |
1 |
SELECT * FROM object_collection_vcloudContentblock_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 4884 "contentblocks" ] |
|
1.62 ms (0.80%) |
1 |
SELECT object_localized_weather_de.id as id, object_localized_weather_de.type as `type` FROM object_localized_weather_de WHERE (`date` = '2026-04-09' AND object_localized_weather_de.type IN ('variant','object')) AND object_localized_weather_de.published = 1
Parameters:
[] |
|
1.56 ms (0.76%) |
2 |
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" 4884 ] |
|
1.54 ms (0.76%) |
1 |
SELECT objects.*, tree_locks.locked as locked FROM objects LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object' WHERE objects.id = ?
Parameters:
[
3388
]
|
|
1.42 ms (0.70%) |
1 |
SELECT * FROM object_localized_data_vcloud_poi WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl')
Parameters:
[
3388
]
|
|
1.27 ms (0.62%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
|
1.26 ms (0.62%) |
2 |
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[ 500 500 ] |
|
1.22 ms (0.60%) |
1 |
SELECT * FROM properties WHERE ( (cid IN (1,33525,33065,151) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
56684
]
|
|
1.15 ms (0.56%) |
2 |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/de/rifabecken-runde-um-den-see_vc4884"
]
|
|
0.99 ms (0.49%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
|
0.83 ms (0.41%) |
1 |
SELECT * FROM object_relations_vcloud_tour WHERE src_id = ?
Parameters:
[
4884
]
|
|
0.82 ms (0.40%) |
1 |
SELECT * FROM object_brick_localized_Address_vcloud_poi WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl') AND `fieldname` = ?
Parameters:
[ 3388 "address" ] |
|
0.77 ms (0.38%) |
1 |
SELECT * FROM properties WHERE ( (cid IN (1,26749) AND inheritable = 1) OR cid = ? ) AND ctype='asset'
Parameters:
[
78645
]
|
|
0.77 ms (0.38%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
|
0.71 ms (0.35%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
|
0.69 ms (0.34%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
|
0.61 ms (0.30%) |
1 |
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:
[
10
]
|
|
0.60 ms (0.29%) |
1 |
SELECT * FROM object_collection_vcloudExternalLink_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 4884 "externalLinks" ] |
|
0.50 ms (0.25%) |
1 |
SELECT * FROM object_brick_store_Address_vcloud_poi WHERE id = ? AND fieldname = ?
Parameters:
[ 3388 "address" ] |
|
0.44 ms (0.22%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
|
0.42 ms (0.21%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
|
0.42 ms (0.21%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 1
Parameters:
[] |
|
0.41 ms (0.20%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
|
0.41 ms (0.20%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
|
0.38 ms (0.19%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
|
0.38 ms (0.19%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 0
Parameters:
[] |
|
0.38 ms (0.18%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 2
Parameters:
[] |
|
0.37 ms (0.18%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 4
Parameters:
[] |
|
0.37 ms (0.18%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
|
0.37 ms (0.18%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 5
Parameters:
[] |
|
0.36 ms (0.18%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
|
0.33 ms (0.16%) |
1 |
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and ooo_id = 4884 and fieldname = 'contentblocks' and `index` = 3
Parameters:
[] |
|
0.32 ms (0.16%) |
1 |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
3388
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| FormBuilderBundle\Model\OutputWorkflow | No errors. |
| FormBuilderBundle\Model\FormDefinition | No errors. |
| FormBuilderBundle\Model\OutputWorkflowChannel | No errors. |