1 |
2.01 ms |
SELECT `value` FROM app_config WHERE `key` = ?
Parameters: [
"cache-id"
]
SELECT `value` FROM app_config WHERE `key` = 'cache-id';
|
2 |
1.62 ms |
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`;;
|
3 |
1.41 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
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
;
|
4 |
1.10 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',''))
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',''));
|
5 |
1.77 ms |
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 |
1.67 ms |
SELECT item_rounding FROM currency WHERE id = ?
Parameters: [
b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA;
|
7 |
1.19 ms |
SELECT token_id FROM refresh_token WHERE token_id = ?
Parameters: [
"a49b2dc16629e68b6c9242994c2f797cdb314ced7f918e06ce9c7b182114e87795bf1bfde2a3b76d"
]
SELECT token_id FROM refresh_token WHERE token_id = 'a49b2dc16629e68b6c9242994c2f797cdb314ced7f918e06ce9c7b182114e87795bf1bfde2a3b76d';
|
8 |
1.00 ms |
DELETE FROM refresh_token WHERE expires_at < ?
Parameters: [
"2025-01-21 10:39:59.735"
]
DELETE FROM refresh_token WHERE expires_at < '2025-01-21 10:39:59.735';
|
9 |
3.03 ms |
DELETE FROM refresh_token WHERE token_id = ?
Parameters: [
"a49b2dc16629e68b6c9242994c2f797cdb314ced7f918e06ce9c7b182114e87795bf1bfde2a3b76d"
]
DELETE FROM refresh_token WHERE token_id = 'a49b2dc16629e68b6c9242994c2f797cdb314ced7f918e06ce9c7b182114e87795bf1bfde2a3b76d';
|
10 |
1.41 ms |
DELETE FROM refresh_token WHERE expires_at < ?
Parameters: [
"2025-01-21 10:39:59.739"
]
DELETE FROM refresh_token WHERE expires_at < '2025-01-21 10:39:59.739';
|
11 |
3.25 ms |
INSERT INTO refresh_token (id, user_id, token_id, issued_at, expires_at) VALUES(?, ?, ?, ?, ?)
Parameters: [
b":\x13¤Ï· Ndƒsh`e\x00“Ö"
b"£–Óã‘ØF_«¥ˆêbî†r"
"1bb387f3af64342b2ec77b4b1d17f86f94d74a8264d2a26e24a1cfb53fe77d0dc1689affbb04741a"
"2025-01-21 10:39:59.744"
"2025-01-28 10:39:59.744"
]
INSERT INTO refresh_token (id, user_id, token_id, issued_at, expires_at) VALUES(0x3A13A4CFB7204E6483736860650093D6, 0xA396D3E391D8465FABA588EA62EE8672, '1bb387f3af64342b2ec77b4b1d17f86f94d74a8264d2a26e24a1cfb53fe77d0dc1689affbb04741a', '2025-01-21 10:39:59.744', '2025-01-28 10:39:59.744');
|
12 |
1.32 ms |
DELETE FROM refresh_token WHERE expires_at < ?
Parameters: [
"2025-01-21 10:39:59.748"
]
DELETE FROM refresh_token WHERE expires_at < '2025-01-21 10:39:59.748';
|