1.31 ms (19.01%)
8
UPDATE `customer_group` SET `display_gross` = ? , `updated_at` = ? WHERE id = ?
Parameters :
[
0
"2026-07-07 21:28:44.388 "
b"J-T\x15 ð„*w\x04 ÛýQaŸ\x05 « "
]
UPDATE `customer_group` SET `display_gross` = 0 , `updated_at` = '2026-07-07 21:28:44.388' WHERE id = 0x4A2D5415F0842A7704DBFD51619F05AB ;
Copy
0.68 ms (9.91%)
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` ; ;
Copy
0.47 ms (6.89%)
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`
;
Copy
0.47 ms (6.80%)
1
"COMMIT"
0.40 ms (5.83%)
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 ;
Copy
0.38 ms (5.55%)
8
SELECT 1 as `exists` FROM `customer_group_translation` WHERE (`customer_group_id` = ? ) AND (`language_id` = ? )
Parameters :
[
b"J-T\x15 ð„*w\x04 ÛýQaŸ\x05 « "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT 1 as `exists` FROM `customer_group_translation` WHERE (`customer_group_id` = 0x4A2D5415F0842A7704DBFD51619F05AB ) AND (`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.38 ms (5.54%)
8
UPDATE `customer_group_translation` SET custom_fields = JSON_SET (IFNULL (`custom_fields` , "{}" ), ? , ? ) WHERE (`customer_group_id` = ? ) AND (`language_id` = ? )
Parameters :
[
"$."custom_group_zuordnungsnr" "
"00000587 "
b"J-T\x15 ð„*w\x04 ÛýQaŸ\x05 « "
b"/»_ââšMpªXTÎ|ãâ\v "
]
UPDATE `customer_group_translation` SET custom_fields = JSON_SET (IFNULL (`custom_fields` , "{}" ), '$.\"custom_group_zuordnungsnr\"' , '00000587' ) WHERE (`customer_group_id` = 0x4A2D5415F0842A7704DBFD51619F05AB ) AND (`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.28 ms (4.07%)
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 ;
;
Copy
0.28 ms (4.02%)
8
UPDATE `customer_group_translation` SET `customer_group_id` = ? , `language_id` = ? , `name` = ? , `updated_at` = ? WHERE customer_group_id = ? AND language_id = ?
Parameters :
[
b"J-T\x15 ð„*w\x04 ÛýQaŸ\x05 « "
b"/»_ââšMpªXTÎ|ãâ\v "
"EDEKA-Sachsen "
"2026-07-07 21:28:44.390 "
b"J-T\x15 ð„*w\x04 ÛýQaŸ\x05 « "
b"/»_ââšMpªXTÎ|ãâ\v "
]
UPDATE `customer_group_translation` SET `customer_group_id` = 0x4A2D5415F0842A7704DBFD51619F05AB , `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , `name` = 'EDEKA-Sachsen' , `updated_at` = '2026-07-07 21:28:44.390' WHERE customer_group_id = 0x4A2D5415F0842A7704DBFD51619F05AB AND language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
0.26 ms (3.77%)
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`
;
Copy
0.23 ms (3.41%)
1
SELECT 1 as `exists` , `customer_group_id` , `language_id` FROM `customer_group_translation` WHERE (`customer_group_id` , `language_id` ) IN ((? , ? ), (? , ? ), (? , ? ), (? , ? ), (? , ? ), (? , ? ), (? , ? ), (? , ? ))
Parameters :
[
b"J-T\x15 ð„*w\x04 ÛýQaŸ\x05 « "
b"/»_ââšMpªXTÎ|ãâ\v "
b"]*\x19\x1C à÷?ßòÛ+¶ª\x1F Њ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ï¦O×\x10 ýûÀ"qÅüNãéÙ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"8\x00 4™)\x18 ͦ¤Ç\x03 ¸\x1D È¥ý "
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
±°\x0F Ý»_AßT\x14 \n
D\x07\x7F ÷!
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"2µu†Á²»I'w\}\x17 QI™ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÆX)\x18 ˜vm\x1D ã=mD\x19\x00 Ç8 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ô ÔÏ]¢\e ãm\t [â\x18 ³n’ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT 1 as `exists` , `customer_group_id` , `language_id` FROM `customer_group_translation` WHERE (`customer_group_id` , `language_id` ) IN ((0x4A2D5415F0842A7704DBFD51619F05AB , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0x5D2A191CE0F73FDFF2DB2BB6AA1FD08A , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0x8BDD4F9E10EC96B722718F814EC682EB , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0x380034992918CDA6A4C703B81DC8A5FD , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0xB1B00FDDBB5F41DF54140A44077FF721 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0x32B57586C1B2BB4927775C7D17514999 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0xC658291898766D1DE33D6D441900C738 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0xF420D4CF5DA21BE36D095BE218B36E92 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
0.22 ms (3.19%)
1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
0.21 ms (3.05%)
1
SELECT item_rounding FROM currency WHERE id = ?
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA ;
Copy
0.20 ms (2.96%)
1
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
0.19 ms (2.81%)
1
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
0.17 ms (2.49%)
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 );
Copy
0.17 ms (2.47%)
1
SELECT id FROM integration WHERE access_key = ?
Parameters :
[
"SWIATW11VFPXNM5LEGD2MVZSSG "
]
SELECT id FROM integration WHERE access_key = 'SWIATW11VFPXNM5LEGD2MVZSSG' ;
Copy
0.12 ms (1.80%)
1
SELECT `acl_role` . `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `integration_id` = ?
Parameters :
[
b"ŒgdÃ͵Iˆ„YÐ\e ‚h®\x08 "
]
SELECT `acl_role` . `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `integration_id` = 0x8C6764C3CDB549888459D01B8268AE08
;
Copy
0.12 ms (1.68%)
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' , '' ));
Copy
0.10 ms (1.52%)
1
SELECT 1 as `exists` , `id` FROM `customer_group` WHERE `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"J-T\x15 ð„*w\x04 ÛýQaŸ\x05 « "
b"]*\x19\x1C à÷?ßòÛ+¶ª\x1F Њ "
b"ï¦O×\x10 ýûÀ"qÅüNãéÙ "
b"8\x00 4™)\x18 ͦ¤Ç\x03 ¸\x1D È¥ý "
b"""
±°\x0F Ý»_AßT\x14 \n
D\x07\x7F ÷!
"""
b"2µu†Á²»I'w\}\x17 QI™ "
b"ÆX)\x18 ˜vm\x1D ã=mD\x19\x00 Ç8 "
b"ô ÔÏ]¢\e ãm\t [â\x18 ³n’ "
]
SELECT 1 as `exists` , `id` FROM `customer_group` WHERE `id` IN (0x4A2D5415F0842A7704DBFD51619F05AB , 0x5D2A191CE0F73FDFF2DB2BB6AA1FD08A , 0x8BDD4F9E10EC96B722718F814EC682EB , 0x380034992918CDA6A4C703B81DC8A5FD , 0xB1B00FDDBB5F41DF54140A44077FF721 , 0x32B57586C1B2BB4927775C7D17514999 , 0xC658291898766D1DE33D6D441900C738 , 0xF420D4CF5DA21BE36D095BE218B36E92 );
Copy
0.07 ms (1.04%)
1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
0.06 ms (0.87%)
1
SELECT role . privileges FROM integration_role mapping INNER JOIN acl_role role ON mapping . acl_role_id = role . id WHERE mapping . integration_id = ?
Parameters :
[
b"ŒgdÃ͵Iˆ„YÐ\e ‚h®\x08 "
]
SELECT role . privileges FROM integration_role mapping INNER JOIN acl_role role ON mapping . acl_role_id = role . id WHERE mapping . integration_id = 0x8C6764C3CDB549888459D01B8268AE08 ;
Copy
0.05 ms (0.75%)
1
SELECT admin FROM `integration` WHERE id = ?
Parameters :
[
b"ŒgdÃ͵Iˆ„YÐ\e ‚h®\x08 "
]
SELECT admin FROM `integration` WHERE id = 0x8C6764C3CDB549888459D01B8268AE08 ;
Copy
0.04 ms (0.58%)
1
"START TRANSACTION"
"START TRANSACTION" ;
Copy