GET https://pimcore.aue-ec-dev03.de/de/shop/Fahrzeuge/Luxusfahrzeuge/Obere-Mittelklasse~c557

Query Metrics

125 Database Queries
42 Different statements
87.93 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
24.05 ms
(27.35%)
39
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "system_settings"
  "pimcore_system_settings"
]
10.59 ms
(12.05%)
7
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/de/shop/Fahrzeuge/Luxusfahrzeuge/"
  "Obere-Mittelklasse~c557"
]
9.48 ms
(10.78%)
8
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  14
]
7.72 ms
(8.78%)
12
SELECT * FROM object_relations_CAR WHERE src_id = ?
Parameters:
[
  19
]
4.19 ms
(4.77%)
6
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "CA"
]
2.94 ms
(3.34%)
1
SELECT dest as `value`, count(*) as `count` FROM shop_productindex_relations a WHERE fieldname = 'manufacturer' AND src IN (SELECT a.id FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,557,%')) GROUP BY dest
Parameters:
[]
2.33 ms
(2.65%)
1
SELECT TRIM(`parentCategoryIds`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' GROUP BY TRIM(`parentCategoryIds`)
Parameters:
[]
2.07 ms
(2.36%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '19'
Parameters:
[]
2.00 ms
(2.27%)
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/shop/Fahrzeuge/Luxusfahrzeuge/Obere-Mittelklasse~c557"
  "path"
  "auto_create"
  "/de/shop/Fahrzeuge/Luxusfahrzeuge/Obere-Mittelklasse~c557"
  "path_query"
  "https://pimcore.aue-ec-dev03.de/de/shop/Fahrzeuge/Luxusfahrzeuge/Obere-Mittelklasse~c557"
  "entire_uri"
]
1.67 ms
(1.90%)
8
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  14
]
1.56 ms
(1.77%)
1
SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1  ORDER BY `prio` ASC
Parameters:
[]
1.46 ms
(1.66%)
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 (parentCategoryIds LIKE '%,557,%') LIMIT 22
Parameters:
[]
1.43 ms
(1.63%)
1
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
1.34 ms
(1.52%)
4
SELECT * FROM object_relations_CA WHERE src_id = ?
Parameters:
[
  557
]
1.32 ms
(1.51%)
1
SELECT TRIM(`carClass`) as `value`, count(*) as `count` FROM shop_productindex a WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND `type` = 'variant' AND (parentCategoryIds LIKE '%,557,%') GROUP BY TRIM(`carClass`)
Parameters:
[]
1.14 ms
(1.30%)
1
SELECT id FROM objects WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/Product Data/Accessories/lights/head lights/"
  "citroen-2cv-head lights"
]
1.10 ms
(1.25%)
1
SELECT objects.id as id, objects.type as `type` FROM objects WHERE (parentId = ? AND  objects.type IN ('object','variant','folder')) AND objects.published = 1 ORDER BY `key` ASC
Parameters:
[
  557
]
1.10 ms
(1.25%)
1
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  136
]
0.95 ms
(1.08%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.76 ms
(0.86%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '88'
Parameters:
[]
0.69 ms
(0.79%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'
Parameters:
[]
0.62 ms
(0.70%)
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 (parentCategoryIds LIKE '%,557,%') GROUP BY TRIM(`color`)
Parameters:
[]
0.59 ms
(0.67%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '87'
Parameters:
[]
0.56 ms
(0.64%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'
Parameters:
[]
0.55 ms
(0.62%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'
Parameters:
[]
0.54 ms
(0.61%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '92'
Parameters:
[]
0.50 ms
(0.56%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'
Parameters:
[]
0.49 ms
(0.56%)
5
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/de/shop/Fahrzeuge/Luxusfahrzeuge/Obere-Mittelklasse~c557"
]
0.48 ms
(0.54%)
1
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  563
]
0.45 ms
(0.52%)
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.42 ms
(0.48%)
1
SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]
0.41 ms
(0.47%)
2
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  136
  136
]
0.37 ms
(0.42%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '90'
Parameters:
[]
0.34 ms
(0.39%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '288'
Parameters:
[]
0.31 ms
(0.35%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'
Parameters:
[]
0.30 ms
(0.34%)
1
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  2
]
0.30 ms
(0.34%)
1
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  3
  136
  136
]
0.22 ms
(0.25%)
1
SELECT FOUND_ROWS()
Parameters:
[]
0.17 ms
(0.20%)
1
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  170
]
0.15 ms
(0.17%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '20'
Parameters:
[]
0.15 ms
(0.17%)
1
SELECT * FROM object_url_slugs WHERE fieldname = 'urlSlug' AND ownertype = 'object' AND objectId = '91'
Parameters:
[]
0.11 ms
(0.13%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]

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.

Entities Mapping

No loaded entities.