GET https://dev-b2b.gefu.com/navigation/b7f7a840961548818c4afe4daff94167

Query Metrics

105 Database Queries
53 Different statements
105.22 ms Query time

Queries

Group similar statements

# Time Info
1 3.04 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.34 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.74 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.23 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.40 ms
SELECT `redirect`.`id` AS `redirect.id`, `redirect`.`oldUrl` AS `redirect.oldUrl`, `redirect`.`newUrl` AS `redirect.newUrl`, `redirect`.`active` AS `redirect.active`, `redirect`.`temporaryRedirect` AS `redirect.temporaryRedirect`, `redirect`.`externalRedirect` AS `redirect.externalRedirect`, `redirect`.`gone` AS `redirect.gone`, `redirect`.`created_at` AS `redirect.createdAt`, `redirect`.`updated_at` AS `redirect.updatedAt` FROM `redirect` WHERE (`redirect`.`oldUrl` = ? AND `redirect`.`active` = ?)
Parameters:
[
  "/Rezepte/Hauptspeisen"
  true
]
6 0.38 ms
SELECT configuration_value FROM system_config WHERE (configuration_key = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) ORDER BY sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  "NetiNextStoreLocator.config.seoUrl"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
]
7 0.43 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"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  "Rezepte/Hauptspeisen"
  "Rezepte/Hauptspeisen/"
]
8 0.39 ms
SELECT LOWER(HEX(`id`)) AS `id` FROM `moorl_interrupter` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2025-12-14T02:52:42+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2025-12-14T02:52:42+00:00')) AND `active` = '1';
Parameters:
[]
9 0.21 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-12-14T02:52:42+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2025-12-14T02:52:42+00:00')) AND `active` = '1';
Parameters:
[]
10 0.44 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-12-14T02:52:42+00:00') OR (`show_until` > `updated_at` AND `show_until` < '2025-12-14T02:52:42+00:00')) AND `active` = '1';
Parameters:
[]
11 0.34 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  "JUm7wAeFujR0A9QWu146Uwx9jPBbN0lA"
]
12 0.34 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
13 0.79 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\x1FÂ\x08æpÒˆÊvÜ©ÛÀ²"
]
14 0.24 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Â\x08æpÒˆÊvÜ©ÛÀ²"
]
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—D°ÜÁq°§ñ÷­üH£ñ"
]
16 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—D°ÜÁq°§ñ÷­üH£ñ"
]
17 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"\x01\x04\rs±¾|”°íwÐë"
]
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\x04\rs±¾|”°íwÐë"
]
19 0.33 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:
[]
20 0.22 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:
[]
21 0.17 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"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b"""
    \x11¿o\x0FŽM\x19©\x05Þ$\n
    \x15ÚF
    """
]
22 0.17 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
23 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"\x01\x1FÂ\x08æpÒˆÊvÜ©ÛÀ²"
]
24 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\x1FÂ\x08æpÒˆÊvÜ©ÛÀ²"
]
25 0.57 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—D°ÜÁq°§ñ÷­üH£ñ"
]
26 0.17 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—D°ÜÁq°§ñ÷­üH£ñ"
]
27 0.56 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\x04\rs±¾|”°íwÐë"
]
28 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\x04\rs±¾|”°íwÐë"
]
29 0.29 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:
[]
30 0.23 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:
[]
31 1.08 ms
SELECT `acris_cookie`.`id` AS `acris_cookie.id`, `acris_cookie`.`cookie_group_id` AS `acris_cookie.cookieGroupId`, `acris_cookie.cookieGroup`.`id` AS `acris_cookie.cookieGroup.id`, `acris_cookie.cookieGroup`.`is_default` AS `acris_cookie.cookieGroup.isDefault`, `acris_cookie.cookieGroup`.`identification` AS `acris_cookie.cookieGroup.identification`, `acris_cookie.cookieGroup`.`created_at` AS `acris_cookie.cookieGroup.createdAt`, `acris_cookie.cookieGroup`.`updated_at` AS `acris_cookie.cookieGroup.updatedAt`, `acris_cookie.cookieGroup.translation.title`, COALESCE(`acris_cookie.cookieGroup.translation.title`,`acris_cookie.cookieGroup.translation.title`) AS `acris_cookie.cookieGroup.title`, `acris_cookie.cookieGroup.translation.description`, COALESCE(`acris_cookie.cookieGroup.translation.description`,`acris_cookie.cookieGroup.translation.description`) AS `acris_cookie.cookieGroup.description`, `acris_cookie.cookieGroup.translation.createdAt`, `acris_cookie.cookieGroup.translation.updatedAt`, `acris_cookie.cookieGroup.translation.acrisCookieGroupId`, `acris_cookie.cookieGroup.translation.languageId`, `acris_cookie`.`cookie_id` AS `acris_cookie.cookieId`, `acris_cookie`.`google_cookie_consent_mode` AS `acris_cookie.googleCookieConsentMode`, `acris_cookie`.`default_value` AS `acris_cookie.defaultValue`, `acris_cookie`.`script_position` AS `acris_cookie.scriptPosition`, `acris_cookie`.`provider` AS `acris_cookie.provider`, `acris_cookie`.`active` AS `acris_cookie.active`, `acris_cookie`.`unknown` AS `acris_cookie.unknown`, `acris_cookie`.`is_default` AS `acris_cookie.isDefault`, `acris_cookie`.`created_at` AS `acris_cookie.createdAt`, `acris_cookie`.`updated_at` AS `acris_cookie.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_cookie.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
                  WHERE `acris_cookie.salesChannels.mapping`.`cookie_id` = `acris_cookie`.`id` ) AS `acris_cookie.salesChannels.id_mapping`, `acris_cookie.translation.title`, COALESCE(`acris_cookie.translation.title`,`acris_cookie.translation.title`) AS `acris_cookie.title`, `acris_cookie.translation.description`, COALESCE(`acris_cookie.translation.description`,`acris_cookie.translation.description`) AS `acris_cookie.description`, `acris_cookie.translation.script`, COALESCE(`acris_cookie.translation.script`,`acris_cookie.translation.script`) AS `acris_cookie.script`, `acris_cookie.translation.createdAt`, `acris_cookie.translation.updatedAt`, `acris_cookie.translation.acrisCookieId`, `acris_cookie.translation.languageId` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie`.`cookie_group_id` = `acris_cookie.cookieGroup`.`id` LEFT JOIN (SELECT `acris_cookie.translation`.acris_cookie_id, `acris_cookie.translation`.title AS `acris_cookie.translation.title`, `acris_cookie.translation`.description AS `acris_cookie.translation.description`, `acris_cookie.translation`.script AS `acris_cookie.translation.script`, `acris_cookie.translation`.created_at AS `acris_cookie.translation.createdAt`, `acris_cookie.translation`.updated_at AS `acris_cookie.translation.updatedAt`, `acris_cookie.translation`.acris_cookie_id AS `acris_cookie.translation.acrisCookieId`, `acris_cookie.translation`.language_id AS `acris_cookie.translation.languageId` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation`.language_id = ?) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation`.`acris_cookie_id` = `acris_cookie`.`id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation`.acris_cookie_group_id, `acris_cookie.cookieGroup.translation`.title AS `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation`.description AS `acris_cookie.cookieGroup.translation.description`, `acris_cookie.cookieGroup.translation`.created_at AS `acris_cookie.cookieGroup.translation.createdAt`, `acris_cookie.cookieGroup.translation`.updated_at AS `acris_cookie.cookieGroup.translation.updatedAt`, `acris_cookie.cookieGroup.translation`.acris_cookie_group_id AS `acris_cookie.cookieGroup.translation.acrisCookieGroupId`, `acris_cookie.cookieGroup.translation`.language_id AS `acris_cookie.cookieGroup.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation`.language_id = ?) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie.cookieGroup`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
32 2.78 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`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
]
33 0.23 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
34 0.19 ms
SELECT `acris_cookie_group`.`id` FROM `acris_cookie_group` ORDER BY `acris_cookie_group`.`is_default` DESC, `acris_cookie_group`.`is_default` DESC
Parameters:
[]
35 0.55 ms
SELECT `acris_cookie_group`.`id` AS `acris_cookie_group.id`, `acris_cookie_group`.`is_default` AS `acris_cookie_group.isDefault`, `acris_cookie_group`.`identification` AS `acris_cookie_group.identification`, `acris_cookie_group`.`created_at` AS `acris_cookie_group.createdAt`, `acris_cookie_group`.`updated_at` AS `acris_cookie_group.updatedAt`, `acris_cookie_group.translation.title`, COALESCE(`acris_cookie_group.translation.title`,`acris_cookie_group.translation.title`) AS `acris_cookie_group.title`, `acris_cookie_group.translation.description`, COALESCE(`acris_cookie_group.translation.description`,`acris_cookie_group.translation.description`) AS `acris_cookie_group.description`, `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation.languageId` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation`.acris_cookie_group_id, `acris_cookie_group.translation`.title AS `acris_cookie_group.translation.title`, `acris_cookie_group.translation`.description AS `acris_cookie_group.translation.description`, `acris_cookie_group.translation`.created_at AS `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation`.updated_at AS `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation`.acris_cookie_group_id AS `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation`.language_id AS `acris_cookie_group.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation`.language_id = ?) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie_group`.`id` WHERE `acris_cookie_group`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"1+çßKvLlÇ~Ùÿìð\x1E0"
  b"\x01ÉÚøìÅsëº\x1CS\\x7F;0¢"
  b"\x01ô?B¢┘q©ØÔa║\x11o\x11"
  b"\x01•7T«\x1Apšµƒ “´\x11Ev"
  b"\x01•7Wa“pw¡o„&ŠÊ¯\x07"
  b"\x02\x01/7I█H!ñ\eıu~(ÓÉ"
  b".;mS|5O\±Øäž~FÌt"
  b"4wXñ┘\x08L\x14£SôÉ9ø\x18"
  b"<zì╦,ªGb║3«Ê#?=V"
  b"='\x13\e¨1B£–?\x19‚·Iœk"
  b"TÜÔ~Ã┘G'üÀqyo─\x1Cá"
  b"[ƒ<à~FJÔ¬Pðªžk4\x05"
  b"""
    Ø▓└ø\x7F£D.®\x19\x17\n
    x\x19[─
    """
  b"ÀõŽ`›³J¶ \x14·„iÕ‘}"
  b"Ì_<-·¥ILˆ«§¶“\eoj"
  b"┘{áÍ┐®EùØ\x05Ù½┴\eO "
]
36 1.31 ms
SELECT `acris_cookie`.`id` AS `acris_cookie.id`, `acris_cookie`.`cookie_group_id` AS `acris_cookie.cookieGroupId`, `acris_cookie.cookieGroup`.`id` AS `acris_cookie.cookieGroup.id`, `acris_cookie.cookieGroup`.`is_default` AS `acris_cookie.cookieGroup.isDefault`, `acris_cookie.cookieGroup`.`identification` AS `acris_cookie.cookieGroup.identification`, `acris_cookie.cookieGroup`.`created_at` AS `acris_cookie.cookieGroup.createdAt`, `acris_cookie.cookieGroup`.`updated_at` AS `acris_cookie.cookieGroup.updatedAt`, `acris_cookie.cookieGroup.translation.title`, COALESCE(`acris_cookie.cookieGroup.translation.title`,`acris_cookie.cookieGroup.translation.title`) AS `acris_cookie.cookieGroup.title`, `acris_cookie.cookieGroup.translation.description`, COALESCE(`acris_cookie.cookieGroup.translation.description`,`acris_cookie.cookieGroup.translation.description`) AS `acris_cookie.cookieGroup.description`, `acris_cookie.cookieGroup.translation.createdAt`, `acris_cookie.cookieGroup.translation.updatedAt`, `acris_cookie.cookieGroup.translation.acrisCookieGroupId`, `acris_cookie.cookieGroup.translation.languageId`, `acris_cookie`.`cookie_id` AS `acris_cookie.cookieId`, `acris_cookie`.`google_cookie_consent_mode` AS `acris_cookie.googleCookieConsentMode`, `acris_cookie`.`default_value` AS `acris_cookie.defaultValue`, `acris_cookie`.`script_position` AS `acris_cookie.scriptPosition`, `acris_cookie`.`provider` AS `acris_cookie.provider`, `acris_cookie`.`active` AS `acris_cookie.active`, `acris_cookie`.`unknown` AS `acris_cookie.unknown`, `acris_cookie`.`is_default` AS `acris_cookie.isDefault`, `acris_cookie`.`created_at` AS `acris_cookie.createdAt`, `acris_cookie`.`updated_at` AS `acris_cookie.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_cookie.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
                  WHERE `acris_cookie.salesChannels.mapping`.`cookie_id` = `acris_cookie`.`id` ) AS `acris_cookie.salesChannels.id_mapping`, `acris_cookie.translation.title`, COALESCE(`acris_cookie.translation.title`,`acris_cookie.translation.title`) AS `acris_cookie.title`, `acris_cookie.translation.description`, COALESCE(`acris_cookie.translation.description`,`acris_cookie.translation.description`) AS `acris_cookie.description`, `acris_cookie.translation.script`, COALESCE(`acris_cookie.translation.script`,`acris_cookie.translation.script`) AS `acris_cookie.script`, `acris_cookie.translation.createdAt`, `acris_cookie.translation.updatedAt`, `acris_cookie.translation.acrisCookieId`, `acris_cookie.translation.languageId` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie`.`cookie_group_id` = `acris_cookie.cookieGroup`.`id` LEFT JOIN (SELECT `acris_cookie.translation`.acris_cookie_id, `acris_cookie.translation`.title AS `acris_cookie.translation.title`, `acris_cookie.translation`.description AS `acris_cookie.translation.description`, `acris_cookie.translation`.script AS `acris_cookie.translation.script`, `acris_cookie.translation`.created_at AS `acris_cookie.translation.createdAt`, `acris_cookie.translation`.updated_at AS `acris_cookie.translation.updatedAt`, `acris_cookie.translation`.acris_cookie_id AS `acris_cookie.translation.acrisCookieId`, `acris_cookie.translation`.language_id AS `acris_cookie.translation.languageId` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation`.language_id = ?) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation`.`acris_cookie_id` = `acris_cookie`.`id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation`.acris_cookie_group_id, `acris_cookie.cookieGroup.translation`.title AS `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation`.description AS `acris_cookie.cookieGroup.translation.description`, `acris_cookie.cookieGroup.translation`.created_at AS `acris_cookie.cookieGroup.translation.createdAt`, `acris_cookie.cookieGroup.translation`.updated_at AS `acris_cookie.cookieGroup.translation.updatedAt`, `acris_cookie.cookieGroup.translation`.acris_cookie_group_id AS `acris_cookie.cookieGroup.translation.acrisCookieGroupId`, `acris_cookie.cookieGroup.translation`.language_id AS `acris_cookie.cookieGroup.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation`.language_id = ?) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie.cookieGroup`.`id` WHERE (`acris_cookie`.`cookie_group_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÉÚøìÅsëº\x1CS\\x7F;0¢"
  b"\x01ô?B¢┘q©ØÔa║\x11o\x11"
  b"\x01•7T«\x1Apšµƒ “´\x11Ev"
  b"\x01•7Wa“pw¡o„&ŠÊ¯\x07"
  b"\x02\x01/7I█H!ñ\eıu~(ÓÉ"
  b".;mS|5O\±Øäž~FÌt"
  b"1+çßKvLlÇ~Ùÿìð\x1E0"
  b"4wXñ┘\x08L\x14£SôÉ9ø\x18"
  b"<zì╦,ªGb║3«Ê#?=V"
  b"='\x13\e¨1B£–?\x19‚·Iœk"
  b"TÜÔ~Ã┘G'üÀqyo─\x1Cá"
  b"[ƒ<à~FJÔ¬Pðªžk4\x05"
  b"""
    Ø▓└ø\x7F£D.®\x19\x17\n
    x\x19[─
    """
  b"ÀõŽ`›³J¶ \x14·„iÕ‘}"
  b"Ì_<-·¥ILˆ«§¶“\eoj"
  b"┘{áÍ┐®EùØ\x05Ù½┴\eO "
]
37 0.91 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`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
]
38 0.44 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"À¸¿@û\x15HüîJ■M»¨Ag"
  b"À¸¿@û\x15HüîJ■M»¨Ag"
  b"|¡eHÜŸDªƒc5\x1D‚×0V"
]
39 1.14 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"À¸¿@û\x15HüîJ■M»¨Ag"
  b"|¡eHÜŸDªƒc5\x1D‚×0V"
]
40 0.32 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.%"
]
41 0.61 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`, `sales_channel_domain.language`.`id` AS `sales_channel_domain.language.id`, `sales_channel_domain.language`.`parent_id` AS `sales_channel_domain.language.parentId`, `sales_channel_domain.language`.`locale_id` AS `sales_channel_domain.language.localeId`, `sales_channel_domain.language`.`translation_code_id` AS `sales_channel_domain.language.translationCodeId`, `sales_channel_domain.language`.`name` AS `sales_channel_domain.language.name`, `sales_channel_domain.language`.`custom_fields` AS `sales_channel_domain.language.customFields`, `sales_channel_domain.language`.`created_at` AS `sales_channel_domain.language.createdAt`, `sales_channel_domain.language`.`updated_at` AS `sales_channel_domain.language.updatedAt`, `sales_channel_domain.language.locale`.`id` AS `sales_channel_domain.language.locale.id`, `sales_channel_domain.language.locale`.`code` AS `sales_channel_domain.language.locale.code`, `sales_channel_domain.language.locale`.`created_at` AS `sales_channel_domain.language.locale.createdAt`, `sales_channel_domain.language.locale`.`updated_at` AS `sales_channel_domain.language.locale.updatedAt`, `sales_channel_domain.language.locale.translation.name`, COALESCE(`sales_channel_domain.language.locale.translation.name`,`sales_channel_domain.language.locale.translation.name`) AS `sales_channel_domain.language.locale.name`, `sales_channel_domain.language.locale.translation.territory`, COALESCE(`sales_channel_domain.language.locale.translation.territory`,`sales_channel_domain.language.locale.translation.territory`) AS `sales_channel_domain.language.locale.territory`, `sales_channel_domain.language.locale.translation.customFields`, COALESCE(`sales_channel_domain.language.locale.translation.customFields`,`sales_channel_domain.language.locale.translation.customFields`) AS `sales_channel_domain.language.locale.customFields`, `sales_channel_domain.language.locale.translation.createdAt`, `sales_channel_domain.language.locale.translation.updatedAt`, `sales_channel_domain.language.locale.translation.localeId`, `sales_channel_domain.language.locale.translation.languageId`, `sales_channel_domain.currency`.`id` AS `sales_channel_domain.currency.id`, `sales_channel_domain.currency`.`factor` AS `sales_channel_domain.currency.factor`, `sales_channel_domain.currency`.`symbol` AS `sales_channel_domain.currency.symbol`, `sales_channel_domain.currency`.`iso_code` AS `sales_channel_domain.currency.isoCode`, `sales_channel_domain.currency`.`position` AS `sales_channel_domain.currency.position`, `sales_channel_domain.currency`.`tax_free_from` AS `sales_channel_domain.currency.taxFreeFrom`, `sales_channel_domain.currency`.`item_rounding` AS `sales_channel_domain.currency.itemRounding`, `sales_channel_domain.currency`.`total_rounding` AS `sales_channel_domain.currency.totalRounding`, `sales_channel_domain.currency`.`created_at` AS `sales_channel_domain.currency.createdAt`, `sales_channel_domain.currency`.`updated_at` AS `sales_channel_domain.currency.updatedAt`, `sales_channel_domain.currency.translation.shortName`, COALESCE(`sales_channel_domain.currency.translation.shortName`,`sales_channel_domain.currency.translation.shortName`) AS `sales_channel_domain.currency.shortName`, `sales_channel_domain.currency.translation.name`, COALESCE(`sales_channel_domain.currency.translation.name`,`sales_channel_domain.currency.translation.name`) AS `sales_channel_domain.currency.name`, `sales_channel_domain.currency.translation.customFields`, COALESCE(`sales_channel_domain.currency.translation.customFields`,`sales_channel_domain.currency.translation.customFields`) AS `sales_channel_domain.currency.customFields`, `sales_channel_domain.currency.translation.createdAt`, `sales_channel_domain.currency.translation.updatedAt`, `sales_channel_domain.currency.translation.currencyId`, `sales_channel_domain.currency.translation.languageId` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain`.`language_id` = `sales_channel_domain.language`.`id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain`.`currency_id` = `sales_channel_domain.currency`.`id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation`.locale_id, `sales_channel_domain.language.locale.translation`.name AS `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation`.territory AS `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation`.custom_fields AS `sales_channel_domain.language.locale.translation.customFields`, `sales_channel_domain.language.locale.translation`.created_at AS `sales_channel_domain.language.locale.translation.createdAt`, `sales_channel_domain.language.locale.translation`.updated_at AS `sales_channel_domain.language.locale.translation.updatedAt`, `sales_channel_domain.language.locale.translation`.locale_id AS `sales_channel_domain.language.locale.translation.localeId`, `sales_channel_domain.language.locale.translation`.language_id AS `sales_channel_domain.language.locale.translation.languageId` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation`.language_id = ?) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation`.currency_id, `sales_channel_domain.currency.translation`.short_name AS `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation`.name AS `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation`.custom_fields AS `sales_channel_domain.currency.translation.customFields`, `sales_channel_domain.currency.translation`.created_at AS `sales_channel_domain.currency.translation.createdAt`, `sales_channel_domain.currency.translation`.updated_at AS `sales_channel_domain.currency.translation.updatedAt`, `sales_channel_domain.currency.translation`.currency_id AS `sales_channel_domain.currency.translation.currencyId`, `sales_channel_domain.currency.translation`.language_id AS `sales_channel_domain.currency.translation.languageId` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation`.language_id = ?) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation`.`currency_id` = `sales_channel_domain.currency`.`id` WHERE `sales_channel_domain`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ea¦\eOOLU¨UJB\x05µ‚&"
]
42 0.24 ms
SELECT `intedia_doofinder_layer`.`id` AS `intedia_doofinder_layer.id`, `intedia_doofinder_layer`.`doofinder_channel_id` AS `intedia_doofinder_layer.doofinderChannelId`, `intedia_doofinder_layer`.`doofinder_hash_id` AS `intedia_doofinder_layer.doofinderHashId`, `intedia_doofinder_layer`.`doofinder_store_id` AS `intedia_doofinder_layer.doofinderStoreId`, `intedia_doofinder_layer`.`domain_id` AS `intedia_doofinder_layer.domainId`, `intedia_doofinder_layer`.`trigger` AS `intedia_doofinder_layer.trigger`, `intedia_doofinder_layer`.`name` AS `intedia_doofinder_layer.name`, `intedia_doofinder_layer`.`status` AS `intedia_doofinder_layer.status`, `intedia_doofinder_layer`.`status_message` AS `intedia_doofinder_layer.statusMessage`, `intedia_doofinder_layer`.`status_date` AS `intedia_doofinder_layer.statusDate`, `intedia_doofinder_layer`.`status_received_date` AS `intedia_doofinder_layer.statusReceivedDate`, `intedia_doofinder_layer`.`created_at` AS `intedia_doofinder_layer.createdAt`, `intedia_doofinder_layer`.`updated_at` AS `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer`.`domain_id` = ?)
Parameters:
[
  b"ea¦\eOOLU¨UJB\x05µ‚&"
]
43 1.24 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
44 2.58 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\x1FÂ\x08æpÒˆÊvÜ©ÛÀ²"
]
45 0.96 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Â\x08æpÒˆÊvÜ©ÛÀ²"
]
46 2.01 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—D°ÜÁq°§ñ÷­üH£ñ"
]
47 0.52 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—D°ÜÁq°§ñ÷­üH£ñ"
]
48 1.35 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\x04\rs±¾|”°íwÐë"
]
49 2.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\x04\rs±¾|”°íwÐë"
]
50 0.30 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:
[]
51 0.26 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:
[]
52 0.29 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
53 2.16 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\x1FÂ\x08æpÒˆÊvÜ©ÛÀ²"
]
54 0.61 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Â\x08æpÒˆÊvÜ©ÛÀ²"
]
55 1.94 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—D°ÜÁq°§ñ÷­üH£ñ"
]
56 0.71 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—D°ÜÁq°§ñ÷­üH£ñ"
]
57 4.97 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\x04\rs±¾|”°íwÐë"
]
58 0.28 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\x04\rs±¾|”°íwÐë"
]
59 1.21 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:
[]
60 0.81 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:
[]
61 3.13 ms
# category::data::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"À¸¿@û\x15HüîJ■M»¨Ag"
]
62 0.73 ms
# category::cms-page::read
SELECT `cms_page`.`id` AS `cms_page.id`, `cms_page`.`version_id` AS `cms_page.versionId`, `cms_page`.`type` AS `cms_page.type`, `cms_page`.`entity` AS `cms_page.entity`, `cms_page`.`css_class` AS `cms_page.cssClass`, `cms_page`.`config` AS `cms_page.config`, `cms_page`.`preview_media_id` AS `cms_page.previewMediaId`, `cms_page`.`locked` AS `cms_page.locked`, `cms_page`.`created_at` AS `cms_page.createdAt`, `cms_page`.`updated_at` AS `cms_page.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`id` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`active` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`duration` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`bouncy` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing_degree` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`native_scrolling` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`type` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`entity` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`css_class` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`config` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`preview_media_id` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`locked` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`created_at` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`updated_at` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, COALESCE(`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`,`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`) AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`, COALESCE(`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`,`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`) AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.cmsPageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.languageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.cmsPageVersionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`created_at` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`updated_at` AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) AS `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) AS `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name AS `cms_page.translation.name`, `cms_page.translation`.custom_fields AS `cms_page.translation.customFields`, `cms_page.translation`.created_at AS `cms_page.translation.createdAt`, `cms_page.translation`.updated_at AS `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id AS `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id AS `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id AS `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page`.`id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.cms_page_id, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.cms_page_version_id, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.name AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.custom_fields AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.created_at AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.updated_at AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.cms_page_id AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.cmsPageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.language_id AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.languageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.cms_page_version_id AS `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.language_id = ?) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.cms_page_version_id = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.version_id WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ÿÎÒD=6GãÅP ┼EÂ\v,"
]
63 0.73 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` AS `cms_section.id`, `cms_section`.`position` AS `cms_section.position`, `cms_section`.`type` AS `cms_section.type`, `cms_section`.`locked` AS `cms_section.locked`, `cms_section`.`name` AS `cms_section.name`, `cms_section`.`sizing_mode` AS `cms_section.sizingMode`, `cms_section`.`mobile_behavior` AS `cms_section.mobileBehavior`, `cms_section`.`background_color` AS `cms_section.backgroundColor`, `cms_section`.`background_media_id` AS `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` AS `cms_section.backgroundMediaMode`, `cms_section`.`css_class` AS `cms_section.cssClass`, `cms_section`.`cms_page_id` AS `cms_section.pageId`, `cms_section`.`visibility` AS `cms_section.visibility`, `cms_section`.`custom_fields` AS `cms_section.customFields`, `cms_section`.`version_id` AS `cms_section.versionId`, `cms_section`.`cms_page_version_id` AS `cms_section.cmsPageVersionId`, `cms_section`.`created_at` AS `cms_section.createdAt`, `cms_section`.`updated_at` AS `cms_section.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`id` AS `cms_section.swagCmsExtensionsScrollNavigation.id`, `cms_section.swagCmsExtensionsScrollNavigation`.`active` AS `cms_section.swagCmsExtensionsScrollNavigation.active`, `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_version_id` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId`, `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_id` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`id` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`position` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`type` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`locked` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`name` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`sizing_mode` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`mobile_behavior` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_color` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_media_id` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_media_mode` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`css_class` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`cms_page_id` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`visibility` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`custom_fields` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`version_id` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`cms_page_version_id` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`created_at` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`updated_at` AS `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`created_at` AS `cms_section.swagCmsExtensionsScrollNavigation.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`updated_at` AS `cms_section.swagCmsExtensionsScrollNavigation.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`, COALESCE(`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`,`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`) AS `cms_section.swagCmsExtensionsScrollNavigation.displayName`, `cms_section.swagCmsExtensionsScrollNavigation.translation.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation.swagCmsExtensionsScrollNavigationId`, `cms_section.swagCmsExtensionsScrollNavigation.translation.languageId`, `cms_section.backgroundMedia`.`id` AS `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` AS `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` AS `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` AS `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` AS `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` AS `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` AS `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` AS `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` AS `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` AS `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` AS `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` AS `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` AS `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` AS `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` AS `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` AS `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) AS `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) AS `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) AS `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section`.`id` = `cms_section.swagCmsExtensionsScrollNavigation`.`id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation`.swag_cms_extensions_scroll_navigation_id, `cms_section.swagCmsExtensionsScrollNavigation.translation`.display_name AS `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.created_at AS `cms_section.swagCmsExtensionsScrollNavigation.translation.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.updated_at AS `cms_section.swagCmsExtensionsScrollNavigation.translation.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.swag_cms_extensions_scroll_navigation_id AS `cms_section.swagCmsExtensionsScrollNavigation.translation.swagCmsExtensionsScrollNavigationId`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.language_id AS `cms_section.swagCmsExtensionsScrollNavigation.translation.languageId` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation`.language_id = ?) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation`.`swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation`.`id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`id` AND `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`version_id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title AS `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt AS `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields AS `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at AS `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at AS `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id AS `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id AS `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ÿÎÒD=6GãÅP ┼EÂ\v,"
]
64 0.72 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` AS `cms_block.id`, `cms_block`.`position` AS `cms_block.position`, `cms_block`.`type` AS `cms_block.type`, `cms_block`.`locked` AS `cms_block.locked`, `cms_block`.`name` AS `cms_block.name`, `cms_block`.`section_position` AS `cms_block.sectionPosition`, `cms_block`.`margin_top` AS `cms_block.marginTop`, `cms_block`.`margin_bottom` AS `cms_block.marginBottom`, `cms_block`.`margin_left` AS `cms_block.marginLeft`, `cms_block`.`margin_right` AS `cms_block.marginRight`, `cms_block`.`background_color` AS `cms_block.backgroundColor`, `cms_block`.`background_media_id` AS `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` AS `cms_block.backgroundMediaMode`, `cms_block`.`css_class` AS `cms_block.cssClass`, `cms_block`.`visibility` AS `cms_block.visibility`, `cms_block`.`cms_section_id` AS `cms_block.sectionId`, `cms_block`.`custom_fields` AS `cms_block.customFields`, `cms_block`.`version_id` AS `cms_block.versionId`, `cms_block`.`cms_section_version_id` AS `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` AS `cms_block.createdAt`, `cms_block`.`updated_at` AS `cms_block.updatedAt`, `cms_block.swagCmsExtensionsBlockRule`.`id` AS `cms_block.swagCmsExtensionsBlockRule.id`, `cms_block.swagCmsExtensionsBlockRule`.`inverted` AS `cms_block.swagCmsExtensionsBlockRule.inverted`, `cms_block.swagCmsExtensionsBlockRule`.`visibility_rule_id` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId`, `cms_block.swagCmsExtensionsBlockRule`.`cms_block_id` AS `cms_block.swagCmsExtensionsBlockRule.cmsBlockId`, `cms_block.swagCmsExtensionsBlockRule`.`cms_block_version_id` AS `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId`, `cms_block.swagCmsExtensionsBlockRule`.`created_at` AS `cms_block.swagCmsExtensionsBlockRule.createdAt`, `cms_block.swagCmsExtensionsBlockRule`.`updated_at` AS `cms_block.swagCmsExtensionsBlockRule.updatedAt`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`id` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`name` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`priority` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`description` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`payload` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`invalid` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`areas` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`custom_fields` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`module_types` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`created_at` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`updated_at` AS `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt`, `cms_block.swagCmsExtensionsQuickview`.`id` AS `cms_block.swagCmsExtensionsQuickview.id`, `cms_block.swagCmsExtensionsQuickview`.`active` AS `cms_block.swagCmsExtensionsQuickview.active`, `cms_block.swagCmsExtensionsQuickview`.`cms_block_id` AS `cms_block.swagCmsExtensionsQuickview.cmsBlockId`, `cms_block.swagCmsExtensionsQuickview`.`cms_block_version_id` AS `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId`, `cms_block.swagCmsExtensionsQuickview`.`created_at` AS `cms_block.swagCmsExtensionsQuickview.createdAt`, `cms_block.swagCmsExtensionsQuickview`.`updated_at` AS `cms_block.swagCmsExtensionsQuickview.updatedAt`, `cms_block.backgroundMedia`.`id` AS `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` AS `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` AS `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` AS `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` AS `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` AS `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` AS `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` AS `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` AS `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` AS `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` AS `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` AS `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` AS `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` AS `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` AS `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` AS `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) AS `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) AS `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) AS `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block`.`id` = `cms_block.swagCmsExtensionsBlockRule`.`cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block`.`id` = `cms_block.swagCmsExtensionsQuickview`.`cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule`.`visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title AS `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt AS `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields AS `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at AS `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at AS `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id AS `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id AS `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x19§Ò\eB┴Øh#@Ýc£\x7F"
  b"q¿°’¼½N·‚Ô™iþ‡\x05"
]
65 0.63 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` AS `cms_slot.id`, `cms_slot`.`version_id` AS `cms_slot.versionId`, `cms_slot`.`type` AS `cms_slot.type`, `cms_slot`.`slot` AS `cms_slot.slot`, `cms_slot`.`locked` AS `cms_slot.locked`, `cms_slot`.`cms_block_id` AS `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` AS `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` AS `cms_slot.createdAt`, `cms_slot`.`updated_at` AS `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` AS `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` AS `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` AS `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` AS `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` AS `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` AS `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` AS `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` AS `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.title`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.title`,`cms_slot.swagCmsExtensionsForm.translation.title`) AS `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.successMessage`,`cms_slot.swagCmsExtensionsForm.translation.successMessage`) AS `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.receivers`,`cms_slot.swagCmsExtensionsForm.translation.receivers`) AS `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.swagCmsExtensionsForm.translation.createdAt`, `cms_slot.swagCmsExtensionsForm.translation.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation.languageId`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) AS `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) AS `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config AS `cms_slot.translation.config`, `cms_slot.translation`.custom_fields AS `cms_slot.translation.customFields`, `cms_slot.translation`.created_at AS `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at AS `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id AS `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id AS `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id AS `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot`.`id` = `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation`.swag_cms_extensions_form_id, `cms_slot.swagCmsExtensionsForm.translation`.title AS `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation`.success_message AS `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.receivers AS `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation`.created_at AS `cms_slot.swagCmsExtensionsForm.translation.createdAt`, `cms_slot.swagCmsExtensionsForm.translation`.updated_at AS `cms_slot.swagCmsExtensionsForm.translation.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation`.swag_cms_extensions_form_id AS `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation`.language_id AS `cms_slot.swagCmsExtensionsForm.translation.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation`.language_id = ?) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm`.`id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x1DO{TC[°³cÅEˆCà"
  b"õ´UrÉ┤N¸å\x01>\v!\x01"
]
66 3.61 ms
SELECT `nds_rcp_recipe`.`id` FROM `nds_rcp_recipe` LEFT JOIN `nds_rcp_recipe_category` `nds_rcp_recipe.categories.mapping` ON `nds_rcp_recipe`.`id` = `nds_rcp_recipe.categories.mapping`.`recipe_id`  LEFT JOIN `nds_rcp_category` `nds_rcp_recipe.categories` ON `nds_rcp_recipe.categories.mapping`.`category_id` = `nds_rcp_recipe.categories`.`id`  WHERE (`nds_rcp_recipe`.`active` = ? AND (`nds_rcp_recipe.categories`.`id` = ? AND `nds_rcp_recipe.categories`.`active` = ?)) GROUP BY `nds_rcp_recipe`.`id` LIMIT 8
Parameters:
[
  true
  b"""
    Ø{þ\x11\n
    gBQ²\x10í\e‡2·\
    """
  "1"
]
67 0.41 ms
SELECT COUNT(*) FROM (SELECT `nds_rcp_recipe`.`id` FROM `nds_rcp_recipe` LEFT JOIN `nds_rcp_recipe_category` `nds_rcp_recipe.categories.mapping` ON `nds_rcp_recipe`.`id` = `nds_rcp_recipe.categories.mapping`.`recipe_id`  LEFT JOIN `nds_rcp_category` `nds_rcp_recipe.categories` ON `nds_rcp_recipe.categories.mapping`.`category_id` = `nds_rcp_recipe.categories`.`id`  WHERE (`nds_rcp_recipe`.`active` = ? AND (`nds_rcp_recipe.categories`.`id` = ? AND `nds_rcp_recipe.categories`.`active` = ?)) GROUP BY `nds_rcp_recipe`.`id`) total
Parameters:
[
  true
  b"""
    Ø{þ\x11\n
    gBQ²\x10í\e‡2·\
    """
  "1"
]
68 7.21 ms
SELECT `nds_rcp_recipe`.`id` AS `nds_rcp_recipe.id`, `nds_rcp_recipe`.`preparation_time` AS `nds_rcp_recipe.preparationTime`, `nds_rcp_recipe`.`energy` AS `nds_rcp_recipe.energy`, `nds_rcp_recipe`.`calories` AS `nds_rcp_recipe.calories`, `nds_rcp_recipe`.`protein` AS `nds_rcp_recipe.protein`, `nds_rcp_recipe`.`carbohydrates` AS `nds_rcp_recipe.carbohydrates`, `nds_rcp_recipe`.`fat` AS `nds_rcp_recipe.fat`, `nds_rcp_recipe`.`robots` AS `nds_rcp_recipe.robots`, `nds_rcp_recipe`.`active` AS `nds_rcp_recipe.active`, `nds_rcp_recipe`.`portion_calculator_active` AS `nds_rcp_recipe.portionCalculatorActive`, `nds_rcp_recipe`.`portion_quantity` AS `nds_rcp_recipe.portionQuantity`, `nds_rcp_recipe`.`cover_id` AS `nds_rcp_recipe.coverId`, `nds_rcp_recipe`.`difficulty_id` AS `nds_rcp_recipe.difficultyId`, `nds_rcp_recipe.difficulty`.`id` AS `nds_rcp_recipe.difficulty.id`, `nds_rcp_recipe.difficulty`.`active` AS `nds_rcp_recipe.difficulty.active`, `nds_rcp_recipe.difficulty`.`created_at` AS `nds_rcp_recipe.difficulty.createdAt`, `nds_rcp_recipe.difficulty`.`updated_at` AS `nds_rcp_recipe.difficulty.updatedAt`, `nds_rcp_recipe.difficulty.translation.name`, COALESCE(`nds_rcp_recipe.difficulty.translation.name`,`nds_rcp_recipe.difficulty.translation.name`) AS `nds_rcp_recipe.difficulty.name`, `nds_rcp_recipe.difficulty.translation.createdAt`, `nds_rcp_recipe.difficulty.translation.updatedAt`, `nds_rcp_recipe.difficulty.translation.ndsRcpDifficultyId`, `nds_rcp_recipe.difficulty.translation.languageId`, `nds_rcp_recipe.cover`.`id` AS `nds_rcp_recipe.cover.id`, `nds_rcp_recipe.cover`.`user_id` AS `nds_rcp_recipe.cover.userId`, `nds_rcp_recipe.cover`.`media_folder_id` AS `nds_rcp_recipe.cover.mediaFolderId`, `nds_rcp_recipe.cover`.`mime_type` AS `nds_rcp_recipe.cover.mimeType`, `nds_rcp_recipe.cover`.`file_extension` AS `nds_rcp_recipe.cover.fileExtension`, `nds_rcp_recipe.cover`.`uploaded_at` AS `nds_rcp_recipe.cover.uploadedAt`, `nds_rcp_recipe.cover`.`file_name` AS `nds_rcp_recipe.cover.fileName`, `nds_rcp_recipe.cover`.`file_size` AS `nds_rcp_recipe.cover.fileSize`, `nds_rcp_recipe.cover`.`media_type` AS `nds_rcp_recipe.cover.mediaTypeRaw`, `nds_rcp_recipe.cover`.`meta_data` AS `nds_rcp_recipe.cover.metaData`, `nds_rcp_recipe.cover`.`config` AS `nds_rcp_recipe.cover.config`, `nds_rcp_recipe.cover`.`path` AS `nds_rcp_recipe.cover.path`, `nds_rcp_recipe.cover`.`private` AS `nds_rcp_recipe.cover.private`, `nds_rcp_recipe.cover`.`thumbnails_ro` AS `nds_rcp_recipe.cover.thumbnailsRo`, `nds_rcp_recipe.cover`.`created_at` AS `nds_rcp_recipe.cover.createdAt`, `nds_rcp_recipe.cover`.`updated_at` AS `nds_rcp_recipe.cover.updatedAt`, `nds_rcp_recipe.cover.translation.title`, COALESCE(`nds_rcp_recipe.cover.translation.title`,`nds_rcp_recipe.cover.translation.title`) AS `nds_rcp_recipe.cover.title`, `nds_rcp_recipe.cover.translation.alt`, COALESCE(`nds_rcp_recipe.cover.translation.alt`,`nds_rcp_recipe.cover.translation.alt`) AS `nds_rcp_recipe.cover.alt`, `nds_rcp_recipe.cover.translation.customFields`, COALESCE(`nds_rcp_recipe.cover.translation.customFields`,`nds_rcp_recipe.cover.translation.customFields`) AS `nds_rcp_recipe.cover.customFields`, `nds_rcp_recipe.cover.translation.createdAt`, `nds_rcp_recipe.cover.translation.updatedAt`, `nds_rcp_recipe.cover.translation.mediaId`, `nds_rcp_recipe.cover.translation.languageId`, `nds_rcp_recipe`.`created_at` AS `nds_rcp_recipe.createdAt`, `nds_rcp_recipe`.`updated_at` AS `nds_rcp_recipe.updatedAt`, (SELECT GROUP_CONCAT(HEX(`nds_rcp_recipe.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `nds_rcp_recipe_category` `nds_rcp_recipe.categories.mapping`
                  WHERE `nds_rcp_recipe.categories.mapping`.`recipe_id` = `nds_rcp_recipe`.`id` ) AS `nds_rcp_recipe.categories.id_mapping`, `nds_rcp_recipe.translation.name`, COALESCE(`nds_rcp_recipe.translation.name`,`nds_rcp_recipe.translation.name`) AS `nds_rcp_recipe.name`, `nds_rcp_recipe.translation.subhead`, COALESCE(`nds_rcp_recipe.translation.subhead`,`nds_rcp_recipe.translation.subhead`) AS `nds_rcp_recipe.subhead`, `nds_rcp_recipe.translation.description`, COALESCE(`nds_rcp_recipe.translation.description`,`nds_rcp_recipe.translation.description`) AS `nds_rcp_recipe.description`, `nds_rcp_recipe.translation.preparation`, COALESCE(`nds_rcp_recipe.translation.preparation`,`nds_rcp_recipe.translation.preparation`) AS `nds_rcp_recipe.preparation`, `nds_rcp_recipe.translation.metaTitle`, COALESCE(`nds_rcp_recipe.translation.metaTitle`,`nds_rcp_recipe.translation.metaTitle`) AS `nds_rcp_recipe.metaTitle`, `nds_rcp_recipe.translation.metaDescription`, COALESCE(`nds_rcp_recipe.translation.metaDescription`,`nds_rcp_recipe.translation.metaDescription`) AS `nds_rcp_recipe.metaDescription`, `nds_rcp_recipe.translation.slug`, COALESCE(`nds_rcp_recipe.translation.slug`,`nds_rcp_recipe.translation.slug`) AS `nds_rcp_recipe.slug`, `nds_rcp_recipe.translation.customFields`, COALESCE(`nds_rcp_recipe.translation.customFields`,`nds_rcp_recipe.translation.customFields`) AS `nds_rcp_recipe.customFields`, `nds_rcp_recipe.translation.createdAt`, `nds_rcp_recipe.translation.updatedAt`, `nds_rcp_recipe.translation.ndsRcpRecipeId`, `nds_rcp_recipe.translation.languageId` FROM `nds_rcp_recipe` LEFT JOIN (SELECT `nds_rcp_recipe.translation`.nds_rcp_recipe_id, `nds_rcp_recipe.translation`.name AS `nds_rcp_recipe.translation.name`, `nds_rcp_recipe.translation`.subhead AS `nds_rcp_recipe.translation.subhead`, `nds_rcp_recipe.translation`.description AS `nds_rcp_recipe.translation.description`, `nds_rcp_recipe.translation`.preparation AS `nds_rcp_recipe.translation.preparation`, `nds_rcp_recipe.translation`.meta_title AS `nds_rcp_recipe.translation.metaTitle`, `nds_rcp_recipe.translation`.meta_description AS `nds_rcp_recipe.translation.metaDescription`, `nds_rcp_recipe.translation`.slug AS `nds_rcp_recipe.translation.slug`, `nds_rcp_recipe.translation`.custom_fields AS `nds_rcp_recipe.translation.customFields`, `nds_rcp_recipe.translation`.created_at AS `nds_rcp_recipe.translation.createdAt`, `nds_rcp_recipe.translation`.updated_at AS `nds_rcp_recipe.translation.updatedAt`, `nds_rcp_recipe.translation`.nds_rcp_recipe_id AS `nds_rcp_recipe.translation.ndsRcpRecipeId`, `nds_rcp_recipe.translation`.language_id AS `nds_rcp_recipe.translation.languageId` FROM `nds_rcp_recipe_translation` `nds_rcp_recipe.translation` WHERE `nds_rcp_recipe.translation`.language_id = ?) `nds_rcp_recipe.nds_rcp_recipe_translation` ON `nds_rcp_recipe.nds_rcp_recipe_translation`.`nds_rcp_recipe_id` = `nds_rcp_recipe`.`id` LEFT JOIN `nds_rcp_difficulty` `nds_rcp_recipe.difficulty` ON `nds_rcp_recipe`.`difficulty_id` = `nds_rcp_recipe.difficulty`.`id` LEFT JOIN `media` `nds_rcp_recipe.cover` ON `nds_rcp_recipe`.`cover_id` = `nds_rcp_recipe.cover`.`id` LEFT JOIN (SELECT `nds_rcp_recipe.difficulty.translation`.nds_rcp_difficulty_id, `nds_rcp_recipe.difficulty.translation`.name AS `nds_rcp_recipe.difficulty.translation.name`, `nds_rcp_recipe.difficulty.translation`.created_at AS `nds_rcp_recipe.difficulty.translation.createdAt`, `nds_rcp_recipe.difficulty.translation`.updated_at AS `nds_rcp_recipe.difficulty.translation.updatedAt`, `nds_rcp_recipe.difficulty.translation`.nds_rcp_difficulty_id AS `nds_rcp_recipe.difficulty.translation.ndsRcpDifficultyId`, `nds_rcp_recipe.difficulty.translation`.language_id AS `nds_rcp_recipe.difficulty.translation.languageId` FROM `nds_rcp_difficulty_translation` `nds_rcp_recipe.difficulty.translation` WHERE `nds_rcp_recipe.difficulty.translation`.language_id = ?) `nds_rcp_recipe.difficulty.nds_rcp_difficulty_translation` ON `nds_rcp_recipe.difficulty.nds_rcp_difficulty_translation`.`nds_rcp_difficulty_id` = `nds_rcp_recipe.difficulty`.`id` LEFT JOIN (SELECT `nds_rcp_recipe.cover.translation`.media_id, `nds_rcp_recipe.cover.translation`.title AS `nds_rcp_recipe.cover.translation.title`, `nds_rcp_recipe.cover.translation`.alt AS `nds_rcp_recipe.cover.translation.alt`, `nds_rcp_recipe.cover.translation`.custom_fields AS `nds_rcp_recipe.cover.translation.customFields`, `nds_rcp_recipe.cover.translation`.created_at AS `nds_rcp_recipe.cover.translation.createdAt`, `nds_rcp_recipe.cover.translation`.updated_at AS `nds_rcp_recipe.cover.translation.updatedAt`, `nds_rcp_recipe.cover.translation`.media_id AS `nds_rcp_recipe.cover.translation.mediaId`, `nds_rcp_recipe.cover.translation`.language_id AS `nds_rcp_recipe.cover.translation.languageId` FROM `media_translation` `nds_rcp_recipe.cover.translation` WHERE `nds_rcp_recipe.cover.translation`.language_id = ?) `nds_rcp_recipe.cover.media_translation` ON `nds_rcp_recipe.cover.media_translation`.`media_id` = `nds_rcp_recipe.cover`.`id` WHERE `nds_rcp_recipe`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01•a\x1Ch=z\x18±v×-Ǿn{"
  b"°Å¾ù╔ÿB-ï[ß,ıG¥`"
]
69 2.40 ms
SELECT `nds_rcp_category`.`id` AS `nds_rcp_category.id`, `nds_rcp_category`.`robots` AS `nds_rcp_category.robots`, `nds_rcp_category`.`active` AS `nds_rcp_category.active`, `nds_rcp_category`.`media_id` AS `nds_rcp_category.mediaId`, `nds_rcp_category.media`.`id` AS `nds_rcp_category.media.id`, `nds_rcp_category.media`.`user_id` AS `nds_rcp_category.media.userId`, `nds_rcp_category.media`.`media_folder_id` AS `nds_rcp_category.media.mediaFolderId`, `nds_rcp_category.media`.`mime_type` AS `nds_rcp_category.media.mimeType`, `nds_rcp_category.media`.`file_extension` AS `nds_rcp_category.media.fileExtension`, `nds_rcp_category.media`.`uploaded_at` AS `nds_rcp_category.media.uploadedAt`, `nds_rcp_category.media`.`file_name` AS `nds_rcp_category.media.fileName`, `nds_rcp_category.media`.`file_size` AS `nds_rcp_category.media.fileSize`, `nds_rcp_category.media`.`media_type` AS `nds_rcp_category.media.mediaTypeRaw`, `nds_rcp_category.media`.`meta_data` AS `nds_rcp_category.media.metaData`, `nds_rcp_category.media`.`config` AS `nds_rcp_category.media.config`, `nds_rcp_category.media`.`path` AS `nds_rcp_category.media.path`, `nds_rcp_category.media`.`private` AS `nds_rcp_category.media.private`, `nds_rcp_category.media`.`thumbnails_ro` AS `nds_rcp_category.media.thumbnailsRo`, `nds_rcp_category.media`.`created_at` AS `nds_rcp_category.media.createdAt`, `nds_rcp_category.media`.`updated_at` AS `nds_rcp_category.media.updatedAt`, `nds_rcp_category.media.translation.title`, COALESCE(`nds_rcp_category.media.translation.title`,`nds_rcp_category.media.translation.title`) AS `nds_rcp_category.media.title`, `nds_rcp_category.media.translation.alt`, COALESCE(`nds_rcp_category.media.translation.alt`,`nds_rcp_category.media.translation.alt`) AS `nds_rcp_category.media.alt`, `nds_rcp_category.media.translation.customFields`, COALESCE(`nds_rcp_category.media.translation.customFields`,`nds_rcp_category.media.translation.customFields`) AS `nds_rcp_category.media.customFields`, `nds_rcp_category.media.translation.createdAt`, `nds_rcp_category.media.translation.updatedAt`, `nds_rcp_category.media.translation.mediaId`, `nds_rcp_category.media.translation.languageId`, `nds_rcp_category`.`created_at` AS `nds_rcp_category.createdAt`, `nds_rcp_category`.`updated_at` AS `nds_rcp_category.updatedAt`, `nds_rcp_category.translation.name`, COALESCE(`nds_rcp_category.translation.name`,`nds_rcp_category.translation.name`) AS `nds_rcp_category.name`, `nds_rcp_category.translation.subhead`, COALESCE(`nds_rcp_category.translation.subhead`,`nds_rcp_category.translation.subhead`) AS `nds_rcp_category.subhead`, `nds_rcp_category.translation.description`, COALESCE(`nds_rcp_category.translation.description`,`nds_rcp_category.translation.description`) AS `nds_rcp_category.description`, `nds_rcp_category.translation.metaTitle`, COALESCE(`nds_rcp_category.translation.metaTitle`,`nds_rcp_category.translation.metaTitle`) AS `nds_rcp_category.metaTitle`, `nds_rcp_category.translation.metaDescription`, COALESCE(`nds_rcp_category.translation.metaDescription`,`nds_rcp_category.translation.metaDescription`) AS `nds_rcp_category.metaDescription`, `nds_rcp_category.translation.slug`, COALESCE(`nds_rcp_category.translation.slug`,`nds_rcp_category.translation.slug`) AS `nds_rcp_category.slug`, `nds_rcp_category.translation.createdAt`, `nds_rcp_category.translation.updatedAt`, `nds_rcp_category.translation.ndsRcpCategoryId`, `nds_rcp_category.translation.languageId` FROM `nds_rcp_category` LEFT JOIN (SELECT `nds_rcp_category.translation`.nds_rcp_category_id, `nds_rcp_category.translation`.name AS `nds_rcp_category.translation.name`, `nds_rcp_category.translation`.subhead AS `nds_rcp_category.translation.subhead`, `nds_rcp_category.translation`.description AS `nds_rcp_category.translation.description`, `nds_rcp_category.translation`.meta_title AS `nds_rcp_category.translation.metaTitle`, `nds_rcp_category.translation`.meta_description AS `nds_rcp_category.translation.metaDescription`, `nds_rcp_category.translation`.slug AS `nds_rcp_category.translation.slug`, `nds_rcp_category.translation`.created_at AS `nds_rcp_category.translation.createdAt`, `nds_rcp_category.translation`.updated_at AS `nds_rcp_category.translation.updatedAt`, `nds_rcp_category.translation`.nds_rcp_category_id AS `nds_rcp_category.translation.ndsRcpCategoryId`, `nds_rcp_category.translation`.language_id AS `nds_rcp_category.translation.languageId` FROM `nds_rcp_category_translation` `nds_rcp_category.translation` WHERE `nds_rcp_category.translation`.language_id = ?) `nds_rcp_category.nds_rcp_category_translation` ON `nds_rcp_category.nds_rcp_category_translation`.`nds_rcp_category_id` = `nds_rcp_category`.`id` LEFT JOIN `media` `nds_rcp_category.media` ON `nds_rcp_category`.`media_id` = `nds_rcp_category.media`.`id` LEFT JOIN (SELECT `nds_rcp_category.media.translation`.media_id, `nds_rcp_category.media.translation`.title AS `nds_rcp_category.media.translation.title`, `nds_rcp_category.media.translation`.alt AS `nds_rcp_category.media.translation.alt`, `nds_rcp_category.media.translation`.custom_fields AS `nds_rcp_category.media.translation.customFields`, `nds_rcp_category.media.translation`.created_at AS `nds_rcp_category.media.translation.createdAt`, `nds_rcp_category.media.translation`.updated_at AS `nds_rcp_category.media.translation.updatedAt`, `nds_rcp_category.media.translation`.media_id AS `nds_rcp_category.media.translation.mediaId`, `nds_rcp_category.media.translation`.language_id AS `nds_rcp_category.media.translation.languageId` FROM `media_translation` `nds_rcp_category.media.translation` WHERE `nds_rcp_category.media.translation`.language_id = ?) `nds_rcp_category.media.media_translation` ON `nds_rcp_category.media.media_translation`.`media_id` = `nds_rcp_category.media`.`id` WHERE `nds_rcp_category`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    Ø{þ\x11\n
    gBQ²\x10í\e‡2·\
    """
  b"""
    Ø{þ\x11\n
    gBQ²\x10í\e‡2·\
    """
]
70 0.66 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "ProxaShoppableInstagramFeedSW6.%"
]
71 0.48 ms
SELECT `language`.`id` AS `language.id`, `language`.`parent_id` AS `language.parentId`, `language`.`locale_id` AS `language.localeId`, `language`.`translation_code_id` AS `language.translationCodeId`, `language`.`name` AS `language.name`, `language`.`custom_fields` AS `language.customFields`, `language`.`created_at` AS `language.createdAt`, `language`.`updated_at` AS `language.updatedAt`, `language.locale`.`id` AS `language.locale.id`, `language.locale`.`code` AS `language.locale.code`, `language.locale`.`created_at` AS `language.locale.createdAt`, `language.locale`.`updated_at` AS `language.locale.updatedAt`, `language.locale.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) AS `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) AS `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) AS `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name AS `language.locale.translation.name`, `language.locale.translation`.territory AS `language.locale.translation.territory`, `language.locale.translation`.custom_fields AS `language.locale.translation.customFields`, `language.locale.translation`.created_at AS `language.locale.translation.createdAt`, `language.locale.translation`.updated_at AS `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id AS `language.locale.translation.localeId`, `language.locale.translation`.language_id AS `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
72 0.49 ms
SELECT `language`.`id` AS `language.id`, `language`.`parent_id` AS `language.parentId`, `language`.`locale_id` AS `language.localeId`, `language`.`translation_code_id` AS `language.translationCodeId`, `language`.`name` AS `language.name`, `language`.`custom_fields` AS `language.customFields`, `language`.`created_at` AS `language.createdAt`, `language`.`updated_at` AS `language.updatedAt`, `language.locale`.`id` AS `language.locale.id`, `language.locale`.`code` AS `language.locale.code`, `language.locale`.`created_at` AS `language.locale.createdAt`, `language.locale`.`updated_at` AS `language.locale.updatedAt`, `language.locale.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) AS `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) AS `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) AS `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name AS `language.locale.translation.name`, `language.locale.translation`.territory AS `language.locale.translation.territory`, `language.locale.translation`.custom_fields AS `language.locale.translation.customFields`, `language.locale.translation`.created_at AS `language.locale.translation.createdAt`, `language.locale.translation`.updated_at AS `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id AS `language.locale.translation.localeId`, `language.locale.translation`.language_id AS `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
73 3.43 ms
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"À¸¿@û\x15HüîJ■M»¨Ag"
]
74 0.27 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
75 2.07 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\x1FÂ\x08æpÒˆÊvÜ©ÛÀ²"
]
76 1.12 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Â\x08æpÒˆÊvÜ©ÛÀ²"
]
77 4.38 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—D°ÜÁq°§ñ÷­üH£ñ"
]
78 0.42 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—D°ÜÁq°§ñ÷­üH£ñ"
]
79 2.19 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\x04\rs±¾|”°íwÐë"
]
80 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\x04\rs±¾|”°íwÐë"
]
81 0.42 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:
[]
82 0.19 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:
[]
83 2.30 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
84 0.50 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
85 0.62 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`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
]
86 0.99 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:
[]
87 0.25 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  "JUm7wAeFujR0A9QWu146Uwx9jPBbN0lA"
]
88 0.36 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
89 0.68 ms
# breadcrumb-extension::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x05┌Ew\rB¶ÁÃ\x0EüTú\x00V"
  b"À¸¿@û\x15HüîJ■M»¨Ag"
]
90 1.72 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:
[
  "/navigation/b7f7a840961548818c4afe4daff94167"
  "/navigation/2ca74aa4b6734696bc27b1c056db8ab8"
  "/navigation/c69d2bb30f4d421fb31621c9a1a1a3e5"
  "/navigation/2446cc998f844b95824b502461852a3e"
  "/navigation/b105da45770d42f4b5c70e8154a30056"
  "/navigation/b7ada48edad3455493417e06f3b6404d"
  "/navigation/439dc38c3f9e4852ac01bd97a72e4882"
  "/navigation/01971195daa57aaaa9416940ca00b99a"
  "/navigation/3edc8ee7796c45239cc2a76762d3034f"
  "/navigation/42b54967dc8d42a8b31270e25c5ae1ab"
  "/navigation/50b4097e185e42d0b5afbc24f4e2d015"
  "/navigation/926291283b7a453fb7af9dfbdd272d5f"
  "/navigation/5c37f70905234f1db2b7ca1279bb8db3"
  "/navigation/a44a38fc51c64459841e51c7102f36ef"
  "/navigation/455a81265d0a4c47b2f307e8cad64011"
  "/navigation/fc6c6b2f41fe4dabaf249abd4a96a670"
  "/navigation/a1979c8919ac4eb4bcb315bd0e49d1ca"
  "/navigation/51dbf7811d7d4228a0624fd7b13393a8"
  "/navigation/dd9a30d09b0f4c5baff99eb5f0a2b5d3"
  "/navigation/965f1a3bf1f24c298e5268fc1a5fcf55"
  "/navigation/de5aba2eb86c475b9b1a9c3d88c11dd8"
  "/navigation/c9cb6825af6741438a63eea13d8bd1f9"
  "/navigation/7963f31c95e1416a8dfec93c3dcf3910"
  "/navigation/292a5bd4aebe45f892507f77cf477f80"
  "/navigation/69a179917ae44335b8a021b10d8f4d7a"
  "/rcp_recipe/test-rezept"
  "/rcp_recipe/porterhouse-steak-mit-einer-krauter-gewurz-kruste-salsa-und-susskartoffel-pommes"
  "/navigation/04734c61638d4db3afc07417558d361d"
  "/navigation/2a781b99b9974768859861bc77fbc68e"
  "/navigation/dbe9937c19874e2db720ae96bad6db61"
  "/navigation/66e78e0558e340258482d8cf97edb345"
  "/navigation/0194a7a757417c3ea528fa9289514ba1"
  "/navigation/3ed3acf74e3a4eaca05853b448166afb"
  "/landingPage/57032895960b4dad99c6a7b251e6be4c"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
]
91 1.02 ms
SELECT `acris_cookie`.`id` AS `acris_cookie.id`, `acris_cookie`.`cookie_group_id` AS `acris_cookie.cookieGroupId`, `acris_cookie.cookieGroup`.`id` AS `acris_cookie.cookieGroup.id`, `acris_cookie.cookieGroup`.`is_default` AS `acris_cookie.cookieGroup.isDefault`, `acris_cookie.cookieGroup`.`identification` AS `acris_cookie.cookieGroup.identification`, `acris_cookie.cookieGroup`.`created_at` AS `acris_cookie.cookieGroup.createdAt`, `acris_cookie.cookieGroup`.`updated_at` AS `acris_cookie.cookieGroup.updatedAt`, `acris_cookie.cookieGroup.translation.title`, COALESCE(`acris_cookie.cookieGroup.translation.title`,`acris_cookie.cookieGroup.translation.title`) AS `acris_cookie.cookieGroup.title`, `acris_cookie.cookieGroup.translation.description`, COALESCE(`acris_cookie.cookieGroup.translation.description`,`acris_cookie.cookieGroup.translation.description`) AS `acris_cookie.cookieGroup.description`, `acris_cookie.cookieGroup.translation.createdAt`, `acris_cookie.cookieGroup.translation.updatedAt`, `acris_cookie.cookieGroup.translation.acrisCookieGroupId`, `acris_cookie.cookieGroup.translation.languageId`, `acris_cookie`.`cookie_id` AS `acris_cookie.cookieId`, `acris_cookie`.`google_cookie_consent_mode` AS `acris_cookie.googleCookieConsentMode`, `acris_cookie`.`default_value` AS `acris_cookie.defaultValue`, `acris_cookie`.`script_position` AS `acris_cookie.scriptPosition`, `acris_cookie`.`provider` AS `acris_cookie.provider`, `acris_cookie`.`active` AS `acris_cookie.active`, `acris_cookie`.`unknown` AS `acris_cookie.unknown`, `acris_cookie`.`is_default` AS `acris_cookie.isDefault`, `acris_cookie`.`created_at` AS `acris_cookie.createdAt`, `acris_cookie`.`updated_at` AS `acris_cookie.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_cookie.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
                  WHERE `acris_cookie.salesChannels.mapping`.`cookie_id` = `acris_cookie`.`id` ) AS `acris_cookie.salesChannels.id_mapping`, `acris_cookie.translation.title`, COALESCE(`acris_cookie.translation.title`,`acris_cookie.translation.title`) AS `acris_cookie.title`, `acris_cookie.translation.description`, COALESCE(`acris_cookie.translation.description`,`acris_cookie.translation.description`) AS `acris_cookie.description`, `acris_cookie.translation.script`, COALESCE(`acris_cookie.translation.script`,`acris_cookie.translation.script`) AS `acris_cookie.script`, `acris_cookie.translation.createdAt`, `acris_cookie.translation.updatedAt`, `acris_cookie.translation.acrisCookieId`, `acris_cookie.translation.languageId` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie`.`cookie_group_id` = `acris_cookie.cookieGroup`.`id` LEFT JOIN (SELECT `acris_cookie.translation`.acris_cookie_id, `acris_cookie.translation`.title AS `acris_cookie.translation.title`, `acris_cookie.translation`.description AS `acris_cookie.translation.description`, `acris_cookie.translation`.script AS `acris_cookie.translation.script`, `acris_cookie.translation`.created_at AS `acris_cookie.translation.createdAt`, `acris_cookie.translation`.updated_at AS `acris_cookie.translation.updatedAt`, `acris_cookie.translation`.acris_cookie_id AS `acris_cookie.translation.acrisCookieId`, `acris_cookie.translation`.language_id AS `acris_cookie.translation.languageId` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation`.language_id = ?) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation`.`acris_cookie_id` = `acris_cookie`.`id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation`.acris_cookie_group_id, `acris_cookie.cookieGroup.translation`.title AS `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation`.description AS `acris_cookie.cookieGroup.translation.description`, `acris_cookie.cookieGroup.translation`.created_at AS `acris_cookie.cookieGroup.translation.createdAt`, `acris_cookie.cookieGroup.translation`.updated_at AS `acris_cookie.cookieGroup.translation.updatedAt`, `acris_cookie.cookieGroup.translation`.acris_cookie_group_id AS `acris_cookie.cookieGroup.translation.acrisCookieGroupId`, `acris_cookie.cookieGroup.translation`.language_id AS `acris_cookie.cookieGroup.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation`.language_id = ?) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie.cookieGroup`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
