POST https://staging.www.ensbona.de/api/search/order

Query Metrics

9 Database Queries
9 Different statements
7.70 ms Query time

Queries

Group similar statements

# Time Info
1 0.71 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 1.17 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 1.02 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
4 0.89 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
5 0.84 ms
SELECT id FROM integration WHERE access_key = ?
Parameters:
[
  "SWIAU3N5RNVUCG80TZRBUGX4YW"
]
6 0.75 ms
SELECT `acl_role`.`privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`integration_id` = ?
Parameters:
[
  b"mp\x1C\vAë‹Êÿ©\x02-q£"
]
7 0.69 ms
SELECT admin FROM `integration` WHERE id = ?
Parameters:
[
  b"mp\x1C\vAë‹Êÿ©\x02-q£"
]
8 0.73 ms
SELECT role.privileges FROM integration_role mapping INNER JOIN acl_role role ON mapping.acl_role_id = role.id WHERE mapping.integration_id = ?
Parameters:
[
  b"mp\x1C\vAë‹Êÿ©\x02-q£"
]
9 0.91 ms
SELECT `order`.`id`, `order`.`auto_increment`, `order`.`order_number` FROM `order` WHERE (`order`.`version_id` = ?) AND (((`order`.`order_date_time` > ?) AND (`order`.`sales_channel_id` IN (?)))) ORDER BY `order`.`order_date_time` ASC LIMIT 499
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "2025-07-31T18:03:01"
  b"›™L?\x19'Kï·$'{P\x15Ú÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.