Query Metrics

149 Database Queries
34 Different statements
31.30 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
8.12 ms
(25.95%)
41
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1734952762
  "site_domain_edeba2033b891e73733d3bc86fb4ce51"
]
4.92 ms
(15.71%)
26
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  1551
  1551
]
2.58 ms
(8.25%)
12
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/ja/"
  "handles"
]
1.86 ms
(5.93%)
11
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/ja/handles"
]
1.42 ms
(4.53%)
7
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[
  1734952762
  "system\x01tags\x01"
  "site\x01tags\x01"
]
1.37 ms
(4.37%)
5
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "googleMapApiKey"
  null
  null
]
0.90 ms
(2.86%)
3
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
0.87 ms
(2.77%)
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:
[
  "/ja/handles"
  "path"
  "auto_create"
  "/ja/handles?handleType[]=functional-handle"
  "path_query"
  "http://stage.rohde-technics.com/ja/handles?handleType[0]=functional-handle"
  "entire_uri"
]
0.63 ms
(2.01%)
2
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  3
  1831
  1831
]
0.61 ms
(1.94%)
3
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)
Parameters:
[
  1734952762
  "system\x01tags\x01"
  "redirect\x01tags\x01"
  "route\x01tags\x01"
]
0.51 ms
(1.62%)
2
SELECT * FROM object_collection_FilterMultiSelectFromMultiSelect_62 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  31672
  "conditions"
]
0.50 ms
(1.61%)
1
SELECT * FROM object_relations_62 WHERE src_id = ?
Parameters:
[
  31672
]
0.49 ms
(1.58%)
2
SELECT * FROM object_collection_FilterNumberRange_62 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  31672
  "conditions"
]
0.48 ms
(1.55%)
3
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  8
]
0.48 ms
(1.54%)
2
SELECT * FROM object_collection_FilterNumberRangeSelection_62 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  31672
  "conditions"
]
0.43 ms
(1.37%)
2
SELECT * FROM object_collection_FilterCategory_62 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  31672
  "conditions"
]
0.41 ms
(1.32%)
2
SELECT * FROM object_collection_FilterSelectFromMultiSelect_62 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  31672
  "conditions"
]
0.41 ms
(1.30%)
2
SELECT * FROM object_collection_FilterMultiSelect_62 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  31672
  "conditions"
]
0.39 ms
(1.26%)
2
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  1831
]
0.38 ms
(1.21%)
2
SELECT * FROM object_collection_FilterSelect_62 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  31672
  "conditions"
]
0.38 ms
(1.20%)
2
SELECT * FROM object_collection_FilterRelation_62 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  31672
  "conditions"
]
0.37 ms
(1.18%)
2
SELECT * FROM object_collection_FilterMultiRelation_62 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  31672
  "conditions"
]
0.36 ms
(1.14%)
2
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "62"
]
0.35 ms
(1.11%)
1
SELECT * FROM object_store_62 WHERE oo_id = ?
Parameters:
[
  31672
]
0.28 ms
(0.89%)
1
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1734952762
  "document_1825\x01tags\x01"
  "asset_5384\x01tags\x01"
  "asset_5386\x01tags\x01"
  "asset_5385\x01tags\x01"
  "document_1849\x01tags\x01"
  "document_1848\x01tags\x01"
  "asset_7977\x01tags\x01"
]
0.25 ms
(0.80%)
1
SELECT * FROM object_collection_OrderByFields_62 WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  31672
  "defaultOrderBy"
]
0.24 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:
[
  31672
]
0.24 ms
(0.75%)
1
SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]
0.21 ms
(0.68%)
1
SELECT * FROM object_relations_73 WHERE src_id = ?
Parameters:
[
  32231
]
0.20 ms
(0.63%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.19 ms
(0.62%)
1
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?, ?)
Parameters:
[
  1734952762
  "document_3\x01tags\x01"
  "asset_6309\x01tags\x01"
  "asset_9978\x01tags\x01"
  "asset_9656\x01tags\x01"
]
0.16 ms
(0.53%)
1
SELECT * FROM object_url_slugs WHERE slug = '/ja/handles' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.16 ms
(0.52%)
1
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  31672
]
0.16 ms
(0.50%)
1
SELECT * FROM translations_messages LIMIT 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.

Entities Mapping