Query Metrics

14 Database Queries
6 Different statements
18.49 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.46 ms
(34.97%)
5
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/custom-pimcore-webservice/rest/"
  "breadcrumbs"
]
4.05 ms
(21.93%)
3
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "system_settings"
  "pimcore_system_settings"
]
3.77 ms
(20.42%)
3
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/custom-pimcore-webservice/rest/breadcrumbs"
]
1.54 ms
(8.32%)
1
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:
[
  "/custom-pimcore-webservice/rest/breadcrumbs"
  "path"
  "auto_create"
  "/custom-pimcore-webservice/rest/breadcrumbs?link-type=relative&path=/www/de-de&no-cache=1"
  "path_query"
  "https://pimcore-app.dev-pimcore.svc.cluster.local/custom-pimcore-webservice/rest/breadcrumbs?link-type=relative&no-cache=1&path=/www/de-de"
  "entire_uri"
]
1.33 ms
(7.19%)
1
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1) AND inheritable = 1) OR cid = ?
                             ) AND ctype='document'
Parameters:
[
  1
]
1.33 ms
(7.17%)
1
SELECT id from documents_hardlink where `sourceId` = ?
Parameters:
[
  4155
]

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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

No loaded entities.