Query Metrics

66 Database Queries
33 Different statements
37.28 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
3.10 ms
(8.31%)
6
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/walsertal/en/"
  "schau-mahl-erbauliche-kreativitaet-architektur-in-der-propstei-1_vc4597"
]
3.05 ms
(8.18%)
5
SELECT * FROM object_collection_vcloudContentblock_localized_vcloud_event WHERE ooo_id = ? AND language IN ('de','en') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4597
  "contentblocks"
  0
]
2.77 ms
(7.44%)
3
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_event"
]
2.58 ms
(6.91%)
5
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  18231
]
2.14 ms
(5.75%)
4
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  124
]
1.91 ms
(5.13%)
4
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  131
  131
]
1.80 ms
(4.82%)
4
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  18231
]
1.67 ms
(4.48%)
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:
[
  "/walsertal/en/schau-mahl-erbauliche-kreativitaet-architektur-in-der-propstei-1_vc4597"
  "path"
  "auto_create"
  "/walsertal/en/schau-mahl-erbauliche-kreativitaet-architektur-in-der-propstei-1_vc4597"
  "path_query"
  "https://alpenregion-staging.conecto.rocks/walsertal/en/schau-mahl-erbauliche-kreativitaet-architektur-in-der-propstei-1_vc4597"
  "entire_uri"
]
1.52 ms
(4.08%)
2
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  131
]
1.47 ms
(3.93%)
2
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,10) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  19
]
1.45 ms
(3.90%)
2
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
1.44 ms
(3.86%)
2
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  124
  131
  131
]
1.25 ms
(3.36%)
2
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/walsertal/en/schau-mahl-erbauliche-kreativitaet-architektur-in-der-propstei-1_vc4597"
]
1.19 ms
(3.20%)
2
SELECT * FROM object_relations_vcloud_concept WHERE src_id = ?
Parameters:
[
  4853
]
1.12 ms
(3.02%)
1
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,13662,12787,661) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  18231
]
1.09 ms
(2.93%)
1
SELECT * FROM object_relations_vcloud_event WHERE src_id = ?
Parameters:
[
  4597
]
1.07 ms
(2.86%)
2
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,165,163,20) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  204
]
1.04 ms
(2.78%)
2
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
0.93 ms
(2.50%)
1
SELECT * FROM object_collection_vcloudExternalLink_vcloud_event WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4597
  "externalLinks"
]
0.57 ms
(1.53%)
1
SELECT * FROM object_collection_vcloudExternalLink_localized_vcloud_event WHERE ooo_id = ? AND language IN ('de','en') AND `fieldname` = ? AND `index` = ?
Parameters:
[
  4597
  "externalLinks"
  0
]
0.55 ms
(1.48%)
1
SELECT * FROM object_collection_vcloudContentblock_vcloud_event WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4597
  "contentblocks"
]
0.51 ms
(1.38%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.36 ms
(0.95%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'en' and  ooo_id  = 4597 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
0.35 ms
(0.95%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'de' and  ooo_id  = 4597 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
0.33 ms
(0.88%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'de' and  ooo_id  = 4597 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
0.31 ms
(0.82%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'de' and  ooo_id  = 4597 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
0.27 ms
(0.73%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'en' and  ooo_id  = 4597 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
0.26 ms
(0.70%)
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:
[
  1064
]
0.26 ms
(0.70%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'de' and  ooo_id  = 4597 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
0.24 ms
(0.63%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'en' and  ooo_id  = 4597 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
0.23 ms
(0.62%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'en' and  ooo_id  = 4597 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
0.22 ms
(0.59%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'de' and  ooo_id  = 4597 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
0.22 ms
(0.58%)
1
select `links` from object_collection_vcloudContentblock_localized_vcloud_event where language = 'en' and  ooo_id  = 4597 and fieldname = 'contentblocks' and `index` =  4
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

Entities Mapping