1
0.27 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.25 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` ; ;
Copy
3
0.35 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.26 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 ) 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
5
0.12 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' , '' ));
Copy
6
1.39 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 ;
Copy
7
0.15 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
8
0.14 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA ;
Copy
9
0.14 ms
SELECT id FROM integration WHERE access_key = ?
Parameters :
[
"SWIAVKNZU0PKAKNXRLZGEEFNSQ "
]
SELECT id FROM integration WHERE access_key = 'SWIAVKNZU0PKAKNXRLZGEEFNSQ' ;
Copy
10
0.16 ms
SELECT `acl_role` . `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `integration_id` = ?
Parameters :
[
b"¬tÝ\x14\x04 ÿCw•H\x00 ¯Š,’ë "
]
SELECT `acl_role` . `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `integration_id` = 0xAC74DD1404FF4377954800AF8A2C92EB
;
Copy
11
0.11 ms
SELECT admin FROM `integration` WHERE id = ?
Parameters :
[
b"¬tÝ\x14\x04 ÿCw•H\x00 ¯Š,’ë "
]
SELECT admin FROM `integration` WHERE id = 0xAC74DD1404FF4377954800AF8A2C92EB ;
Copy
12
0.15 ms
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"¬tÝ\x14\x04 ÿCw•H\x00 ¯Š,’ë "
]
SELECT role . privileges FROM integration_role mapping INNER JOIN acl_role role ON mapping . acl_role_id = role . id WHERE mapping . integration_id = 0xAC74DD1404FF4377954800AF8A2C92EB ;
Copy
13
0.24 ms
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
14
0.27 ms
SELECT 1 as `exists` , `id` FROM `customer_address` WHERE `id` IN (? )
Parameters :
[
b"¯\x01 ¼│Ó6Däü',¢Î\x1D Ù "
]
SELECT 1 as `exists` , `id` FROM `customer_address` WHERE `id` IN (0xEE01ACB3E036448481272CBDD71DF0EB );
Copy
15
0.03 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
16
0.27 ms
UPDATE `customer_address` SET `country_id` = ? , `first_name` = ? , `last_name` = ? , `zipcode` = ? , `city` = ? , `company` = ? , `street` = ? , `department` = ? , `additional_address_line2` = ? , `updated_at` = ? WHERE id = ?
Parameters :
[
b"]žå7û+@ÞòðÖ\x1C ©ß\x11 "
"Philipp "
"Senge "
"44791 "
"Bochum "
"PS-Sport "
"Grüner Weg 49 "
"Senge Philipp "
null
"2026-06-15 22:04:19.420 "
b"¯\x01 ¼│Ó6Däü',¢Î\x1D Ù "
]
UPDATE `customer_address` SET `country_id` = 0x5D9EE537FB2B40C39EF2F0D61CA9DF11 , `first_name` = 'Philipp' , `last_name` = 'Senge' , `zipcode` = '44791' , `city` = 'Bochum' , `company` = 'PS-Sport' , `street` = 'Grüner Weg 49' , `department` = 'Senge Philipp' , `additional_address_line2` = NULL , `updated_at` = '2026-06-15 22:04:19.420' WHERE id = 0xEE01ACB3E036448481272CBDD71DF0EB ;
Copy
17
3.30 ms
"COMMIT"
18
0.16 ms
SELECT LOWER (HEX (`customer_id` )) FROM `customer_address` WHERE `id` = ?
Parameters :
[
b"¯\x01 ¼│Ó6Däü',¢Î\x1D Ù "
]
SELECT LOWER (HEX (`customer_id` )) FROM `customer_address` WHERE `id` = 0xEE01ACB3E036448481272CBDD71DF0EB ;
Copy
19
0.65 ms
UPDATE `customer`
SET `salutation_id` = (
SELECT `id`
FROM `salutation`
WHERE `salutation_key` = ?
LIMIT 1
)
WHERE `id` = ? AND `salutation_id` is NULL
Parameters :
[
"not_specified "
b"¯\x01 ¼│Ó6Däü',¢Î\x1D Ù "
]
UPDATE `customer`
SET `salutation_id` = (
SELECT `id`
FROM `salutation`
WHERE `salutation_key` = 'not_specified'
LIMIT 1
)
WHERE `id` = 0xEE01ACB3E036448481272CBDD71DF0EB AND `salutation_id` is NULL
;
Copy
20
0.54 ms
UPDATE `customer` SET `customer` . `tag_ids` = NULL
WHERE `customer` . id IN (? )
Parameters :
[
b"±—ÉðÑ9Jh˜Å¢¡Å/«\x00 "
]
UPDATE `customer` SET `customer` . `tag_ids` = NULL
WHERE `customer` . id IN (0xB197C9F0D1394A6898C5A2A1C52FAB00 );
Copy
21
0.66 ms
UPDATE `customer` , `customer_tag` SET `customer` . `tag_ids` = (
SELECT CONCAT ('[' , GROUP_CONCAT (JSON_QUOTE (LOWER (HEX (`customer_tag` . `tag_id` )))), ']' )
FROM `customer_tag`
WHERE `customer_tag` . `customer_id` = `customer` . `id`
)
WHERE `customer_tag` . `customer_id` = `customer` . `id`
AND `customer` . id IN (? )
Parameters :
[
b"±—ÉðÑ9Jh˜Å¢¡Å/«\x00 "
]
UPDATE `customer` , `customer_tag` SET `customer` . `tag_ids` = (
SELECT CONCAT ('[' , GROUP_CONCAT (JSON_QUOTE (LOWER (HEX (`customer_tag` . `tag_id` )))), ']' )
FROM `customer_tag`
WHERE `customer_tag` . `customer_id` = `customer` . `id`
)
WHERE `customer_tag` . `customer_id` = `customer` . `id`
AND `customer` . id IN (0xB197C9F0D1394A6898C5A2A1C52FAB00 )
;
Copy
22
0.39 ms
UPDATE `customer`
LEFT JOIN `newsletter_recipient` ON `newsletter_recipient` . `email` = `customer` . `email`
SET `customer` . `newsletter_sales_channel_ids` = NULL
WHERE `customer` . `id` IN (? )
Parameters :
[
b"±—ÉðÑ9Jh˜Å¢¡Å/«\x00 "
]
UPDATE `customer`
LEFT JOIN `newsletter_recipient` ON `newsletter_recipient` . `email` = `customer` . `email`
SET `customer` . `newsletter_sales_channel_ids` = NULL
WHERE `customer` . `id` IN (0xB197C9F0D1394A6898C5A2A1C52FAB00 );
Copy
23
0.69 ms
UPDATE `customer` , `newsletter_recipient` SET `customer` . `newsletter_sales_channel_ids` = (
SELECT CONCAT (
'{' ,
GROUP_CONCAT (
CONCAT (
JSON_QUOTE (LOWER (HEX (`newsletter_recipient` . `id` ))),
':' ,
JSON_QUOTE (LOWER (HEX (`newsletter_recipient` . `sales_channel_id` )))
)
),
'}'
)
FROM `newsletter_recipient`
WHERE `newsletter_recipient` . `email` = `customer` . `email`
AND `newsletter_recipient` . `status` IN (? , ? )
)
WHERE `newsletter_recipient` . `email` = `customer` . `email`
AND `customer` . `id` IN (? )
Parameters :
[
"direct "
"optIn "
b"±—ÉðÑ9Jh˜Å¢¡Å/«\x00 "
]
UPDATE `customer` , `newsletter_recipient` SET `customer` . `newsletter_sales_channel_ids` = (
SELECT CONCAT (
'{' ,
GROUP_CONCAT (
CONCAT (
JSON_QUOTE (LOWER (HEX (`newsletter_recipient` . `id` ))),
':' ,
JSON_QUOTE (LOWER (HEX (`newsletter_recipient` . `sales_channel_id` )))
)
),
'}'
)
FROM `newsletter_recipient`
WHERE `newsletter_recipient` . `email` = `customer` . `email`
AND `newsletter_recipient` . `status` IN ('direct' , 'optIn' )
)
WHERE `newsletter_recipient` . `email` = `customer` . `email`
AND `customer` . `id` IN (0xB197C9F0D1394A6898C5A2A1C52FAB00 );
Copy
24
0.18 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
25
0.59 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’\x1F ÿºZræ¡{ËÍjÙ&e "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01921FFFBA5A72E6A17BCBCD6AD92665 );
Copy
26
0.23 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ’\x1F ÿºZræ¡{ËÍjÙ&e "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01921FFFBA5A72E6A17BCBCD6AD92665 ));
Copy
27
0.63 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
\x01 ø£¨╚Øqµ¥mêj\n
ÿeT
"""
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x019B9CF9C89D71E6BE6D886A0A986554 );
Copy
28
0.21 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"""
\x01 ø£¨╚Øqµ¥mêj\n
ÿeT
"""
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x019B9CF9C89D71E6BE6D886A0A986554 ));
Copy
29
0.61 ms
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
30
0.40 ms
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
31
1.03 ms
SELECT `webhook` . `id` as `webhook.id` , `webhook` . `name` as `webhook.name` , `webhook` . `event_name` as `webhook.eventName` , `webhook` . `url` as `webhook.url` , `webhook` . `only_live_version` as `webhook.onlyLiveVersion` , `webhook` . `error_count` as `webhook.errorCount` , `webhook` . `active` as `webhook.active` , `webhook` . `app_id` as `webhook.appId` , `webhook` . `created_at` as `webhook.createdAt` , `webhook` . `updated_at` as `webhook.updatedAt` , `webhook.app` . `id` as `webhook.app.id` , `webhook.app` . `name` as `webhook.app.name` , `webhook.app` . `path` as `webhook.app.path` , `webhook.app` . `author` as `webhook.app.author` , `webhook.app` . `copyright` as `webhook.app.copyright` , `webhook.app` . `license` as `webhook.app.license` , `webhook.app` . `active` as `webhook.app.active` , `webhook.app` . `configurable` as `webhook.app.configurable` , `webhook.app` . `privacy` as `webhook.app.privacy` , `webhook.app` . `version` as `webhook.app.version` , `webhook.app` . `icon` as `webhook.app.iconRaw` , `webhook.app` . `app_secret` as `webhook.app.appSecret` , `webhook.app` . `modules` as `webhook.app.modules` , `webhook.app` . `main_module` as `webhook.app.mainModule` , `webhook.app` . `cookies` as `webhook.app.cookies` , `webhook.app` . `allow_disable` as `webhook.app.allowDisable` , `webhook.app` . `base_app_url` as `webhook.app.baseAppUrl` , `webhook.app` . `allowed_hosts` as `webhook.app.allowedHosts` , `webhook.app` . `template_load_priority` as `webhook.app.templateLoadPriority` , `webhook.app` . `checkout_gateway_url` as `webhook.app.checkoutGatewayUrl` , `webhook.app` . `in_app_purchases_gateway_url` as `webhook.app.inAppPurchasesGatewayUrl` , `webhook.app` . `source_type` as `webhook.app.sourceType` , `webhook.app` . `source_config` as `webhook.app.sourceConfig` , `webhook.app` . `self_managed` as `webhook.app.selfManaged` , `webhook.app` . `integration_id` as `webhook.app.integrationId` , `webhook.app.integration` . `id` as `webhook.app.integration.id` , `webhook.app.integration` . `label` as `webhook.app.integration.label` , `webhook.app.integration` . `access_key` as `webhook.app.integration.accessKey` , `webhook.app.integration` . `secret_access_key` as `webhook.app.integration.secretAccessKey` , `webhook.app.integration` . `last_usage_at` as `webhook.app.integration.lastUsageAt` , `webhook.app.integration` . `admin` as `webhook.app.integration.admin` , `webhook.app.integration` . `custom_fields` as `webhook.app.integration.customFields` , `webhook.app.integration` . `deleted_at` as `webhook.app.integration.deletedAt` , `webhook.app.integration` . `created_at` as `webhook.app.integration.createdAt` , `webhook.app.integration` . `updated_at` as `webhook.app.integration.updatedAt` , `webhook.app` . `acl_role_id` as `webhook.app.aclRoleId` , `webhook.app.aclRole` . `id` as `webhook.app.aclRole.id` , `webhook.app.aclRole` . `name` as `webhook.app.aclRole.name` , `webhook.app.aclRole` . `description` as `webhook.app.aclRole.description` , `webhook.app.aclRole` . `privileges` as `webhook.app.aclRole.privileges` , `webhook.app.aclRole` . `deleted_at` as `webhook.app.aclRole.deletedAt` , `webhook.app.aclRole` . `created_at` as `webhook.app.aclRole.createdAt` , `webhook.app.aclRole` . `updated_at` as `webhook.app.aclRole.updatedAt` , `webhook.app` . `created_at` as `webhook.app.createdAt` , `webhook.app` . `updated_at` as `webhook.app.updatedAt` , `webhook.app.translation.label` , `webhook.app.translation.label` as `webhook.app.label` , `webhook.app.translation.description` , `webhook.app.translation.description` as `webhook.app.description` , `webhook.app.translation.privacyPolicyExtensions` , `webhook.app.translation.privacyPolicyExtensions` as `webhook.app.privacyPolicyExtensions` , `webhook.app.translation.customFields` , `webhook.app.translation.customFields` as `webhook.app.customFields` FROM `webhook` LEFT JOIN `app` `webhook.app` ON `webhook` . `app_id` = `webhook.app` . `id` LEFT JOIN `integration` `webhook.app.integration` ON `webhook.app` . `integration_id` = `webhook.app.integration` . `id` LEFT JOIN `acl_role` `webhook.app.aclRole` ON `webhook.app` . `acl_role_id` = `webhook.app.aclRole` . `id` LEFT JOIN (SELECT `webhook.app.translation` . `app_id` , `webhook.app.translation` . `label` as `webhook.app.translation.label` , `webhook.app.translation` . `description` as `webhook.app.translation.description` , `webhook.app.translation` . `privacy_policy_extensions` as `webhook.app.translation.privacyPolicyExtensions` , `webhook.app.translation` . `custom_fields` as `webhook.app.translation.customFields` FROM `app_translation` `webhook.app.translation` WHERE `webhook.app.translation` . `language_id` = ? ) `webhook.app.app_translation` ON `webhook.app.app_translation` . `app_id` = `webhook.app` . `id` WHERE (`webhook` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`webhook` . `id` as `webhook.id` ,
`webhook` . `name` as `webhook.name` ,
`webhook` . `event_name` as `webhook.eventName` ,
`webhook` . `url` as `webhook.url` ,
`webhook` . `only_live_version` as `webhook.onlyLiveVersion` ,
`webhook` . `error_count` as `webhook.errorCount` ,
`webhook` . `active` as `webhook.active` ,
`webhook` . `app_id` as `webhook.appId` ,
`webhook` . `created_at` as `webhook.createdAt` ,
`webhook` . `updated_at` as `webhook.updatedAt` ,
`webhook.app` . `id` as `webhook.app.id` ,
`webhook.app` . `name` as `webhook.app.name` ,
`webhook.app` . `path` as `webhook.app.path` ,
`webhook.app` . `author` as `webhook.app.author` ,
`webhook.app` . `copyright` as `webhook.app.copyright` ,
`webhook.app` . `license` as `webhook.app.license` ,
`webhook.app` . `active` as `webhook.app.active` ,
`webhook.app` . `configurable` as `webhook.app.configurable` ,
`webhook.app` . `privacy` as `webhook.app.privacy` ,
`webhook.app` . `version` as `webhook.app.version` ,
`webhook.app` . `icon` as `webhook.app.iconRaw` ,
`webhook.app` . `app_secret` as `webhook.app.appSecret` ,
`webhook.app` . `modules` as `webhook.app.modules` ,
`webhook.app` . `main_module` as `webhook.app.mainModule` ,
`webhook.app` . `cookies` as `webhook.app.cookies` ,
`webhook.app` . `allow_disable` as `webhook.app.allowDisable` ,
`webhook.app` . `base_app_url` as `webhook.app.baseAppUrl` ,
`webhook.app` . `allowed_hosts` as `webhook.app.allowedHosts` ,
`webhook.app` . `template_load_priority` as `webhook.app.templateLoadPriority` ,
`webhook.app` . `checkout_gateway_url` as `webhook.app.checkoutGatewayUrl` ,
`webhook.app` . `in_app_purchases_gateway_url` as `webhook.app.inAppPurchasesGatewayUrl` ,
`webhook.app` . `source_type` as `webhook.app.sourceType` ,
`webhook.app` . `source_config` as `webhook.app.sourceConfig` ,
`webhook.app` . `self_managed` as `webhook.app.selfManaged` ,
`webhook.app` . `integration_id` as `webhook.app.integrationId` ,
`webhook.app.integration` . `id` as `webhook.app.integration.id` ,
`webhook.app.integration` . `label` as `webhook.app.integration.label` ,
`webhook.app.integration` . `access_key` as `webhook.app.integration.accessKey` ,
`webhook.app.integration` . `secret_access_key` as `webhook.app.integration.secretAccessKey` ,
`webhook.app.integration` . `last_usage_at` as `webhook.app.integration.lastUsageAt` ,
`webhook.app.integration` . `admin` as `webhook.app.integration.admin` ,
`webhook.app.integration` . `custom_fields` as `webhook.app.integration.customFields` ,
`webhook.app.integration` . `deleted_at` as `webhook.app.integration.deletedAt` ,
`webhook.app.integration` . `created_at` as `webhook.app.integration.createdAt` ,
`webhook.app.integration` . `updated_at` as `webhook.app.integration.updatedAt` ,
`webhook.app` . `acl_role_id` as `webhook.app.aclRoleId` ,
`webhook.app.aclRole` . `id` as `webhook.app.aclRole.id` ,
`webhook.app.aclRole` . `name` as `webhook.app.aclRole.name` ,
`webhook.app.aclRole` . `description` as `webhook.app.aclRole.description` ,
`webhook.app.aclRole` . `privileges` as `webhook.app.aclRole.privileges` ,
`webhook.app.aclRole` . `deleted_at` as `webhook.app.aclRole.deletedAt` ,
`webhook.app.aclRole` . `created_at` as `webhook.app.aclRole.createdAt` ,
`webhook.app.aclRole` . `updated_at` as `webhook.app.aclRole.updatedAt` ,
`webhook.app` . `created_at` as `webhook.app.createdAt` ,
`webhook.app` . `updated_at` as `webhook.app.updatedAt` ,
`webhook.app.translation.label` ,
`webhook.app.translation.label` as `webhook.app.label` ,
`webhook.app.translation.description` ,
`webhook.app.translation.description` as `webhook.app.description` ,
`webhook.app.translation.privacyPolicyExtensions` ,
`webhook.app.translation.privacyPolicyExtensions` as `webhook.app.privacyPolicyExtensions` ,
`webhook.app.translation.customFields` ,
`webhook.app.translation.customFields` as `webhook.app.customFields`
FROM
`webhook`
LEFT JOIN `app` `webhook.app` ON `webhook` . `app_id` = `webhook.app` . `id`
LEFT JOIN `integration` `webhook.app.integration` ON `webhook.app` . `integration_id` = `webhook.app.integration` . `id`
LEFT JOIN `acl_role` `webhook.app.aclRole` ON `webhook.app` . `acl_role_id` = `webhook.app.aclRole` . `id`
LEFT JOIN (
SELECT
`webhook.app.translation` . `app_id` ,
`webhook.app.translation` . `label` as `webhook.app.translation.label` ,
`webhook.app.translation` . `description` as `webhook.app.translation.description` ,
`webhook.app.translation` . `privacy_policy_extensions` as `webhook.app.translation.privacyPolicyExtensions` ,
`webhook.app.translation` . `custom_fields` as `webhook.app.translation.customFields`
FROM
`app_translation` `webhook.app.translation`
WHERE
`webhook.app.translation` . `language_id` = ?
) `webhook.app.app_translation` ON `webhook.app.app_translation` . `app_id` = `webhook.app` . `id`
WHERE
(`webhook` . `active` = ? )
Copy
SELECT `webhook` . `id` as `webhook.id` , `webhook` . `name` as `webhook.name` , `webhook` . `event_name` as `webhook.eventName` , `webhook` . `url` as `webhook.url` , `webhook` . `only_live_version` as `webhook.onlyLiveVersion` , `webhook` . `error_count` as `webhook.errorCount` , `webhook` . `active` as `webhook.active` , `webhook` . `app_id` as `webhook.appId` , `webhook` . `created_at` as `webhook.createdAt` , `webhook` . `updated_at` as `webhook.updatedAt` , `webhook.app` . `id` as `webhook.app.id` , `webhook.app` . `name` as `webhook.app.name` , `webhook.app` . `path` as `webhook.app.path` , `webhook.app` . `author` as `webhook.app.author` , `webhook.app` . `copyright` as `webhook.app.copyright` , `webhook.app` . `license` as `webhook.app.license` , `webhook.app` . `active` as `webhook.app.active` , `webhook.app` . `configurable` as `webhook.app.configurable` , `webhook.app` . `privacy` as `webhook.app.privacy` , `webhook.app` . `version` as `webhook.app.version` , `webhook.app` . `icon` as `webhook.app.iconRaw` , `webhook.app` . `app_secret` as `webhook.app.appSecret` , `webhook.app` . `modules` as `webhook.app.modules` , `webhook.app` . `main_module` as `webhook.app.mainModule` , `webhook.app` . `cookies` as `webhook.app.cookies` , `webhook.app` . `allow_disable` as `webhook.app.allowDisable` , `webhook.app` . `base_app_url` as `webhook.app.baseAppUrl` , `webhook.app` . `allowed_hosts` as `webhook.app.allowedHosts` , `webhook.app` . `template_load_priority` as `webhook.app.templateLoadPriority` , `webhook.app` . `checkout_gateway_url` as `webhook.app.checkoutGatewayUrl` , `webhook.app` . `in_app_purchases_gateway_url` as `webhook.app.inAppPurchasesGatewayUrl` , `webhook.app` . `source_type` as `webhook.app.sourceType` , `webhook.app` . `source_config` as `webhook.app.sourceConfig` , `webhook.app` . `self_managed` as `webhook.app.selfManaged` , `webhook.app` . `integration_id` as `webhook.app.integrationId` , `webhook.app.integration` . `id` as `webhook.app.integration.id` , `webhook.app.integration` . `label` as `webhook.app.integration.label` , `webhook.app.integration` . `access_key` as `webhook.app.integration.accessKey` , `webhook.app.integration` . `secret_access_key` as `webhook.app.integration.secretAccessKey` , `webhook.app.integration` . `last_usage_at` as `webhook.app.integration.lastUsageAt` , `webhook.app.integration` . `admin` as `webhook.app.integration.admin` , `webhook.app.integration` . `custom_fields` as `webhook.app.integration.customFields` , `webhook.app.integration` . `deleted_at` as `webhook.app.integration.deletedAt` , `webhook.app.integration` . `created_at` as `webhook.app.integration.createdAt` , `webhook.app.integration` . `updated_at` as `webhook.app.integration.updatedAt` , `webhook.app` . `acl_role_id` as `webhook.app.aclRoleId` , `webhook.app.aclRole` . `id` as `webhook.app.aclRole.id` , `webhook.app.aclRole` . `name` as `webhook.app.aclRole.name` , `webhook.app.aclRole` . `description` as `webhook.app.aclRole.description` , `webhook.app.aclRole` . `privileges` as `webhook.app.aclRole.privileges` , `webhook.app.aclRole` . `deleted_at` as `webhook.app.aclRole.deletedAt` , `webhook.app.aclRole` . `created_at` as `webhook.app.aclRole.createdAt` , `webhook.app.aclRole` . `updated_at` as `webhook.app.aclRole.updatedAt` , `webhook.app` . `created_at` as `webhook.app.createdAt` , `webhook.app` . `updated_at` as `webhook.app.updatedAt` , `webhook.app.translation.label` , `webhook.app.translation.label` as `webhook.app.label` , `webhook.app.translation.description` , `webhook.app.translation.description` as `webhook.app.description` , `webhook.app.translation.privacyPolicyExtensions` , `webhook.app.translation.privacyPolicyExtensions` as `webhook.app.privacyPolicyExtensions` , `webhook.app.translation.customFields` , `webhook.app.translation.customFields` as `webhook.app.customFields` FROM `webhook` LEFT JOIN `app` `webhook.app` ON `webhook` . `app_id` = `webhook.app` . `id` LEFT JOIN `integration` `webhook.app.integration` ON `webhook.app` . `integration_id` = `webhook.app.integration` . `id` LEFT JOIN `acl_role` `webhook.app.aclRole` ON `webhook.app` . `acl_role_id` = `webhook.app.aclRole` . `id` LEFT JOIN (SELECT `webhook.app.translation` . `app_id` , `webhook.app.translation` . `label` as `webhook.app.translation.label` , `webhook.app.translation` . `description` as `webhook.app.translation.description` , `webhook.app.translation` . `privacy_policy_extensions` as `webhook.app.translation.privacyPolicyExtensions` , `webhook.app.translation` . `custom_fields` as `webhook.app.translation.customFields` FROM `app_translation` `webhook.app.translation` WHERE `webhook.app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `webhook.app.app_translation` ON `webhook.app.app_translation` . `app_id` = `webhook.app` . `id` WHERE (`webhook` . `active` = 1 );
Copy
32
0.31 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"IntediaDoofinderSW6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'IntediaDoofinderSW6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
33
0.22 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"IntediaDoofinderSW6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'IntediaDoofinderSW6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
34
0.17 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.emailAgent "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.emailAgent' );
Copy
35
0.16 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
36
0.17 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.host "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.host' );
Copy
37
0.16 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.username "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.username' );
Copy
38
0.16 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.password "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.password' );
Copy
39
0.16 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.port "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.port' );
Copy
40
0.16 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
41
0.16 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.emailAgent "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.emailAgent' );
Copy
42
0.17 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy
43
0.15 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.host "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.host' );
Copy
44
0.16 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.username "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.username' );
Copy
45
0.15 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.password "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.password' );
Copy
46
0.16 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.port "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.port' );
Copy
47
0.15 ms
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN (? )
Parameters :
[
"core.mailerSettings.encryption "
]
SELECT configuration_value FROM system_config WHERE sales_channel_id IS NULL and configuration_key IN ('core.mailerSettings.encryption' );
Copy