Query Metrics

87 Database Queries
30 Different statements
68.65 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.40 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2 1.09 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 OR sourceSite = 1) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/de/produkte/p/dro-on-track-1.0~50353"
  "path"
  "auto_create"
  "/de/produkte/p/dro-on-track-1.0~50353"
  "path_query"
  "https://testing.weverducre.com/de/produkte/p/dro-on-track-1.0~50353"
  "entire_uri"
]
3 0.36 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
4 0.34 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "reports"
  "pimcore"
]
5 0.46 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/de/produkte/p/"
  "dro-on-track-1.0~50353"
]
6 0.49 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/de/produkte/p/dro-on-track-1.0~50353"
]
7 0.69 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/weverducre.com/%"
  "/de/produkte/p/dro-on-track-1.0~50353"
]
8 0.32 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/de/produkte/"
  "p"
]
9 0.28 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/de/produkte/p"
]
10 0.28 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/weverducre.com/%"
  "/de/produkte/p"
]
11 0.27 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/de/"
  "produkte"
]
12 0.31 ms
SELECT object_localized_SCONF_de.id as id, object_localized_SCONF_de.type as `type` FROM object_localized_SCONF_de LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1
AND `EcommerceB2B`.id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_de `EcommerceB2B_localized` ON 1
AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1
AND `EcommerceB2C`.id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_de `EcommerceB2C_localized` ON 1
AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_de`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?))  AND  object_localized_SCONF_de.type IN ('object','variant','folder')) AND object_localized_SCONF_de.published = 1 LIMIT 1
Parameters:
[
  "wdbe"
  "wdbe"
]
13 0.29 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SCONF"
]
14 0.74 ms
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
  1547
]
15 0.45 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "prod"
]
16 0.49 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
17 0.44 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
18 8.30 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  50353
]
19 0.80 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49057
]
20 0.82 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49056
]
21 0.43 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  24859
]
22 0.40 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "EF_FD"
]
23 0.53 ms
SELECT classificationstore_relations.*,classificationstore_keys.* FROM classificationstore_relations,classificationstore_keys WHERE (keyId = ?)   AND classificationstore_relations.keyId = classificationstore_keys.id LIMIT 1
Parameters:
[
  159
]
24 0.48 ms
SELECT classificationstore_relations.*,classificationstore_keys.* FROM classificationstore_relations,classificationstore_keys WHERE (keyId = ?)   AND classificationstore_relations.keyId = classificationstore_keys.id LIMIT 1
Parameters:
[
  11
]
25 1.31 ms
SELECT object_localized_SOPT_de.id as id, object_localized_SOPT_de.type as `type` FROM object_localized_SOPT_de WHERE ((context = ?)  AND (val = ?)  AND  object_localized_SOPT_de.type IN ('object','variant','folder')) AND object_localized_SOPT_de.published = 1 LIMIT 1
Parameters:
[
  "color"
  "Jet Black + White Opal Glass"
]
26 0.64 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  23537
]
27 0.75 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:
[
  23537
]
28 5.13 ms
SELECT * FROM object_store_SOPT WHERE oo_id = ? FOR UPDATE
Parameters:
[
  23537
]
29 0.35 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SOPT"
]
30 8.12 ms
SELECT * FROM object_localized_data_SOPT WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  23537
]
31 0.64 ms
SELECT * FROM object_brick_store_SocialMedia_SOPT WHERE id = ? AND fieldname = ?
Parameters:
[
  23537
  "attributes"
]
32 0.56 ms
SELECT * FROM object_brick_store_ColorObject_SOPT WHERE id = ? AND fieldname = ?
Parameters:
[
  23537
  "attributes"
]
33 0.53 ms
SELECT * FROM object_brick_store_AccessoryType_SOPT WHERE id = ? AND fieldname = ?
Parameters:
[
  23537
  "attributes"
]
34 0.83 ms
SELECT * FROM object_relations_SOPT WHERE src_id = ?
Parameters:
[
  23537
]
35 0.46 ms
SELECT classificationstore_relations.*,classificationstore_keys.* FROM classificationstore_relations,classificationstore_keys WHERE (keyId = ?)   AND classificationstore_relations.keyId = classificationstore_keys.id LIMIT 1
Parameters:
[
  48
]
36 0.40 ms
SELECT classificationstore_relations.*,classificationstore_keys.* FROM classificationstore_relations,classificationstore_keys WHERE (keyId = ?)   AND classificationstore_relations.keyId = classificationstore_keys.id LIMIT 1
Parameters:
[
  26
]
37 0.37 ms
SELECT classificationstore_relations.*,classificationstore_keys.* FROM classificationstore_relations,classificationstore_keys WHERE (keyId = ?)   AND classificationstore_relations.keyId = classificationstore_keys.id LIMIT 1
Parameters:
[
  106
]
38 0.45 ms
SELECT classificationstore_relations.*,classificationstore_keys.* FROM classificationstore_relations,classificationstore_keys WHERE (keyId = ?)   AND classificationstore_relations.keyId = classificationstore_keys.id LIMIT 1
Parameters:
[
  20
]
39 0.40 ms
SELECT object_localized_SOPT_de.id as id, object_localized_SOPT_de.type as `type` FROM object_localized_SOPT_de WHERE ((context = ?)  AND (val = ?)  AND  object_localized_SOPT_de.type IN ('object','variant','folder')) AND object_localized_SOPT_de.published = 1 LIMIT 1
Parameters:
[
  "color"
  "Jet Black + White Opal Glass"
]
40 0.35 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "PCAT"
]
41 0.96 ms
SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1  ORDER BY `prio` ASC
Parameters:
[]
42 2.30 ms
SELECT COUNT(*) FROM object_localized_7_de WHERE ((ifnull(headline, "") != "")  AND (products like ?)  AND  object_localized_7_de.type IN ('object','variant','folder')) AND object_localized_7_de.published = 1
Parameters:
[
  "%,49057,%"
]
43 0.47 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
44 0.48 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
45 0.51 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
46 0.55 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
47 0.39 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
48 0.35 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
49 0.40 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
50 0.47 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
51 1.45 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 OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "entire_uri"
]
52 0.44 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
53 1.44 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 OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
54 0.52 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  16
]
55 0.50 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  120
]
56 0.57 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4574046
]
57 0.49 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4574046
]
58 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4538784
]
59 0.50 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4538784
]
60 0.44 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
61 1.41 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 OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
62 0.50 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  41
]
63 0.38 ms
SELECT object_localized_8_de.id as id, object_localized_8_de.type as `type` FROM object_localized_8_de WHERE ( object_localized_8_de.type IN ('object','variant','folder')) AND object_localized_8_de.published = 1
Parameters:
[]
64 0.41 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "8"
]
65 0.45 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1288
]
66 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  797541
]
67 0.45 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  797541
]
68 0.39 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "7"
]
69 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737995
]
70 0.47 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737995
]
71 0.44 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
72 1.42 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 OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
73 0.45 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  38
]
74 0.36 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  566
]
75 0.36 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  34
]
76 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5042933
]
77 0.47 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5042933
]
78 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2203379
]
79 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2203379
]
80 0.36 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
81 1.42 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 OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
82 0.42 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  39
]
83 0.34 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  25
]
84 0.33 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737893
]
85 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737893
]
86 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737897
]
87 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737897
]

Database Connections

Name Service
default doctrine.dbal.default_connection
ax doctrine.dbal.ax_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

No loaded entities.