POST https://hermeta.shop/api/oauth/token

Query Metrics

14 Database Queries
11 Different statements
152.99 ms Query time

Queries

Group similar statements

# Time Info
1 0.10 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.06 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 0.12 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.09 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:
[]
5 0.16 ms
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:
[]
6 0.10 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
7 0.09 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
8 0.10 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
9 0.29 ms
SELECT token_id FROM refresh_token WHERE token_id = ?
Parameters:
[
  "2420aae5da8aeca58c645b1763b78f55e15a4616037f2d83db584cdaf56919353627b74b49c2fbf5"
]
10 0.11 ms
DELETE FROM refresh_token WHERE expires_at < ?
Parameters:
[
  "2025-01-23 13:28:10.125"
]
11 44.38 ms
DELETE FROM refresh_token WHERE token_id = ?
Parameters:
[
  "2420aae5da8aeca58c645b1763b78f55e15a4616037f2d83db584cdaf56919353627b74b49c2fbf5"
]
12 81.14 ms
DELETE FROM refresh_token WHERE expires_at < ?
Parameters:
[
  "2025-01-23 13:28:10.170"
]
13 25.68 ms
INSERT INTO refresh_token (id, user_id, token_id, issued_at, expires_at) VALUES(?, ?, ?, ?, ?)
Parameters:
[
  b"\x01öôYK\fs<Éì/qhcÌ█"
  b"\x01“qáÎyHœKTí\x1CÀ\x12Ä"
  "c142ea9ac46a5ceba7ddab33b96cfda515cb3ded33fd2c4bd719cd3e9ec787823203e108dc945bee"
  "2025-01-23 13:28:10.252"
  "2025-01-30 13:28:10.252"
]
14 0.56 ms
DELETE FROM refresh_token WHERE expires_at < ?
Parameters:
[
  "2025-01-23 13:28:10.278"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.