Query Metrics

86 Database Queries
50 Different statements
80.15 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.49 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "gaschurn-ausserbach_vc4821"
]
2 0.33 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/gaschurn-ausserbach_vc4821"
]
3 0.36 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "en"
]
4 1.77 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  2
]
5 0.37 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
6 7.58 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/gaschurn-ausserbach_vc4821"
  "path"
  "auto_create"
  "/en/gaschurn-ausserbach_vc4821"
  "path_query"
  "https://montafon-staging.conecto.rocks/en/gaschurn-ausserbach_vc4821"
  "entire_uri"
]
7 0.50 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
8 6.23 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/"
  "gaschurn-ausserbach_vc4821"
]
9 1.33 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/en/gaschurn-ausserbach_vc4821"
]
10 0.52 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  4821
]
11 2.91 ms
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:
[
  4821
]
12 2.83 ms
SELECT * FROM object_store_vcloud_tour WHERE oo_id = ?
Parameters:
[
  4821
]
13 0.36 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_tour"
]
14 2.79 ms
SELECT * FROM object_localized_data_vcloud_tour WHERE ooo_id = ? AND language IN ('de','en','nl','de','en','nl','de','en','nl')
Parameters:
[
  4821
]
15 2.20 ms
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:
[
  59577
]
16 1.33 ms
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:
[
  59577
]
17 2.60 ms
SELECT * FROM object_relations_vcloud_tour WHERE src_id = ?
Parameters:
[
  4821
]
18 0.40 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_concept"
]
19 0.51 ms
SELECT * FROM object_relations_vcloud_concept WHERE src_id = ?
Parameters:
[
  7124
]
20 0.43 ms
SELECT * FROM object_relations_vcloud_concept WHERE src_id = ?
Parameters:
[
  7145
]
21 0.68 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  19
]
22 0.63 ms
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:
[
  33462
]
23 0.48 ms
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:
[
  33462
]
24 1.52 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,33462,33065,151) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  59577
]
25 3.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  59577
]
26 0.61 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
27 0.51 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
]
28 0.34 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "de"
]
29 0.27 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "nl"
]
30 0.55 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
31 0.86 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
32 1.61 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  8
]
33 1.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  8
]
34 0.42 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,2) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  8
]
35 3.08 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  19
]
36 2.49 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
]
37 1.13 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:
[
  4821
  "object"
]
38 0.89 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"
  4821
]
39 0.86 ms
SELECT * FROM object_collection_vcloudContentblock_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4821
  "contentblocks"
]
40 1.08 ms
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:
[
  4821
  "contentblocks"
  0
]
41 0.38 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
42 0.32 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
43 0.34 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  0
Parameters:
[]
44 0.92 ms
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:
[
  4821
  "contentblocks"
  1
]
45 0.32 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
46 0.31 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
47 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  1
Parameters:
[]
48 0.80 ms
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:
[
  4821
  "contentblocks"
  2
]
49 0.37 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
50 0.30 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
51 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  2
Parameters:
[]
52 0.77 ms
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:
[
  4821
  "contentblocks"
  3
]
53 0.39 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
54 0.35 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
55 0.28 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  3
Parameters:
[]
56 0.95 ms
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:
[
  4821
  "contentblocks"
  4
]
57 0.35 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
58 0.27 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
59 0.32 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  4
Parameters:
[]
60 0.76 ms
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:
[
  4821
  "contentblocks"
  5
]
61 0.37 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
62 0.33 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
63 0.34 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  5
Parameters:
[]
64 0.82 ms
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:
[
  4821
  "contentblocks"
  6
]
65 0.29 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'de' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
66 0.34 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'en' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
67 0.30 ms
select `links` from object_collection_vcloudContentblock_localized_vcloud_tour where language = 'nl' and  ooo_id  = 4821 and fieldname = 'contentblocks' and `index` =  6
Parameters:
[]
68 0.27 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "vcloud_safety_tip"
]
69 0.49 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_safety_tip WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  7161
  "externalLinks"
]
70 0.39 ms
SELECT * FROM object_collection_vcloudExternalLink_vcloud_tour WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4821
  "externalLinks"
]
71 1.14 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"
  4821
]
72 0.41 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/en/snippets/"
  "footer"
]
73 0.42 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
74 0.83 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"
]
75 0.41 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  23
]
76 0.42 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  7
]
77 0.63 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
]
78 0.46 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5
]
79 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5
]
80 0.42 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  5
]
81 0.55 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  149
]
82 0.74 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  149
]
83 0.48 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,3) AND inheritable = 1) OR cid = ? )
                                 AND ctype='asset'
Parameters:
[
  149
]
84 0.38 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  145
]
85 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  145
]
86 0.37 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