92 1.29 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`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
  b":s\x01VìSNAè.±K[\x00\x02z"
  b"óÉ▄\\x19ßL¥╗ª─\x0F£Yöƒ"
]
93 2.27 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`.`active` = ? AND NOT (`app`.`cookies` IS NULL))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
94 0.88 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "IntediaDoofinderSW6.config.%"
]
95 0.93 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`.`active` = ? AND NOT (`app`.`cookies` IS NULL))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
96 0.20 ms
SELECT `acris_cookie_group`.`id` FROM `acris_cookie_group` WHERE (`acris_cookie_group`.`identification` = ?) LIMIT 1
Parameters:
[
  "functional"
]
97 0.38 ms
SELECT `acris_cookie_group`.`id` AS `acris_cookie_group.id`, `acris_cookie_group`.`is_default` AS `acris_cookie_group.isDefault`, `acris_cookie_group`.`identification` AS `acris_cookie_group.identification`, `acris_cookie_group`.`created_at` AS `acris_cookie_group.createdAt`, `acris_cookie_group`.`updated_at` AS `acris_cookie_group.updatedAt`, `acris_cookie_group.translation.title`, COALESCE(`acris_cookie_group.translation.title`,`acris_cookie_group.translation.title`) AS `acris_cookie_group.title`, `acris_cookie_group.translation.description`, COALESCE(`acris_cookie_group.translation.description`,`acris_cookie_group.translation.description`) AS `acris_cookie_group.description`, `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation.languageId` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation`.acris_cookie_group_id, `acris_cookie_group.translation`.title AS `acris_cookie_group.translation.title`, `acris_cookie_group.translation`.description AS `acris_cookie_group.translation.description`, `acris_cookie_group.translation`.created_at AS `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation`.updated_at AS `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation`.acris_cookie_group_id AS `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation`.language_id AS `acris_cookie_group.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation`.language_id = ?) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie_group`.`id` WHERE (`acris_cookie_group`.`identification` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "cookie.groupStatistical"
]
98 0.40 ms
SELECT `acris_cookie_group`.`id` AS `acris_cookie_group.id`, `acris_cookie_group`.`is_default` AS `acris_cookie_group.isDefault`, `acris_cookie_group`.`identification` AS `acris_cookie_group.identification`, `acris_cookie_group`.`created_at` AS `acris_cookie_group.createdAt`, `acris_cookie_group`.`updated_at` AS `acris_cookie_group.updatedAt`, `acris_cookie_group.translation.title`, COALESCE(`acris_cookie_group.translation.title`,`acris_cookie_group.translation.title`) AS `acris_cookie_group.title`, `acris_cookie_group.translation.description`, COALESCE(`acris_cookie_group.translation.description`,`acris_cookie_group.translation.description`) AS `acris_cookie_group.description`, `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation.languageId` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation`.acris_cookie_group_id, `acris_cookie_group.translation`.title AS `acris_cookie_group.translation.title`, `acris_cookie_group.translation`.description AS `acris_cookie_group.translation.description`, `acris_cookie_group.translation`.created_at AS `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation`.updated_at AS `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation`.acris_cookie_group_id AS `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation`.language_id AS `acris_cookie_group.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation`.language_id = ?) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie_group`.`id` WHERE (`acris_cookie_group`.`identification` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "cookie.groupMarketing"
]
99 0.29 ms
SELECT `acris_cookie_group`.`id` AS `acris_cookie_group.id`, `acris_cookie_group`.`is_default` AS `acris_cookie_group.isDefault`, `acris_cookie_group`.`identification` AS `acris_cookie_group.identification`, `acris_cookie_group`.`created_at` AS `acris_cookie_group.createdAt`, `acris_cookie_group`.`updated_at` AS `acris_cookie_group.updatedAt`, `acris_cookie_group.translation.title`, COALESCE(`acris_cookie_group.translation.title`,`acris_cookie_group.translation.title`) AS `acris_cookie_group.title`, `acris_cookie_group.translation.description`, COALESCE(`acris_cookie_group.translation.description`,`acris_cookie_group.translation.description`) AS `acris_cookie_group.description`, `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation.languageId` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation`.acris_cookie_group_id, `acris_cookie_group.translation`.title AS `acris_cookie_group.translation.title`, `acris_cookie_group.translation`.description AS `acris_cookie_group.translation.description`, `acris_cookie_group.translation`.created_at AS `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation`.updated_at AS `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation`.acris_cookie_group_id AS `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation`.language_id AS `acris_cookie_group.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation`.language_id = ?) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie_group`.`id` WHERE (`acris_cookie_group`.`identification` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "cookie.groupComfortFeatures"
]
100 0.33 ms
SELECT `acris_cookie_group`.`id` AS `acris_cookie_group.id`, `acris_cookie_group`.`is_default` AS `acris_cookie_group.isDefault`, `acris_cookie_group`.`identification` AS `acris_cookie_group.identification`, `acris_cookie_group`.`created_at` AS `acris_cookie_group.createdAt`, `acris_cookie_group`.`updated_at` AS `acris_cookie_group.updatedAt`, `acris_cookie_group.translation.title`, COALESCE(`acris_cookie_group.translation.title`,`acris_cookie_group.translation.title`) AS `acris_cookie_group.title`, `acris_cookie_group.translation.description`, COALESCE(`acris_cookie_group.translation.description`,`acris_cookie_group.translation.description`) AS `acris_cookie_group.description`, `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation.languageId` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation`.acris_cookie_group_id, `acris_cookie_group.translation`.title AS `acris_cookie_group.translation.title`, `acris_cookie_group.translation`.description AS `acris_cookie_group.translation.description`, `acris_cookie_group.translation`.created_at AS `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation`.updated_at AS `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation`.acris_cookie_group_id AS `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation`.language_id AS `acris_cookie_group.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation`.language_id = ?) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie_group`.`id` WHERE (`acris_cookie_group`.`identification` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "intedia-doofinder.cookie.name"
]
101 2.75 ms
SELECT `acris_cookie_group`.`id` AS `acris_cookie_group.id`, `acris_cookie_group`.`is_default` AS `acris_cookie_group.isDefault`, `acris_cookie_group`.`identification` AS `acris_cookie_group.identification`, `acris_cookie_group`.`created_at` AS `acris_cookie_group.createdAt`, `acris_cookie_group`.`updated_at` AS `acris_cookie_group.updatedAt`, `acris_cookie_group.translation.title`, COALESCE(`acris_cookie_group.translation.title`,`acris_cookie_group.translation.title`) AS `acris_cookie_group.title`, `acris_cookie_group.translation.description`, COALESCE(`acris_cookie_group.translation.description`,`acris_cookie_group.translation.description`) AS `acris_cookie_group.description`, `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation.languageId` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation`.acris_cookie_group_id, `acris_cookie_group.translation`.title AS `acris_cookie_group.translation.title`, `acris_cookie_group.translation`.description AS `acris_cookie_group.translation.description`, `acris_cookie_group.translation`.created_at AS `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation`.updated_at AS `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation`.acris_cookie_group_id AS `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation`.language_id AS `acris_cookie_group.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation`.language_id = ?) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie_group`.`id` WHERE (`acris_cookie_group`.`identification` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "neti-next-store-locator.cookie.google-consent.name"
]
102 0.69 ms
SELECT `acris_cookie_group`.`id` AS `acris_cookie_group.id`, `acris_cookie_group`.`is_default` AS `acris_cookie_group.isDefault`, `acris_cookie_group`.`identification` AS `acris_cookie_group.identification`, `acris_cookie_group`.`created_at` AS `acris_cookie_group.createdAt`, `acris_cookie_group`.`updated_at` AS `acris_cookie_group.updatedAt`, `acris_cookie_group.translation.title`, COALESCE(`acris_cookie_group.translation.title`,`acris_cookie_group.translation.title`) AS `acris_cookie_group.title`, `acris_cookie_group.translation.description`, COALESCE(`acris_cookie_group.translation.description`,`acris_cookie_group.translation.description`) AS `acris_cookie_group.description`, `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation.languageId` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation`.acris_cookie_group_id, `acris_cookie_group.translation`.title AS `acris_cookie_group.translation.title`, `acris_cookie_group.translation`.description AS `acris_cookie_group.translation.description`, `acris_cookie_group.translation`.created_at AS `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation`.updated_at AS `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation`.acris_cookie_group_id AS `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation`.language_id AS `acris_cookie_group.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation`.language_id = ?) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie_group`.`id` WHERE (`acris_cookie_group`.`identification` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "cookie.groupAffiliate"
]
103 1.81 ms
SELECT `acris_cookie_group`.`id` AS `acris_cookie_group.id`, `acris_cookie_group`.`is_default` AS `acris_cookie_group.isDefault`, `acris_cookie_group`.`identification` AS `acris_cookie_group.identification`, `acris_cookie_group`.`created_at` AS `acris_cookie_group.createdAt`, `acris_cookie_group`.`updated_at` AS `acris_cookie_group.updatedAt`, `acris_cookie_group.translation.title`, COALESCE(`acris_cookie_group.translation.title`,`acris_cookie_group.translation.title`) AS `acris_cookie_group.title`, `acris_cookie_group.translation.description`, COALESCE(`acris_cookie_group.translation.description`,`acris_cookie_group.translation.description`) AS `acris_cookie_group.description`, `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation.languageId` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation`.acris_cookie_group_id, `acris_cookie_group.translation`.title AS `acris_cookie_group.translation.title`, `acris_cookie_group.translation`.description AS `acris_cookie_group.translation.description`, `acris_cookie_group.translation`.created_at AS `acris_cookie_group.translation.createdAt`, `acris_cookie_group.translation`.updated_at AS `acris_cookie_group.translation.updatedAt`, `acris_cookie_group.translation`.acris_cookie_group_id AS `acris_cookie_group.translation.acrisCookieGroupId`, `acris_cookie_group.translation`.language_id AS `acris_cookie_group.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation`.language_id = ?) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie_group`.`id` WHERE (`acris_cookie_group`.`identification` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "cookie.tonur.packstation.group_name"
]
104 0.81 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"-\r-¡Å┘NnöçÞÊ¿þ\x7Fâ"
  b"""
    \n
    Y¯…IG³ú·=ü\x7F\x1Db
    """
  b"Xn÷3ç\x00C\x19°¶¶à‡U\x16 "
  b"ô1@ß&\x12LnÉN[ñß\x00<h"
  b"—‚Ê\x07x‰E\x0E¥g¸›¶ÜÕ­"
  b"®6´ç\fUO¶½Z\x01\x1A”¤-}"
  b"Ê┼N\x17ü┬A-Ñ─┴r®%æ\v"
  b"ÛMÖ+Ö|F† :½,Ÿ^˜="
  b"""
    \n
    ´Sù†}F¢¢¢rÝ/ºo\f
    """
  b"î4PCòhAdØ▒┤['aÍ!"
  b"\x06&\x01ÝZ\fG1™ãp0\fŒK>"
  b"\x18–@§l-@˜´ä\x12£\ež\x01"
  b"█¯▒±Ê╚N(ì\x04\x08IÙ~C"
]
105 0.34 ms
SELECT `webi_configuration`.`id` AS `webi_configuration.id`, `webi_configuration`.`configuration_key` AS `webi_configuration.configurationKey`, `webi_configuration`.`configuration_value` AS `webi_configuration.configurationValue`, `webi_configuration`.`created_at` AS `webi_configuration.createdAt`, `webi_configuration`.`updated_at` AS `webi_configuration.updatedAt` FROM `webi_configuration`
Parameters:
[]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.