8.80 ms (24.89%)
|
1 |
SELECT item_rounding FROM currency WHERE id = ?
Parameters: [
b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA;
|
6.74 ms (19.06%)
|
1 |
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC;
|
6.04 ms (17.09%)
|
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;
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;
;
|
3.92 ms (11.10%)
|
1 |
SELECT `key`, `value` FROM `app_config`
SELECT `key`, `value` FROM `app_config`;
|
3.78 ms (10.69%)
|
1 |
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"
]
INSERT INTO refresh_token (id, user_id, token_id, issued_at, expires_at) VALUES(0x0194546E52117141A73667D6856C846D, 0x1ED5EE0F368A4E67BDA21F844671D7A1, 'b255a6ed4a9e19a8b126dc5b9b68638709d1f70a1530fb08321a7caa295fc0b0495e3118260574fa', '2025-01-11 08:15:03.697', '2025-01-18 08:15:03.697');
|
3.45 ms (9.75%)
|
1 |
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`;
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`;;
|
0.92 ms (2.60%)
|
1 |
DELETE FROM refresh_token WHERE expires_at < ?
Parameters: [
"2025-01-11 08:15:03.701"
]
DELETE FROM refresh_token WHERE expires_at < '2025-01-11 08:15:03.701';
|
0.70 ms (1.97%)
|
1 |
SELECT admin FROM user WHERE id = UNHEX(?) LIMIT 1
Parameters: [
"1ed5ee0f368a4e67bda21f844671d7a1"
]
SELECT admin FROM user WHERE id = UNHEX('1ed5ee0f368a4e67bda21f844671d7a1') LIMIT 1;
|
0.60 ms (1.70%)
|
1 |
SELECT user.id, user.password FROM user WHERE username = ?
Parameters: [
"beheer@buro26.nl"
]
SELECT user.id, user.password FROM user WHERE username = 'beheer@buro26.nl';
|
0.41 ms (1.15%)
|
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',''))
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',''));
|