1.66 ms (20.38%)
9
UPDATE `customer_group` SET `display_gross` = ? , `updated_at` = ? WHERE id = ?
Parameters :
[
0
"2026-07-25 20:58:58.834 "
b" \x11 Ù>Z\x00 þ┐ûÉíd5ô╝Ò "
]
UPDATE `customer_group` SET `display_gross` = 0 , `updated_at` = '2026-07-25 20:58:58.834' WHERE id = 0x2011EB3E5A00E7BF9690A1643593BCE3 ;
Copy
0.69 ms (8.55%)
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.57 ms (6.96%)
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.53 ms (6.48%)
9
SELECT 1 as `exists` FROM `customer_group_translation` WHERE (`customer_group_id` = ? ) AND (`language_id` = ? )
Parameters :
[
b" \x11 Ù>Z\x00 þ┐ûÉíd5ô╝Ò "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT 1 as `exists` FROM `customer_group_translation` WHERE (`customer_group_id` = 0x2011EB3E5A00E7BF9690A1643593BCE3 ) AND (`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.51 ms (6.22%)
1
"COMMIT"
0.47 ms (5.84%)
9
UPDATE `customer_group_translation` SET custom_fields = JSON_SET (IFNULL (`custom_fields` , "{}" ), ? , ? ) WHERE (`customer_group_id` = ? ) AND (`language_id` = ? )
Parameters :
[
"$."custom_group_zuordnungsnr" "
"00000342 "
b" \x11 Ù>Z\x00 þ┐ûÉíd5ô╝Ò "
b"/»_ââšMpªXTÎ|ãâ\v "
]
UPDATE `customer_group_translation` SET custom_fields = JSON_SET (IFNULL (`custom_fields` , "{}" ), '$.\"custom_group_zuordnungsnr\"' , '00000342' ) WHERE (`customer_group_id` = 0x2011EB3E5A00E7BF9690A1643593BCE3 ) AND (`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.40 ms (4.87%)
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.36 ms (4.38%)
9
UPDATE `customer_group_translation` SET `customer_group_id` = ? , `language_id` = ? , `name` = ? , `updated_at` = ? WHERE customer_group_id = ? AND language_id = ?
Parameters :
[
b" \x11 Ù>Z\x00 þ┐ûÉíd5ô╝Ò "
b"/»_ââšMpªXTÎ|ãâ\v "
"Landratsamt Annaberg "
"2026-07-25 20:58:58.837 "
b" \x11 Ù>Z\x00 þ┐ûÉíd5ô╝Ò "
b"/»_ââšMpªXTÎ|ãâ\v "
]
UPDATE `customer_group_translation` SET `customer_group_id` = 0x2011EB3E5A00E7BF9690A1643593BCE3 , `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , `name` = 'Landratsamt Annaberg' , `updated_at` = '2026-07-25 20:58:58.837' WHERE customer_group_id = 0x2011EB3E5A00E7BF9690A1643593BCE3 AND language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
0.33 ms (4.01%)
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.32 ms (3.90%)
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.29 ms (3.62%)
1
SELECT item_rounding FROM currency WHERE id = ?
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA ;
Copy
0.28 ms (3.42%)
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.27 ms (3.36%)
1
SELECT 1 as `exists` , `customer_group_id` , `language_id` FROM `customer_group_translation` WHERE (`customer_group_id` , `language_id` ) IN ((? , ? ), (? , ? ), (? , ? ), (? , ? ), (? , ? ), (? , ? ), (? , ? ))
Parameters :
[
b" \x11 Ù>Z\x00 þ┐ûÉíd5ô╝Ò "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÆX)\x18 ˜vm\x1D ã=mD\x19\x00 Ç8 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"òÔÌ\v v\x06 ê\x03 Zæ–)ìö¹õ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"“{\x02 µiAf·üVœ·‰QÈ\x13 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ç\x14\x7F\f Ê`’ÂQH¬Á—\v cÖ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"˜\x1C ŒöVôy^•£Èhª§± "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ä‘LÔå\x02 ¡íž±öd¶du- "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT 1 as `exists` , `customer_group_id` , `language_id` FROM `customer_group_translation` WHERE (`customer_group_id` , `language_id` ) IN ((0x2011EB3E5A00E7BF9690A1643593BCE3 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0xC658291898766D1DE33D6D441900C738 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0xF2D4CC0B7606EA035AE69629ECF6B9F5 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0x937B02B5694166B7FC569CB78951C813 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0xE7147F0CCA6092C25148ACC1970B63D6 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0x981C8CADF656F4795E95A3C868AAA7B1 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0xE4914CD4E502A1ED9EB1F664B664752D , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
0.24 ms (2.94%)
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.35%)
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.19 ms (2.28%)
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.15 ms (1.82%)
1
SELECT id FROM integration WHERE access_key = ?
Parameters :
[
"SWIATW11VFPXNM5LEGD2MVZSSG "
]
SELECT id FROM integration WHERE access_key = 'SWIATW11VFPXNM5LEGD2MVZSSG' ;
Copy
0.14 ms (1.76%)
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.12 ms (1.53%)
1
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
0.12 ms (1.45%)
1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
0.11 ms (1.37%)
1
SELECT 1 as `exists` , `id` FROM `customer_group` WHERE `id` IN (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b" \x11 Ù>Z\x00 þ┐ûÉíd5ô╝Ò "
b"ÆX)\x18 ˜vm\x1D ã=mD\x19\x00 Ç8 "
b"òÔÌ\v v\x06 ê\x03 Zæ–)ìö¹õ "
b"“{\x02 µiAf·üVœ·‰QÈ\x13 "
b"ç\x14\x7F\f Ê`’ÂQH¬Á—\v cÖ "
b"˜\x1C ŒöVôy^•£Èhª§± "
b"ä‘LÔå\x02 ¡íž±öd¶du- "
]
SELECT 1 as `exists` , `id` FROM `customer_group` WHERE `id` IN (0x2011EB3E5A00E7BF9690A1643593BCE3 , 0xC658291898766D1DE33D6D441900C738 , 0xF2D4CC0B7606EA035AE69629ECF6B9F5 , 0x937B02B5694166B7FC569CB78951C813 , 0xE7147F0CCA6092C25148ACC1970B63D6 , 0x981C8CADF656F4795E95A3C868AAA7B1 , 0xE4914CD4E502A1ED9EB1F664B664752D );
Copy
0.08 ms (0.92%)
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.07 ms (0.85%)
1
SELECT admin FROM `integration` WHERE id = ?
Parameters :
[
b"ŒgdÃ͵Iˆ„YÐ\e ‚h®\x08 "
]
SELECT admin FROM `integration` WHERE id = 0x8C6764C3CDB549888459D01B8268AE08 ;
Copy
0.06 ms (0.74%)
1
"START TRANSACTION"
"START TRANSACTION" ;
Copy