2.81 ms (41.58%)
|
1 |
DELETE FROM refresh_token WHERE expires_at < ?
Parameters: [
"2026-04-14 05:36:01.650"
]
DELETE FROM refresh_token WHERE expires_at < '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"
]
INSERT INTO refresh_token (id, user_id, token_id, issued_at, expires_at) VALUES(0x019D8A7D5072711888F73D58C7778255, 0x019CE1FFF3CA78469AF9451FE999EBB3, '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`
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`
;
|
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
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC;
|
0.35 ms (5.16%)
|
2 |
SELECT `key`, `value` FROM `app_config`
SELECT `key`, `value` FROM `app_config`;
|
0.30 ms (4.39%)
|
1 |
SELECT admin FROM user WHERE id = UNHEX(?) LIMIT 1
Parameters: [
"019ce1fff3ca78469af9451fe999ebb3"
]
SELECT admin FROM user WHERE id = UNHEX('019ce1fff3ca78469af9451fe999ebb3') LIMIT 1;
|
0.28 ms (4.21%)
|
1 |
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters: [
true
false
]
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = 1 AND `app`.`self_managed` = 0);
|
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`
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`
;
|
0.21 ms (3.08%)
|
1 |
SELECT id FROM `pickware_erp_return_order_line_item` LIMIT 1
SELECT id FROM `pickware_erp_return_order_line_item` LIMIT 1;
|
0.18 ms (2.72%)
|
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.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;
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;
;
|
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"
]
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` = '_api_oposso');
|
0.15 ms (2.16%)
|
1 |
SELECT user.id, user.password FROM user WHERE username = ?
Parameters: [
"_api_oposso"
]
SELECT user.id, user.password FROM user WHERE username = '_api_oposso';
|
0.14 ms (2.09%)
|
1 |
SELECT item_rounding FROM currency WHERE id = ?
Parameters: [
b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA;
|
0.13 ms (1.99%)
|
1 |
SELECT `name`, `path`, `author`, `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name`, `path`, `author`, `self_managed`
FROM `app`
WHERE `active` = 1
;
|
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',''))
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',''));
|
0.05 ms (0.73%)
|
1 |
SELECT shipping_costs FROM `pickware_erp_return_order` LIMIT 1
SELECT shipping_costs FROM `pickware_erp_return_order` LIMIT 1;
|
0.04 ms (0.53%)
|
1 |
SELECT id FROM `order_return` LIMIT 1
SELECT id FROM `order_return` LIMIT 1;
|