GET https://alpenregion-staging.conecto.rocks/klostertal/de/dorflaettle-schiessen-funkenzunft-braz_vc8681

Query Metrics

264 Database Queries
37 Different statements
224.23 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
99.65 ms
(44.44%)
146
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  103
]
35.16 ms
(15.68%)
47
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  103
]
13.94 ms
(6.22%)
6
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  102
]
10.67 ms
(4.76%)
7
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/klostertal/de/"
  "dorflaettle-schiessen-funkenzunft-braz_vc8681"
]
6.60 ms
(2.94%)
6
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  30289
]
5.14 ms
(2.29%)
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:
[
  "/klostertal/de/dorflaettle-schiessen-funkenzunft-braz_vc8681"
  "path"
  "auto_create"
  "/klostertal/de/dorflaettle-schiessen-funkenzunft-braz_vc8681"
  "path_query"
  "https://alpenregion-staging.conecto.rocks/klostertal/de/dorflaettle-schiessen-funkenzunft-braz_vc8681"
  "entire_uri"
]
4.80 ms
(2.14%)
2
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  103
  103
  103
]
4.65 ms
(2.07%)
4
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_event"
]
3.73 ms
(1.66%)
2
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,10) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  18
]
3.63 ms
(1.62%)
5
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  30289
]
2.85 ms
(1.27%)
2
SELECT object_vcloud_concept_scheme.id as id, object_vcloud_concept_scheme.type as `type` FROM object_vcloud_concept_scheme WHERE (`reference` = 'e008e83d-1ee8-49f2-b484-343ee96cd9a0'  AND  object_vcloud_concept_scheme.type IN ('variant','object')) AND object_vcloud_concept_scheme.published = 1 LIMIT 1
Parameters:
[]
2.70 ms
(1.20%)
2
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  103
]
2.68 ms
(1.20%)
2
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  113
  113
]
2.53 ms
(1.13%)
4
SELECT 1 FROM objects o WHERE parentId = ?  AND published = 1 AND `type` IN ('object','variant','folder') LIMIT 1
Parameters:
[
  4853
]
2.43 ms
(1.08%)
2
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  103
]
2.27 ms
(1.01%)
2
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/klostertal/de/dorflaettle-schiessen-funkenzunft-braz_vc8681"
]
2.23 ms
(1.00%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'de' and  ooo_id  = 8681 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
2.21 ms
(0.99%)
1
SELECT * FROM object_collection_vcloudContentblock_vcloud_event WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  8681
  "contentblocks"
]
1.97 ms
(0.88%)
1
SELECT * FROM object_relations_vcloud_event WHERE src_id = ?
Parameters:
[
  8681
]
1.73 ms
(0.77%)
1
SELECT * FROM object_relations_vcloud_concept WHERE src_id = ?
Parameters:
[
  8008
]
1.62 ms
(0.72%)
2
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_event WHERE ooo_id = ? AND language IN ('de','en') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  8681
  "contentblocks"
  0
]
1.47 ms
(0.66%)
2
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
1.45 ms
(0.65%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.98 ms
(0.44%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.75 ms
(0.33%)
1
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE
                     (
                         (cid IN (1,4173,518) AND inheritable = 1)
                         OR cid = ? ) AND ctype='object'
Parameters:
[
  8681
]
0.73 ms
(0.32%)
1
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,4793,4831) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  5624
]
0.68 ms
(0.30%)
1
SELECT * FROM object_relations_weather WHERE src_id = ?
Parameters:
[
  264
]
0.62 ms
(0.28%)
1
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  264
]
0.60 ms
(0.27%)
1
SELECT * FROM object_collection_vcloudExternalLink_vcloud_event WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  8681
  "externalLinks"
]
0.59 ms
(0.26%)
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:
[
  264
]
0.57 ms
(0.25%)
1
SELECT * FROM object_localized_data_weather WHERE ooo_id = ? AND language IN ('de','en')
Parameters:
[
  264
]
0.54 ms
(0.24%)
1
SELECT * FROM object_store_weather WHERE oo_id = ? FOR UPDATE
Parameters:
[
  264
]
0.51 ms
(0.23%)
1
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,502,20) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  503
]
0.49 ms
(0.22%)
1
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,506,502,20) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  507
]
0.38 ms
(0.17%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'de' and  ooo_id  = 8681 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
0.36 ms
(0.16%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'en' and  ooo_id  = 8681 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
0.34 ms
(0.15%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'en' and  ooo_id  = 8681 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]

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.

Managed Entities

default entity manager

Class Amount of managed objects