Redirect 307 redirect from GET @frontend.detail.page (5537f8)

Error 503 Service Unavailable

GET http://emmi.bm.media/maintenance

Query Metrics

46 Database Queries
29 Different statements
25.46 ms Query time

Queries

Group similar statements

# Time Info
1 0.52 ms
# dbal-plugin-loader
        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`;
Parameters:
[]
2 0.48 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.35 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;
Parameters:
[]
4 0.13 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',''))
Parameters:
[]
5 0.46 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"» r>‗XK:ùئ═ \x17╗f"
  "maintenance"
  "maintenance/"
]
6 0.27 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"» r>‗XK:ùئ═ \x17╗f"
  "/maintenance"
]
7 0.34 ms
SELECT seo_path_info as seoPathInfo, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info LIKE CONCAT(TRIM(TRAILING "/" FROM ?), "%")) ORDER BY sales_channel_id IS NULL ASC, LENGTH(seoPathInfo) ASC, is_canonical DESC LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"» r>‗XK:ùئ═ \x17╗f"
  "maintenance"
]
8 0.69 ms
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (id != ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"» r>‗XK:ùئ═ \x17╗f"
  ""
  "/maintenance"
]
9 1.15 ms
SELECT LOWER(HEX(`id`)) AS `id` FROM `moorl_fb_form` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2025-01-19T18:32:40+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2025-01-19T18:32:40+00:00')) AND `active` = '1';
Parameters:
[]
10 0.79 ms
SELECT LOWER(HEX(`id`)) AS `id` FROM `moorl_fb_element` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2025-01-19T18:32:40+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2025-01-19T18:32:40+00:00')) AND `active` = '1';
Parameters:
[]
11 0.55 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"» r>‗XK:ùئ═ \x17╗f"
  "nqeIFRCwRAZRfnSHQLaqljrTDtXreiG4"
]
12 0.31 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
13 0.77 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`.`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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ìêâÃ#q\x1FìÝ´GÙ»É\x19"
]
14 0.25 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\x1FìÝ´GÙ»É\x19"
]
15 0.54 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`.`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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÄVkNKryÉH╣o_õ>Ä"
]
16 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ÄVkNKryÉH╣o_õ>Ä"
]
17 0.62 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`.`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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘F`\x02Õs\x1Dž>qÀ=-\x05Ð"
]
18 0.18 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‘F`\x02Õs\x1Dž>qÀ=-\x05Ð"
]
19 0.48 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`.`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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x19‡|¦\x10\x16L’‘zæТ;P "
]
20 0.16 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"\x19‡|¦\x10\x16L’‘zæТ;P "
]
21 0.41 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`
Parameters:
[]
22 0.24 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`
Parameters:
[]
23 0.75 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"» r>‗XK:ùئ═ \x17╗f"
  b"aI»¥÷\x07Kƒ¬\x14âo\x12=7º"
]
24 0.17 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
25 0.40 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`.`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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ìêâÃ#q\x1FìÝ´GÙ»É\x19"
]
26 0.16 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\x1FìÝ´GÙ»É\x19"
]
27 0.47 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`.`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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÄVkNKryÉH╣o_õ>Ä"
]
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ÄVkNKryÉH╣o_õ>Ä"
]
29 0.50 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`.`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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘F`\x02Õs\x1Dž>qÀ=-\x05Ð"
]
30 0.19 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‘F`\x02Õs\x1Dž>qÀ=-\x05Ð"
]
31 0.53 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`.`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`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` 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`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` 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` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x19‡|¦\x10\x16L’‘zæТ;P "
]
32 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"\x19‡|¦\x10\x16L’‘zæТ;P "
]
33 0.48 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`
Parameters:
[]
34 0.32 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`
Parameters:
[]
35 3.43 ms
SELECT `moorl_fb_form`.`id` as `moorl_fb_form.id`, `moorl_fb_form`.`tax_id` as `moorl_fb_form.taxId`, `moorl_fb_form`.`user_id` as `moorl_fb_form.userId`, `moorl_fb_form`.`media_id` as `moorl_fb_form.mediaId`, `moorl_fb_form`.`sales_channel_id` as `moorl_fb_form.salesChannelId`, `moorl_fb_form`.`product_stream_id` as `moorl_fb_form.productStreamId`, `moorl_fb_form`.`customer_group_id` as `moorl_fb_form.customerGroupId`, `moorl_fb_form`.`shipping_method_id` as `moorl_fb_form.shippingMethodId`, `moorl_fb_form`.`payment_method_id` as `moorl_fb_form.paymentMethodId`, `moorl_fb_form`.`country_id` as `moorl_fb_form.countryId`, `moorl_fb_form`.`language_id` as `moorl_fb_form.languageId`, `moorl_fb_form`.`show_from` as `moorl_fb_form.showFrom`, `moorl_fb_form`.`show_until` as `moorl_fb_form.showUntil`, `moorl_fb_form`.`media_folder_id` as `moorl_fb_form.mediaFolderId`, `moorl_fb_form`.`type` as `moorl_fb_form.type`, `moorl_fb_form`.`active` as `moorl_fb_form.active`, `moorl_fb_form`.`use_captcha` as `moorl_fb_form.useCaptcha`, `moorl_fb_form`.`send_mail` as `moorl_fb_form.sendMail`, `moorl_fb_form`.`insert_database` as `moorl_fb_form.insertDatabase`, `moorl_fb_form`.`locked` as `moorl_fb_form.locked`, `moorl_fb_form`.`technical_name` as `moorl_fb_form.technicalName`, `moorl_fb_form`.`redirect_to` as `moorl_fb_form.redirectTo`, `moorl_fb_form`.`related_entity` as `moorl_fb_form.relatedEntity`, `moorl_fb_form`.`send_copy_type` as `moorl_fb_form.sendCopyType`, `moorl_fb_form`.`config` as `moorl_fb_form.config`, `moorl_fb_form`.`actions` as `moorl_fb_form.actions`, `moorl_fb_form`.`custom_fields` as `moorl_fb_form.customFields`, `moorl_fb_form.tax`.`id` as `moorl_fb_form.tax.id`, `moorl_fb_form.tax`.`tax_rate` as `moorl_fb_form.tax.taxRate`, `moorl_fb_form.tax`.`name` as `moorl_fb_form.tax.name`, `moorl_fb_form.tax`.`position` as `moorl_fb_form.tax.position`, `moorl_fb_form.tax`.`custom_fields` as `moorl_fb_form.tax.customFields`, `moorl_fb_form.tax`.`created_at` as `moorl_fb_form.tax.createdAt`, `moorl_fb_form.tax`.`updated_at` as `moorl_fb_form.tax.updatedAt`, `moorl_fb_form.media`.`id` as `moorl_fb_form.media.id`, `moorl_fb_form.media`.`user_id` as `moorl_fb_form.media.userId`, `moorl_fb_form.media`.`media_folder_id` as `moorl_fb_form.media.mediaFolderId`, `moorl_fb_form.media`.`mime_type` as `moorl_fb_form.media.mimeType`, `moorl_fb_form.media`.`file_extension` as `moorl_fb_form.media.fileExtension`, `moorl_fb_form.media`.`uploaded_at` as `moorl_fb_form.media.uploadedAt`, `moorl_fb_form.media`.`file_name` as `moorl_fb_form.media.fileName`, `moorl_fb_form.media`.`file_size` as `moorl_fb_form.media.fileSize`, `moorl_fb_form.media`.`media_type` as `moorl_fb_form.media.mediaTypeRaw`, `moorl_fb_form.media`.`meta_data` as `moorl_fb_form.media.metaData`, `moorl_fb_form.media`.`config` as `moorl_fb_form.media.config`, `moorl_fb_form.media`.`path` as `moorl_fb_form.media.path`, `moorl_fb_form.media`.`private` as `moorl_fb_form.media.private`, `moorl_fb_form.media`.`thumbnails_ro` as `moorl_fb_form.media.thumbnailsRo`, `moorl_fb_form.media`.`created_at` as `moorl_fb_form.media.createdAt`, `moorl_fb_form.media`.`updated_at` as `moorl_fb_form.media.updatedAt`, `moorl_fb_form.media.translation.title`, COALESCE(`moorl_fb_form.media.translation.title`,`moorl_fb_form.media.translation.title`) as `moorl_fb_form.media.title`, `moorl_fb_form.media.translation.alt`, COALESCE(`moorl_fb_form.media.translation.alt`,`moorl_fb_form.media.translation.alt`) as `moorl_fb_form.media.alt`, `moorl_fb_form.media.translation.customFields`, COALESCE(`moorl_fb_form.media.translation.customFields`,`moorl_fb_form.media.translation.customFields`) as `moorl_fb_form.media.customFields`, `moorl_fb_form.media.translation.createdAt`, `moorl_fb_form.media.translation.updatedAt`, `moorl_fb_form.media.translation.mediaId`, `moorl_fb_form.media.translation.languageId`, `moorl_fb_form`.`created_at` as `moorl_fb_form.createdAt`, `moorl_fb_form`.`updated_at` as `moorl_fb_form.updatedAt`, `moorl_fb_form.translation.name`, COALESCE(`moorl_fb_form.translation.name`,`moorl_fb_form.translation.name`) as `moorl_fb_form.name`, `moorl_fb_form.translation.successMessage`, COALESCE(`moorl_fb_form.translation.successMessage`,`moorl_fb_form.translation.successMessage`) as `moorl_fb_form.successMessage`, `moorl_fb_form.translation.errorMessage`, COALESCE(`moorl_fb_form.translation.errorMessage`,`moorl_fb_form.translation.errorMessage`) as `moorl_fb_form.errorMessage`, `moorl_fb_form.translation.custom1`, COALESCE(`moorl_fb_form.translation.custom1`,`moorl_fb_form.translation.custom1`) as `moorl_fb_form.custom1`, `moorl_fb_form.translation.custom2`, COALESCE(`moorl_fb_form.translation.custom2`,`moorl_fb_form.translation.custom2`) as `moorl_fb_form.custom2`, `moorl_fb_form.translation.mailReceiver`, COALESCE(`moorl_fb_form.translation.mailReceiver`,`moorl_fb_form.translation.mailReceiver`) as `moorl_fb_form.mailReceiver`, `moorl_fb_form.translation.storefrontTemplate`, COALESCE(`moorl_fb_form.translation.storefrontTemplate`,`moorl_fb_form.translation.storefrontTemplate`) as `moorl_fb_form.storefrontTemplate`, `moorl_fb_form.translation.createdAt`, `moorl_fb_form.translation.updatedAt`, `moorl_fb_form.translation.moorlFbFormId`, `moorl_fb_form.translation.languageId` FROM `moorl_fb_form` LEFT JOIN (SELECT `moorl_fb_form.translation`.moorl_fb_form_id, `moorl_fb_form.translation`.name as `moorl_fb_form.translation.name`, `moorl_fb_form.translation`.success_message as `moorl_fb_form.translation.successMessage`, `moorl_fb_form.translation`.error_message as `moorl_fb_form.translation.errorMessage`, `moorl_fb_form.translation`.custom1 as `moorl_fb_form.translation.custom1`, `moorl_fb_form.translation`.custom2 as `moorl_fb_form.translation.custom2`, `moorl_fb_form.translation`.mail_receiver as `moorl_fb_form.translation.mailReceiver`, `moorl_fb_form.translation`.storefront_template as `moorl_fb_form.translation.storefrontTemplate`, `moorl_fb_form.translation`.created_at as `moorl_fb_form.translation.createdAt`, `moorl_fb_form.translation`.updated_at as `moorl_fb_form.translation.updatedAt`, `moorl_fb_form.translation`.moorl_fb_form_id as `moorl_fb_form.translation.moorlFbFormId`, `moorl_fb_form.translation`.language_id as `moorl_fb_form.translation.languageId` FROM `moorl_fb_form_translation` `moorl_fb_form.translation` WHERE `moorl_fb_form.translation`.language_id = ?) `moorl_fb_form.moorl_fb_form_translation` ON `moorl_fb_form.moorl_fb_form_translation`.`moorl_fb_form_id` = `moorl_fb_form`.`id` LEFT JOIN `tax` `moorl_fb_form.tax` ON `moorl_fb_form`.`tax_id` = `moorl_fb_form.tax`.`id` LEFT JOIN `media` `moorl_fb_form.media` ON `moorl_fb_form`.`media_id` = `moorl_fb_form.media`.`id` LEFT JOIN (SELECT `moorl_fb_form.media.translation`.media_id, `moorl_fb_form.media.translation`.title as `moorl_fb_form.media.translation.title`, `moorl_fb_form.media.translation`.alt as `moorl_fb_form.media.translation.alt`, `moorl_fb_form.media.translation`.custom_fields as `moorl_fb_form.media.translation.customFields`, `moorl_fb_form.media.translation`.created_at as `moorl_fb_form.media.translation.createdAt`, `moorl_fb_form.media.translation`.updated_at as `moorl_fb_form.media.translation.updatedAt`, `moorl_fb_form.media.translation`.media_id as `moorl_fb_form.media.translation.mediaId`, `moorl_fb_form.media.translation`.language_id as `moorl_fb_form.media.translation.languageId` FROM `media_translation` `moorl_fb_form.media.translation` WHERE `moorl_fb_form.media.translation`.language_id = ?) `moorl_fb_form.media.media_translation` ON `moorl_fb_form.media.media_translation`.`media_id` = `moorl_fb_form.media`.`id` WHERE ((`moorl_fb_form`.`active` = ? AND (`moorl_fb_form`.`show_from` <=> ? OR (`moorl_fb_form`.`show_from` <= ?)) AND (`moorl_fb_form`.`show_until` <=> ? OR (`moorl_fb_form`.`show_until` >= ?)) AND (`moorl_fb_form`.`sales_channel_id` <=> ? OR `moorl_fb_form`.`sales_channel_id` = ?) AND (`moorl_fb_form`.`language_id` <=> ? OR `moorl_fb_form`.`language_id` = ?) AND (`moorl_fb_form`.`customer_group_id` <=> ? OR `moorl_fb_form`.`customer_group_id` = ?) AND (`moorl_fb_form`.`country_id` <=> ? OR `moorl_fb_form`.`country_id` = ?) AND (`moorl_fb_form`.`payment_method_id` <=> ? OR `moorl_fb_form`.`payment_method_id` = ?) AND (`moorl_fb_form`.`shipping_method_id` <=> ? OR `moorl_fb_form`.`shipping_method_id` = ?)) AND `moorl_fb_form`.`related_entity` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  null
  "2025-01-19 18:32:50"
  null
  "2025-01-19 18:32:50"
  null
  b"» r>‗XK:ùئ═ \x17╗f"
  null
  b"/»_ââšMpªXTÎ|ãâ\v"
  null
  b"pRÇæ¿1Dmüæ*óW8;\x0E"
  null
  b"aI»¥÷\x07Kƒ¬\x14âo\x12=7º"
  null
  b"}XÔü¶0M├ñZñl¦Û#­"
  null
  b";€Òð%½HθˆyiÝ‹Læ"
  "customer"
]
36 1.60 ms
SELECT `moorl_fb_element`.`id` as `moorl_fb_element.id`, `moorl_fb_element`.`parent_id` as `moorl_fb_element.parentId`, `moorl_fb_element`.`after_id` as `moorl_fb_element.afterId`, `moorl_fb_element`.`moorl_fb_form_id` as `moorl_fb_element.formId`, `moorl_fb_element`.`tax_id` as `moorl_fb_element.taxId`, `moorl_fb_element`.`user_id` as `moorl_fb_element.userId`, `moorl_fb_element`.`media_id` as `moorl_fb_element.mediaId`, `moorl_fb_element`.`sales_channel_id` as `moorl_fb_element.salesChannelId`, `moorl_fb_element`.`product_stream_id` as `moorl_fb_element.productStreamId`, `moorl_fb_element`.`customer_group_id` as `moorl_fb_element.customerGroupId`, `moorl_fb_element`.`shipping_method_id` as `moorl_fb_element.shippingMethodId`, `moorl_fb_element`.`payment_method_id` as `moorl_fb_element.paymentMethodId`, `moorl_fb_element`.`country_id` as `moorl_fb_element.countryId`, `moorl_fb_element`.`language_id` as `moorl_fb_element.languageId`, `moorl_fb_element`.`show_from` as `moorl_fb_element.showFrom`, `moorl_fb_element`.`show_until` as `moorl_fb_element.showUntil`, `moorl_fb_element`.`child_count` as `moorl_fb_element.childCount`, `moorl_fb_element`.`level` as `moorl_fb_element.level`, `moorl_fb_element`.`path` as `moorl_fb_element.path`, `moorl_fb_element`.`type` as `moorl_fb_element.type`, `moorl_fb_element`.`active` as `moorl_fb_element.active`, `moorl_fb_element`.`visible` as `moorl_fb_element.visible`, `moorl_fb_element`.`disabled` as `moorl_fb_element.disabled`, `moorl_fb_element`.`order` as `moorl_fb_element.order`, `moorl_fb_element`.`maxlength` as `moorl_fb_element.maxlength`, `moorl_fb_element`.`minlength` as `moorl_fb_element.minlength`, `moorl_fb_element`.`required` as `moorl_fb_element.required`, `moorl_fb_element`.`technical_name` as `moorl_fb_element.technicalName`, `moorl_fb_element`.`color` as `moorl_fb_element.color`, `moorl_fb_element`.`email_receiver` as `moorl_fb_element.emailReceiver`, `moorl_fb_element`.`entity_mapping` as `moorl_fb_element.entityMapping`, `moorl_fb_element`.`pattern` as `moorl_fb_element.pattern`, `moorl_fb_element`.`selection` as `moorl_fb_element.selection`, `moorl_fb_element`.`config` as `moorl_fb_element.config`, `moorl_fb_element`.`behaviour` as `moorl_fb_element.behaviour`, `moorl_fb_element`.`conditions` as `moorl_fb_element.conditions`, `moorl_fb_element`.`animation` as `moorl_fb_element.animation`, `moorl_fb_element`.`option_price` as `moorl_fb_element.optionPrice`, `moorl_fb_element`.`option_type` as `moorl_fb_element.optionType`, `moorl_fb_element`.`option_percentage` as `moorl_fb_element.optionPercentage`, `moorl_fb_element.media`.`id` as `moorl_fb_element.media.id`, `moorl_fb_element.media`.`user_id` as `moorl_fb_element.media.userId`, `moorl_fb_element.media`.`media_folder_id` as `moorl_fb_element.media.mediaFolderId`, `moorl_fb_element.media`.`mime_type` as `moorl_fb_element.media.mimeType`, `moorl_fb_element.media`.`file_extension` as `moorl_fb_element.media.fileExtension`, `moorl_fb_element.media`.`uploaded_at` as `moorl_fb_element.media.uploadedAt`, `moorl_fb_element.media`.`file_name` as `moorl_fb_element.media.fileName`, `moorl_fb_element.media`.`file_size` as `moorl_fb_element.media.fileSize`, `moorl_fb_element.media`.`media_type` as `moorl_fb_element.media.mediaTypeRaw`, `moorl_fb_element.media`.`meta_data` as `moorl_fb_element.media.metaData`, `moorl_fb_element.media`.`config` as `moorl_fb_element.media.config`, `moorl_fb_element.media`.`path` as `moorl_fb_element.media.path`, `moorl_fb_element.media`.`private` as `moorl_fb_element.media.private`, `moorl_fb_element.media`.`thumbnails_ro` as `moorl_fb_element.media.thumbnailsRo`, `moorl_fb_element.media`.`created_at` as `moorl_fb_element.media.createdAt`, `moorl_fb_element.media`.`updated_at` as `moorl_fb_element.media.updatedAt`, `moorl_fb_element.media.translation.title`, COALESCE(`moorl_fb_element.media.translation.title`,`moorl_fb_element.media.translation.title`) as `moorl_fb_element.media.title`, `moorl_fb_element.media.translation.alt`, COALESCE(`moorl_fb_element.media.translation.alt`,`moorl_fb_element.media.translation.alt`) as `moorl_fb_element.media.alt`, `moorl_fb_element.media.translation.customFields`, COALESCE(`moorl_fb_element.media.translation.customFields`,`moorl_fb_element.media.translation.customFields`) as `moorl_fb_element.media.customFields`, `moorl_fb_element.media.translation.createdAt`, `moorl_fb_element.media.translation.updatedAt`, `moorl_fb_element.media.translation.mediaId`, `moorl_fb_element.media.translation.languageId`, `moorl_fb_element`.`created_at` as `moorl_fb_element.createdAt`, `moorl_fb_element`.`updated_at` as `moorl_fb_element.updatedAt`, `moorl_fb_element.translation.name`, COALESCE(`moorl_fb_element.translation.name`,`moorl_fb_element.translation.name`) as `moorl_fb_element.name`, `moorl_fb_element.translation.content`, COALESCE(`moorl_fb_element.translation.content`,`moorl_fb_element.translation.content`) as `moorl_fb_element.content`, `moorl_fb_element.translation.tooltip`, COALESCE(`moorl_fb_element.translation.tooltip`,`moorl_fb_element.translation.tooltip`) as `moorl_fb_element.tooltip`, `moorl_fb_element.translation.prepend`, COALESCE(`moorl_fb_element.translation.prepend`,`moorl_fb_element.translation.prepend`) as `moorl_fb_element.prepend`, `moorl_fb_element.translation.append`, COALESCE(`moorl_fb_element.translation.append`,`moorl_fb_element.translation.append`) as `moorl_fb_element.append`, `moorl_fb_element.translation.placeholder`, COALESCE(`moorl_fb_element.translation.placeholder`,`moorl_fb_element.translation.placeholder`) as `moorl_fb_element.placeholder`, `moorl_fb_element.translation.defaultValue`, COALESCE(`moorl_fb_element.translation.defaultValue`,`moorl_fb_element.translation.defaultValue`) as `moorl_fb_element.defaultValue`, `moorl_fb_element.translation.custom1`, COALESCE(`moorl_fb_element.translation.custom1`,`moorl_fb_element.translation.custom1`) as `moorl_fb_element.custom1`, `moorl_fb_element.translation.custom2`, COALESCE(`moorl_fb_element.translation.custom2`,`moorl_fb_element.translation.custom2`) as `moorl_fb_element.custom2`, `moorl_fb_element.translation.custom3`, COALESCE(`moorl_fb_element.translation.custom3`,`moorl_fb_element.translation.custom3`) as `moorl_fb_element.custom3`, `moorl_fb_element.translation.custom4`, COALESCE(`moorl_fb_element.translation.custom4`,`moorl_fb_element.translation.custom4`) as `moorl_fb_element.custom4`, `moorl_fb_element.translation.mailReceiver`, COALESCE(`moorl_fb_element.translation.mailReceiver`,`moorl_fb_element.translation.mailReceiver`) as `moorl_fb_element.mailReceiver`, `moorl_fb_element.translation.customFields`, COALESCE(`moorl_fb_element.translation.customFields`,`moorl_fb_element.translation.customFields`) as `moorl_fb_element.customFields`, `moorl_fb_element.translation.createdAt`, `moorl_fb_element.translation.updatedAt`, `moorl_fb_element.translation.moorlFbElementId`, `moorl_fb_element.translation.languageId` FROM `moorl_fb_element` LEFT JOIN (SELECT `moorl_fb_element.translation`.moorl_fb_element_id, `moorl_fb_element.translation`.name as `moorl_fb_element.translation.name`, `moorl_fb_element.translation`.content as `moorl_fb_element.translation.content`, `moorl_fb_element.translation`.tooltip as `moorl_fb_element.translation.tooltip`, `moorl_fb_element.translation`.prepend as `moorl_fb_element.translation.prepend`, `moorl_fb_element.translation`.append as `moorl_fb_element.translation.append`, `moorl_fb_element.translation`.placeholder as `moorl_fb_element.translation.placeholder`, `moorl_fb_element.translation`.default_value as `moorl_fb_element.translation.defaultValue`, `moorl_fb_element.translation`.custom1 as `moorl_fb_element.translation.custom1`, `moorl_fb_element.translation`.custom2 as `moorl_fb_element.translation.custom2`, `moorl_fb_element.translation`.custom3 as `moorl_fb_element.translation.custom3`, `moorl_fb_element.translation`.custom4 as `moorl_fb_element.translation.custom4`, `moorl_fb_element.translation`.mail_receiver as `moorl_fb_element.translation.mailReceiver`, `moorl_fb_element.translation`.custom_fields as `moorl_fb_element.translation.customFields`, `moorl_fb_element.translation`.created_at as `moorl_fb_element.translation.createdAt`, `moorl_fb_element.translation`.updated_at as `moorl_fb_element.translation.updatedAt`, `moorl_fb_element.translation`.moorl_fb_element_id as `moorl_fb_element.translation.moorlFbElementId`, `moorl_fb_element.translation`.language_id as `moorl_fb_element.translation.languageId` FROM `moorl_fb_element_translation` `moorl_fb_element.translation` WHERE `moorl_fb_element.translation`.language_id = ?) `moorl_fb_element.moorl_fb_element_translation` ON `moorl_fb_element.moorl_fb_element_translation`.`moorl_fb_element_id` = `moorl_fb_element`.`id` LEFT JOIN `media` `moorl_fb_element.media` ON `moorl_fb_element`.`media_id` = `moorl_fb_element.media`.`id` LEFT JOIN (SELECT `moorl_fb_element.media.translation`.media_id, `moorl_fb_element.media.translation`.title as `moorl_fb_element.media.translation.title`, `moorl_fb_element.media.translation`.alt as `moorl_fb_element.media.translation.alt`, `moorl_fb_element.media.translation`.custom_fields as `moorl_fb_element.media.translation.customFields`, `moorl_fb_element.media.translation`.created_at as `moorl_fb_element.media.translation.createdAt`, `moorl_fb_element.media.translation`.updated_at as `moorl_fb_element.media.translation.updatedAt`, `moorl_fb_element.media.translation`.media_id as `moorl_fb_element.media.translation.mediaId`, `moorl_fb_element.media.translation`.language_id as `moorl_fb_element.media.translation.languageId` FROM `media_translation` `moorl_fb_element.media.translation` WHERE `moorl_fb_element.media.translation`.language_id = ?) `moorl_fb_element.media.media_translation` ON `moorl_fb_element.media.media_translation`.`media_id` = `moorl_fb_element.media`.`id` WHERE ((`moorl_fb_element`.`active` = ? AND (`moorl_fb_element`.`show_from` <=> ? OR (`moorl_fb_element`.`show_from` <= ?)) AND (`moorl_fb_element`.`show_until` <=> ? OR (`moorl_fb_element`.`show_until` >= ?)) AND (`moorl_fb_element`.`sales_channel_id` <=> ? OR `moorl_fb_element`.`sales_channel_id` = ?) AND (`moorl_fb_element`.`customer_group_id` <=> ? OR `moorl_fb_element`.`customer_group_id` = ?) AND (`moorl_fb_element`.`country_id` <=> ? OR `moorl_fb_element`.`country_id` = ?) AND (`moorl_fb_element`.`payment_method_id` <=> ? OR `moorl_fb_element`.`payment_method_id` = ?) AND (`moorl_fb_element`.`shipping_method_id` <=> ? OR `moorl_fb_element`.`shipping_method_id` = ?)) AND `moorl_fb_element`.`moorl_fb_form_id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  null
  "2025-01-19 18:32:50"
  null
  "2025-01-19 18:32:50"
  null
  b"» r>‗XK:ùئ═ \x17╗f"
  null
  b"pRÇæ¿1Dmüæ*óW8;\x0E"
  null
  b"aI»¥÷\x07Kƒ¬\x14âo\x12=7º"
  null
  b"}XÔü¶0M├ñZñl¦Û#­"
  null
  b";€Òð%½HθˆyiÝ‹Læ"
  b"\x01É╝4Ä«qÎå╗\x1EÉ¥è╩æ"
  b"\x01É─ú&¢qç¢\eTr¤Gï\x04"
]
37 0.74 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
38 0.17 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
39 0.63 ms
SELECT `pickware_shipping_sales_channel_api_context`.`sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken`, `pickware_shipping_sales_channel_api_context`.`payload` as `pickware_shipping_sales_channel_api_context.payload`, `pickware_shipping_sales_channel_api_context`.`created_at` as `pickware_shipping_sales_channel_api_context.createdAt`, `pickware_shipping_sales_channel_api_context`.`updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context`.`sales_channel_context_token` IN (?)
Parameters:
[
  "nqeIFRCwRAZRfnSHQLaqljrTDtXreiG4"
]
40 0.58 ms
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` WHERE (`sales_channel`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
41 0.31 ms
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01‘F(Óz}Õ¢•^$ñE\x023"
  b"\x01“>ÞÎ\x00q3¨§©\x00Ë„+¼"
  b"\enj_Ì©Câ¾n³œ\x03y9…"
  b"#╔ï¥*ùI╦É\x01$RçÝ╠."
  b";ÃaàRzL.ü,Á®^¦░¨"
  b"d8Ó▄3dFqØ ╚&\x1Ao/9"
  b"‘{Þ¸ô_Gˆ‡¡\x00›ÐË£\x02"
  b"""
    ùYÁ\n
    ¦ØM¨ø\x16║=mZ\x04à
    """
  b"˜C-ï9üF$³2\x13¥kŒ”M"
  b"˜‰\x16§.ŸHî\x1FsÏ1FöÞ"
  b"""
    ©R ¾a\n
    Fy¡§i¶Fƒ^\x02
    """
  b"» r>‗XK:ùئ═ \x17╗f"
]
42 0.63 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
43 0.92 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
44 0.47 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/maintenance/singlepage/fe5c6a5bb80346e7b6bd0f581a505827"
  "/maintenance/singlepage/a2389c54840f47769fa2e7beb3d36344"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"» r>‗XK:ùئ═ \x17╗f"
]
45 1.16 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"S¤|\x14T\x15AÖ¡É┐┬éê±½"
  b"€ó3ÔÂgKÞ³\x03ˆå“BO¾"
  b"Ó\x06¡[ùÞBBáØLäÌ┬9k"
  b"\x01ôDlzü~àå\x19\ezÏ[<‗"
  b"þá(Ë\x11vJ\x7F•|”íe\x0E\x08l"
  b"\x01’Ã\x04J?~íŸ=\x14\x19RânV"
  b"( &Ú5‘Aý”\x18\x0EòF8"
  b"Í╬§A\x06ÉLHÁ´ÝÈ\x01l£°"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
  b"\x03§\e\x7F\x01ËGì¬æeÏÈv+H"
  b"\x04÷Ȇ+ÜGì—$§'€’i?"
  b"\x10\t0šbÉF¡¦NÍ™ÿø²Ã"
  b"'enDê·KY’­É\x113æE·"
  b".Ð~xèpJ\x05¼Ys¨’\x13¹\x04"
  b"\x1AÎ\x1E\x0F@[üÊ^mõ)àê"
  b"D:†9ó2@ª¯!Áb‹/ÑH"
  b"Phd¯^RG"¥Æþٙʬ\x1E"
  b"Y‚(5\x18gJÿž¹\t\x10;r\eï"
  b"Z@\x1C•_\x01O\x00«ÃÙ>‚“—j"
  b"] ™n¥XJ\x06Š¦é!\x1E\x10-|"
  b"]§‗ZøƒN5ç┤Z ╠rì\v"
  b"^§b¿\x12\x03HüÖÀËwè\x04s5"
  b"gBïÜ\x0FóAB‰8¡öY›¨\r"
  b"jø€™;«N3–\x06Ì°m ±\x17"
  b"nüª\x03%`Mðû³øJuÇ­╩"
  b"x\x1E\e˜F£š;ð\x05ˆÜ\x04œ"
  b"‚ĺëÄñF‡¨-Wç?\x1A²\x0F"
  b"ƒ¯\x03âPrAe‚=f÷¡i•¿"
  b"É\x08DÄ├\vMBò▒Í«╚®Ó "
  b"˜K|h{ßFù¼@l\x01öCh`"
  b"íì[x>£AãăÓ\x1E\x1F\x01\x05;"
  b"¾K·úéÜAȵ}Ÿ\x18[-“+"
  b"┐§Év«ÑBñªª\x15AZó■╬"
  b"Ä\v~ðùÞIH—‘é°\x08\x1Aûs"
  b"Ô\x10€W,ØG&±\x17ø.\t‚#{"
  b"ͬ▀:àGEÅ╝÷³╠\x15Ð\x14?"
  b"üGZ\x06Üâ@*¶˜Ê]Ô`°ƒ"
  b"³l¾«È(NÕù>ÿÉ\f\x08ä\x15"
]
46 0.50 ms
SELECT COUNT(*) FROM `wallee_transaction` LIMIT 1
Parameters:
[]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.