POST https://eu.verinice.shop/api/oauth/token

Query Metrics

19 Database Queries
18 Different statements
6.77 ms Query time

Grouped Statements

Show all queries

Time Count Info
2.81 ms
(41.58%)
1
DELETE FROM refresh_token WHERE expires_at < ?
Parameters:
[
  "2026-04-14 05:36:01.650"
]
0.62 ms
(9.24%)
1
INSERT INTO refresh_token (id, user_id, token_id, issued_at, expires_at) VALUES(?, ?, ?, ?, ?)
Parameters:
[
  b"\x01Š}Prq\x18ˆ÷=XÇw‚U"
  b"\x01œáÿóÊxFšùE\x1Fé™ë³"
  "67743cc6bad6cacb0b84979fa4c0abd288f2df2fc6dd6ff8c96ab64203aeacf0c76aa2898407006b"
  "2026-04-14 05:36:01.650"
  "2026-04-21 05:36:01.650"
]
0.40 ms
(5.97%)
1
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
0.39 ms
(5.76%)
1
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
0.35 ms
(5.16%)
2
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
0.30 ms
(4.39%)
1
SELECT admin FROM user WHERE id = UNHEX(?) LIMIT 1
Parameters:
[
  "019ce1fff3ca78469af9451fe999ebb3"
]
0.28 ms
(4.21%)
1
-- app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
0.27 ms
(3.92%)
1
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
0.21 ms
(3.08%)
1
SELECT id FROM `pickware_erp_return_order_line_item` LIMIT 1
Parameters:
[]
0.18 ms
(2.72%)
1
# 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:
[]
0.17 ms
(2.59%)
1
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:
[]
0.17 ms
(2.50%)
1
SELECT `user`.`id` as `user.id`, `user`.`locale_id` as `user.localeId`, `user`.`username` as `user.username`, `user`.`password` as `user.password`, `user`.`first_name` as `user.firstName`, `user`.`last_name` as `user.lastName`, `user`.`title` as `user.title`, `user`.`email` as `user.email`, `user`.`active` as `user.active`, `user`.`admin` as `user.admin`, `user`.`last_updated_password_at` as `user.lastUpdatedPasswordAt`, `user`.`time_zone` as `user.timeZone`, `user`.`custom_fields` as `user.customFields`, `user`.`avatar_id` as `user.avatarId`, `user`.`store_token` as `user.storeToken`, `user`.`created_at` as `user.createdAt`, `user`.`updated_at` as `user.updatedAt` FROM `user` WHERE (`user`.`username` = ?)
Parameters:
[
  "_api_oposso"
]
0.15 ms
(2.16%)
1
SELECT user.id, user.password FROM user WHERE username = ?
Parameters:
[
  "_api_oposso"
]
0.14 ms
(2.09%)
1
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
0.13 ms
(1.99%)
1
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
0.09 ms
(1.40%)
1
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
0.05 ms
(0.73%)
1
SELECT shipping_costs FROM `pickware_erp_return_order` LIMIT 1
Parameters:
[]
0.04 ms
(0.53%)
1
SELECT id FROM `order_return` LIMIT 1
Parameters:
[]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.