POST https://gsetechnology.acceptatie01.hosting26.nl/api/oauth/token

Query Metrics

10 Database Queries
10 Different statements
35.36 ms Query time

Queries

Group similar statements

# Time Info
1 3.92 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 3.45 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 6.04 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.41 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:
[]
5 6.74 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
6 8.80 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
7 0.60 ms
SELECT user.id, user.password FROM user WHERE username = ?
Parameters:
[
  "beheer@buro26.nl"
]
8 0.70 ms
SELECT admin FROM user WHERE id = UNHEX(?) LIMIT 1
Parameters:
[
  "1ed5ee0f368a4e67bda21f844671d7a1"
]
9 3.78 ms
INSERT INTO refresh_token (id, user_id, token_id, issued_at, expires_at) VALUES(?, ?, ?, ?, ?)
Parameters:
[
  b"\x01”TnR\x11qA§6gÖ…l„m"
  b"\x1EÕî\x0F6ŠNg½¢\x1F„Fqס"
  "b255a6ed4a9e19a8b126dc5b9b68638709d1f70a1530fb08321a7caa295fc0b0495e3118260574fa"
  "2025-01-11 08:15:03.697"
  "2025-01-18 08:15:03.697"
]
10 0.92 ms
DELETE FROM refresh_token WHERE expires_at < ?
Parameters:
[
  "2025-01-11 08:15:03.701"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.