Query Metrics

20 Database Queries
12 Different statements
21.30 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
12.10 ms
(56.79%)
1
SELECT * FROM redirects WHERE
            (
                (source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
                (source = :sourcePathQuery AND `type` = :typePathQuery) OR
                (source = :sourceEntireUri AND `type` = :typeEntireUri)
            ) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '3' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/en/construction-equipment/products/fdg60-pl_p_1016"
  "sourcePathQuery" => "/en/construction-equipment/products/fdg60-pl_p_1016"
  "sourceEntireUri" => "https://kuhn-ch.roromedia.at/en/construction-equipment/products/fdg60-pl_p_1016"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
1.46 ms
(6.86%)
2
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  15149
]
1.06 ms
(4.97%)
4
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "fdg60-pl_p_1016"
  "path" => "/schweiz/en/construction-equipment/products/"
]
1.05 ms
(4.92%)
1
SELECT id FROM sites ORDER BY (SELECT LENGTH(path) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]
1.00 ms
(4.68%)
3
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/schweiz/%"
  "/en/construction-equipment/products/fdg60-pl_p_1016"
]
0.85 ms
(4.00%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.82 ms
(3.86%)
3
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/schweiz/en/construction-equipment/products/fdg60-pl_p_1016"
]
0.81 ms
(3.79%)
1
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
0.66 ms
(3.11%)
1
SELECT * FROM object_url_slugs WHERE slug = '/en/construction-equipment/products/fdg60-pl_p_1016' AND (siteId = 3 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.66 ms
(3.10%)
1
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Product"
]
0.61 ms
(2.88%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
0.22 ms
(1.03%)
1
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.