Query Metrics

202 Database Queries
48 Different statements
170.21 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
57.12 ms
(33.56%)
67
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:
[
  1751565041
  "site_domain_41248235c09a39a398f2c18aea39f79c"
]
15.92 ms
(9.35%)
19
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "system_settings"
  "pimcore_system_settings"
]
13.62 ms
(8.00%)
21
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:
[
  1751565041
  "system\x01tags\x01"
  "site\x01tags\x01"
]
12.28 ms
(7.21%)
9
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:
[
  1751565041
  "system\x01tags\x01"
  "redirect\x01tags\x01"
  "route\x01tags\x01"
]
9.59 ms
(5.63%)
9
SELECT * FROM targeting_rules WHERE id = ?
Parameters:
[
  1
]
7.97 ms
(4.68%)
9
SELECT * FROM object_relations_CAR WHERE src_id = ?
Parameters:
[
  110
]
5.31 ms
(3.12%)
5
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  93
]
4.42 ms
(2.60%)
2
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  172
  172
]
4.37 ms
(2.57%)
6
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  93
]
3.74 ms
(2.20%)
6
SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/Customer Management/segments/calculated/Interest-Target-Groups/"
  "Sports-Cars-Fan"
]
3.12 ms
(1.83%)
1
SELECT PLUGIN_CMF_COLLECT_DOCUMENT_SEGMENT_ASSIGNMENTS(?)
Parameters:
[
  "172"
]
2.72 ms
(1.60%)
6
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "EF_FD"
]
2.40 ms
(1.41%)
4
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/de/Weiteres/Landingpages/"
  "Ford-Musclecars"
]
2.13 ms
(1.25%)
1
SELECT TRIM(`color`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '106') AND (categoryIds LIKE '%,558,%') GROUP BY TRIM(`color`)
Parameters:
[]
2.08 ms
(1.22%)
1
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '106') AND (categoryIds LIKE '%,558,%') LIMIT 22
Parameters:
[]
1.91 ms
(1.13%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'
Parameters:
[]
1.49 ms
(0.88%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '114'
Parameters:
[]
1.32 ms
(0.77%)
1
SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'bodyStyle' AND src IN (SELECT a.id FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND a.id IN (SELECT DISTINCT src FROM shop_productindex_relations WHERE `fieldname` = 'manufacturer' AND dest = '106') AND (categoryIds LIKE '%,558,%')) GROUP BY dest
Parameters:
[]
1.18 ms
(0.69%)
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/Weiteres/Landingpages/Ford-Musclecars"
  "path"
  "auto_create"
  "/de/Weiteres/Landingpages/Ford-Musclecars"
  "path_query"
  "http://www.kosice.city/de/Weiteres/Landingpages/Ford-Musclecars"
  "entire_uri"
]
1.09 ms
(0.64%)
2
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:
[
  1751565041
  "object_110\x01tags\x01"
  "class_CAR\x01tags\x01"
  "asset_93\x01tags\x01"
  "asset_94\x01tags\x01"
]
1.07 ms
(0.63%)
1
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  55
  172
  172
]
0.93 ms
(0.55%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
0.93 ms
(0.55%)
2
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  172
]
0.88 ms
(0.52%)
1
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  172
]
0.80 ms
(0.47%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '115'
Parameters:
[]
0.79 ms
(0.47%)
1
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
0.77 ms
(0.45%)
1
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:
[
  "defaultTaxClass"
  null
  null
]
0.72 ms
(0.43%)
1
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  697
]
0.69 ms
(0.41%)
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:
[
  1751565041
  "document_136\x01tags\x01"
  "asset_337\x01tags\x01"
  "asset_3\x01tags\x01"
  "asset_319\x01tags\x01"
  "asset_361\x01tags\x01"
  "asset_320\x01tags\x01"
  "asset_318\x01tags\x01"
  "asset_321\x01tags\x01"
  "asset_224\x01tags\x01"
  "asset_35\x01tags\x01"
  "asset_211\x01tags\x01"
  "asset_90\x01tags\x01"
  "asset_58\x01tags\x01"
  "asset_180\x01tags\x01"
  "asset_124\x01tags\x01"
  "asset_164\x01tags\x01"
  "asset_81\x01tags\x01"
]
0.66 ms
(0.39%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'
Parameters:
[]
0.63 ms
(0.37%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '110'
Parameters:
[]
0.62 ms
(0.37%)
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:
[
  1751565041
  "output\x01tags\x01"
  "navigation\x01tags\x01"
  "document_164\x01tags\x01"
  "document_165\x01tags\x01"
  "document_138\x01tags\x01"
  "document_151\x01tags\x01"
  "document_152\x01tags\x01"
  "document_153\x01tags\x01"
  "document_154\x01tags\x01"
  "document_155\x01tags\x01"
  "document_156\x01tags\x01"
  "document_157\x01tags\x01"
  "document_139\x01tags\x01"
  "document_142\x01tags\x01"
  "document_171\x01tags\x01"
  "document_172\x01tags\x01"
  "document_173\x01tags\x01"
  "document_174\x01tags\x01"
  "document_158\x01tags\x01"
  "document_161\x01tags\x01"
  "document_160\x01tags\x01"
  "document_140\x01tags\x01"
  "document_170\x01tags\x01"
  "document_148\x01tags\x01"
  "document_149\x01tags\x01"
  "document_137\x01tags\x01"
  "document_141\x01tags\x01"
]
0.62 ms
(0.37%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'
Parameters:
[]
0.59 ms
(0.35%)
1
SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1  ORDER BY `prio` ASC
Parameters:
[]
0.57 ms
(0.33%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.56 ms
(0.33%)
1
SELECT id FROM targeting_rules WHERE active = 1  ORDER BY `prio` ASC
Parameters:
[]
0.51 ms
(0.30%)
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:
[
  1751565041
  "document_3\x01tags\x01"
  "document_1\x01tags\x01"
  "asset_410\x01tags\x01"
  "asset_3\x01tags\x01"
  "asset_319\x01tags\x01"
  "asset_361\x01tags\x01"
  "asset_320\x01tags\x01"
  "asset_318\x01tags\x01"
  "asset_321\x01tags\x01"
  "asset_224\x01tags\x01"
  "asset_35\x01tags\x01"
  "asset_211\x01tags\x01"
  "asset_90\x01tags\x01"
  "asset_58\x01tags\x01"
  "asset_180\x01tags\x01"
  "asset_124\x01tags\x01"
  "asset_164\x01tags\x01"
  "asset_81\x01tags\x01"
]
0.46 ms
(0.27%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '111'
Parameters:
[]
0.44 ms
(0.26%)
1
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/fr"
]
0.44 ms
(0.26%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '112'
Parameters:
[]
0.41 ms
(0.24%)
1
SELECT id FROM sites ORDER BY (SELECT LENGTH(CONCAT(`path`, `key`)) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]
0.41 ms
(0.24%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'
Parameters:
[]
0.40 ms
(0.24%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.39 ms
(0.23%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '116'
Parameters:
[]
0.32 ms
(0.19%)
1
SELECT * FROM object_url_slugs WHERE slug = '/de/Weiteres/Landingpages/Ford-Musclecars' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.28 ms
(0.17%)
1
SELECT FOUND_ROWS()
Parameters:
[]
0.26 ms
(0.16%)
1
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  2
]
0.26 ms
(0.16%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
pimcore doctrine.orm.pimcore_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

pimcore entity manager

Class Amount of managed objects

Entities Mapping

No loaded entities.