1.31 ms (16.68%)
6
UPDATE `customer_group` SET `display_gross` = ? , `updated_at` = ? WHERE id = ?
Parameters :
[
0
"2026-03-09 17:33:57.701 "
b"˜\x1C ŒöVôy^•£Èhª§± "
]
UPDATE `customer_group` SET `display_gross` = 0 , `updated_at` = '2026-03-09 17:33:57.701' WHERE id = 0x981C8CADF656F4795E95A3C868AAA7B1 ;
Copy
0.68 ms (8.60%)
6
UPDATE `customer_group_translation` SET custom_fields = JSON_SET (IFNULL (`custom_fields` , "{}" ), ? , ? ) WHERE (`customer_group_id` = ? ) AND (`language_id` = ? )
Parameters :
[
"$."custom_group_zuordnungsnr" "
"00000390 "
b"˜\x1C ŒöVôy^•£Èhª§± "
b"/»_ââšMpªXTÎ|ãâ\v "
]
UPDATE `customer_group_translation` SET custom_fields = JSON_SET (IFNULL (`custom_fields` , "{}" ), '$.\"custom_group_zuordnungsnr\"' , '00000390' ) WHERE (`customer_group_id` = 0x981C8CADF656F4795E95A3C868AAA7B1 ) AND (`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.62 ms (7.87%)
6
UPDATE `customer_group_translation` SET `customer_group_id` = ? , `language_id` = ? , `name` = ? , `updated_at` = ? WHERE customer_group_id = ? AND language_id = ?
Parameters :
[
b"˜\x1C ŒöVôy^•£Èhª§± "
b"/»_ââšMpªXTÎ|ãâ\v "
"Lebenshilfe STL "
"2026-03-09 17:33:57.703 "
b"˜\x1C ŒöVôy^•£Èhª§± "
b"/»_ââšMpªXTÎ|ãâ\v "
]
UPDATE `customer_group_translation` SET `customer_group_id` = 0x981C8CADF656F4795E95A3C868AAA7B1 , `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , `name` = 'Lebenshilfe STL' , `updated_at` = '2026-03-09 17:33:57.703' WHERE customer_group_id = 0x981C8CADF656F4795E95A3C868AAA7B1 AND language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
0.61 ms (7.75%)
6
SELECT 1 as `exists` FROM `customer_group_translation` WHERE (`customer_group_id` = ? ) AND (`language_id` = ? )
Parameters :
[
b"˜\x1C ŒöVôy^•£Èhª§± "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT 1 as `exists` FROM `customer_group_translation` WHERE (`customer_group_id` = 0x981C8CADF656F4795E95A3C868AAA7B1 ) AND (`language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.57 ms (7.21%)
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.54 ms (6.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.52 ms (6.67%)
1
"COMMIT"
0.32 ms (4.08%)
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.31 ms (3.90%)
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.26 ms (3.33%)
1
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
0.22 ms (2.74%)
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.20 ms (2.49%)
1
SELECT 1 as `exists` , `customer_group_id` , `language_id` FROM `customer_group_translation` WHERE (`customer_group_id` , `language_id` ) IN ((? , ? ), (? , ? ), (? , ? ), (? , ? ))
Parameters :
[
b"˜\x1C ŒöVôy^•£Èhª§± "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ä‘LÔå\x02 ¡íž±öd¶du- "
b"/»_ââšMpªXTÎ|ãâ\v "
b"“vU€V\x04 †-6E9ØZKþ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ü ¯\x19 6ó“?»þ\x02 ¶\x00 ‚Ðó "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT 1 as `exists` , `customer_group_id` , `language_id` FROM `customer_group_translation` WHERE (`customer_group_id` , `language_id` ) IN ((0x981C8CADF656F4795E95A3C868AAA7B1 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0xE4914CD4E502A1ED9EB1F664B664752D , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0x937655805604A0862D364539D85A4BFE , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ), (0xFCA0AF1936F3933FBBFE02B60082D0F3 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
0.19 ms (2.47%)
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.47%)
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.18 ms (2.27%)
1
SELECT item_rounding FROM currency WHERE id = ?
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA ;
Copy
0.17 ms (2.22%)
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.16 ms (2.02%)
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.15 ms (1.89%)
1
SELECT id FROM integration WHERE access_key = ?
Parameters :
[
"SWIATW11VFPXNM5LEGD2MVZSSG "
]
SELECT id FROM integration WHERE access_key = 'SWIATW11VFPXNM5LEGD2MVZSSG' ;
Copy
0.14 ms (1.77%)
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.12 ms (1.59%)
1
SELECT 1 as `exists` , `id` FROM `customer_group` WHERE `id` IN (? , ? , ? , ? )
Parameters :
[
b"˜\x1C ŒöVôy^•£Èhª§± "
b"ä‘LÔå\x02 ¡íž±öd¶du- "
b"“vU€V\x04 †-6E9ØZKþ "
b"ü ¯\x19 6ó“?»þ\x02 ¶\x00 ‚Ðó "
]
SELECT 1 as `exists` , `id` FROM `customer_group` WHERE `id` IN (0x981C8CADF656F4795E95A3C868AAA7B1 , 0xE4914CD4E502A1ED9EB1F664B664752D , 0x937655805604A0862D364539D85A4BFE , 0xFCA0AF1936F3933FBBFE02B60082D0F3 );
Copy
0.12 ms (1.46%)
1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
0.11 ms (1.44%)
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.30%)
1
SELECT admin FROM `integration` WHERE id = ?
Parameters :
[
b"ŒgdÃ͵Iˆ„YÐ\e ‚h®\x08 "
]
SELECT admin FROM `integration` WHERE id = 0x8C6764C3CDB549888459D01B8268AE08 ;
Copy
0.07 ms (0.88%)
1
"START TRANSACTION"
"START TRANSACTION" ;
Copy