GET https://tinfr.generationshop.dev/h1webblog/0b0b671289a4457ba2bfe78e7679bbc2

Query Metrics

102 Database Queries
52 Different statements
516.49 ms Query time

Queries

Group similar statements

# Time Info
1 0.25 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.28 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:
[]
3 10.66 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 1.29 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.89 ms
SELECT seo_path_info FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?) AND (is_canonical = ?) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "blog/5-conseils-pour-combiner-votre-couleur-de-peinture-preferee/"
  1
]
6 2.35 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 = ?)
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "blog/5-conseils-pour-combiner-votre-couleur-de-peinture-preferee"
]
7 2.54 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
  "MolliePayments.config.%"
]
8 5.01 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "P0JLgT0DfBfSC22t2NvKFdxua4sPguPo"
]
9 4.75 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
10 1.25 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "P0JLgT0DfBfSC22t2NvKFdxua4sPguPo"
]
11 3.06 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
12 2.34 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:
[]
13 2.29 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:
[]
14 2.06 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  b"█Ä?«│óC[ì2└~║│▄p"
]
15 4.44 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:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
16 1.35 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:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
17 1.19 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
18 4.03 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:
[]
19 2.09 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:
[]
20 4.55 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:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
21 1.18 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:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
22 2.88 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
23 1.04 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:
[]
24 1.09 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:
[]
25 0.77 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
  "MolliePayments.config.%"
]
26 0.88 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
27 0.65 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:
[]
28 3.06 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:
[]
29 0.27 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "P0JLgT0DfBfSC22t2NvKFdxua4sPguPo"
]
30 12.96 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
31 6.40 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "P0JLgT0DfBfSC22t2NvKFdxua4sPguPo"
]
32 4.08 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
33 0.52 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
34 10.78 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
35 0.41 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:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
36 0.26 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:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
37 10.80 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
38 1.03 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:
[]
39 2.21 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:
[]
40 0.31 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
41 2.41 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:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
42 4.46 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
43 15.84 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
44 2.15 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:
[]
45 1.56 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:
[]
46 0.77 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
  "MolliePayments.config.%"
]
47 3.12 ms
# app-scripts::refresh::read
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`.`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`.`write_access` as `app.integration.writeAccess`, `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
48 3.14 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:
[]
49 3.15 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:
[]
50 5.70 ms
SELECT `h1webblog_blog`.`id` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation`.h1webblog_blog_id, `h1webblog_blog.translation`.title as `h1webblog_blog.translation.title`, `h1webblog_blog.translation`.content as `h1webblog_blog.translation.content`, `h1webblog_blog.translation`.short_content as `h1webblog_blog.translation.shortContent`, `h1webblog_blog.translation`.keywords as `h1webblog_blog.translation.keywords`, `h1webblog_blog.translation`.meta_description as `h1webblog_blog.translation.metaDescription`, `h1webblog_blog.translation`.meta_title as `h1webblog_blog.translation.metaTitle`, `h1webblog_blog.translation`.is_active as `h1webblog_blog.translation.isActive`, `h1webblog_blog.translation`.slot_config as `h1webblog_blog.translation.slotConfig`, `h1webblog_blog.translation`.created_at as `h1webblog_blog.translation.createdAt`, `h1webblog_blog.translation`.updated_at as `h1webblog_blog.translation.updatedAt`, `h1webblog_blog.translation`.h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId`, `h1webblog_blog.translation`.language_id as `h1webblog_blog.translation.languageId`, `h1webblog_blog.translation.fallback_1`.title as `h1webblog_blog.translation.fallback_1.title`, `h1webblog_blog.translation.fallback_1`.content as `h1webblog_blog.translation.fallback_1.content`, `h1webblog_blog.translation.fallback_1`.short_content as `h1webblog_blog.translation.fallback_1.shortContent`, `h1webblog_blog.translation.fallback_1`.keywords as `h1webblog_blog.translation.fallback_1.keywords`, `h1webblog_blog.translation.fallback_1`.meta_description as `h1webblog_blog.translation.fallback_1.metaDescription`, `h1webblog_blog.translation.fallback_1`.meta_title as `h1webblog_blog.translation.fallback_1.metaTitle`, `h1webblog_blog.translation.fallback_1`.is_active as `h1webblog_blog.translation.fallback_1.isActive`, `h1webblog_blog.translation.fallback_1`.slot_config as `h1webblog_blog.translation.fallback_1.slotConfig`, `h1webblog_blog.translation.fallback_1`.created_at as `h1webblog_blog.translation.fallback_1.createdAt`, `h1webblog_blog.translation.fallback_1`.updated_at as `h1webblog_blog.translation.fallback_1.updatedAt`, `h1webblog_blog.translation.fallback_1`.h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId`, `h1webblog_blog.translation.fallback_1`.language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation`.`h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1`.`h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1`.language_id = ? WHERE `h1webblog_blog.translation`.language_id = ?) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation`.`h1webblog_blog_id` = `h1webblog_blog`.`id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog`.`id` = `h1webblog_blog.visibilities`.`blog_id` WHERE ((((`h1webblog_blog`.`published_at` <= ?) AND `h1webblog_blog.visibilities`.`sales_channel_id` = ?) AND COALESCE(`h1webblog_blog.translation.fallback_1.isActive`,`h1webblog_blog.translation.isActive`) = ?)) AND (`h1webblog_blog`.`id` IN (?)) GROUP BY `h1webblog_blog`.`id`
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  "2025-04-05 01:33:06"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  1
  b"\v\vg\x12‰¤E{¢¿çŽvy»Â"
]
51 6.23 ms
SELECT `h1webblog_blog`.`id` as `h1webblog_blog.id`, `h1webblog_blog`.`media_id` as `h1webblog_blog.mediaId`, `h1webblog_blog.media`.`id` as `h1webblog_blog.media.id`, `h1webblog_blog.media`.`user_id` as `h1webblog_blog.media.userId`, `h1webblog_blog.media`.`media_folder_id` as `h1webblog_blog.media.mediaFolderId`, `h1webblog_blog.media`.`mime_type` as `h1webblog_blog.media.mimeType`, `h1webblog_blog.media`.`file_extension` as `h1webblog_blog.media.fileExtension`, `h1webblog_blog.media`.`uploaded_at` as `h1webblog_blog.media.uploadedAt`, `h1webblog_blog.media`.`file_name` as `h1webblog_blog.media.fileName`, `h1webblog_blog.media`.`file_size` as `h1webblog_blog.media.fileSize`, `h1webblog_blog.media`.`media_type` as `h1webblog_blog.media.mediaTypeRaw`, `h1webblog_blog.media`.`meta_data` as `h1webblog_blog.media.metaData`, `h1webblog_blog.media`.`config` as `h1webblog_blog.media.config`, `h1webblog_blog.media`.`path` as `h1webblog_blog.media.path`, `h1webblog_blog.media`.`private` as `h1webblog_blog.media.private`, `h1webblog_blog.media`.`thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo`, `h1webblog_blog.media`.`created_at` as `h1webblog_blog.media.createdAt`, `h1webblog_blog.media`.`updated_at` as `h1webblog_blog.media.updatedAt`, `h1webblog_blog.media.translation.fallback_1.title`, `h1webblog_blog.media.translation.title`, COALESCE(`h1webblog_blog.media.translation.fallback_1.title`,`h1webblog_blog.media.translation.title`,`h1webblog_blog.media.translation.title`) as `h1webblog_blog.media.title`, `h1webblog_blog.media.translation.fallback_1.alt`, `h1webblog_blog.media.translation.alt`, COALESCE(`h1webblog_blog.media.translation.fallback_1.alt`,`h1webblog_blog.media.translation.alt`,`h1webblog_blog.media.translation.alt`) as `h1webblog_blog.media.alt`, `h1webblog_blog.media.translation.fallback_1.customFields`, `h1webblog_blog.media.translation.customFields`, COALESCE(`h1webblog_blog.media.translation.fallback_1.customFields`,`h1webblog_blog.media.translation.customFields`,`h1webblog_blog.media.translation.customFields`) as `h1webblog_blog.media.customFields`, `h1webblog_blog.media.translation.fallback_1.createdAt`, `h1webblog_blog.media.translation.createdAt`, `h1webblog_blog.media.translation.fallback_1.updatedAt`, `h1webblog_blog.media.translation.updatedAt`, `h1webblog_blog.media.translation.fallback_1.mediaId`, `h1webblog_blog.media.translation.mediaId`, `h1webblog_blog.media.translation.fallback_1.languageId`, `h1webblog_blog.media.translation.languageId`, `h1webblog_blog`.`category_tree` as `h1webblog_blog.categoryTree`, `h1webblog_blog`.`tag_ids` as `h1webblog_blog.tagIds`, `h1webblog_blog`.`property_ids` as `h1webblog_blog.propertyIds`, `h1webblog_blog`.`option_ids` as `h1webblog_blog.optionIds`, `h1webblog_blog`.`published_at` as `h1webblog_blog.publishedAt`, `h1webblog_blog`.`created_at` as `h1webblog_blog.createdAt`, `h1webblog_blog`.`updated_at` as `h1webblog_blog.updatedAt`, `h1webblog_blog`.`custom_fields` as `h1webblog_blog.customFields`, `h1webblog_blog`.`cms_page_id` as `h1webblog_blog.cmsPageId`, `h1webblog_blog`.`cms_page_version_id` as `h1webblog_blog.cmsPageVersionId`, (SELECT GROUP_CONCAT(HEX(`h1webblog_blog.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `h1webblog_category` `h1webblog_blog.categories.mapping`
                  WHERE `h1webblog_blog.categories.mapping`.`h1webblog_blog_id` = `h1webblog_blog`.`id` ) as `h1webblog_blog.categories.id_mapping`, (SELECT GROUP_CONCAT(HEX(`h1webblog_blog.tags.mapping`.`tag_id`) SEPARATOR '||')
                  FROM `h1webblog_tag` `h1webblog_blog.tags.mapping`
                  WHERE `h1webblog_blog.tags.mapping`.`h1webblog_blog_id` = `h1webblog_blog`.`id` ) as `h1webblog_blog.tags.id_mapping`, (SELECT GROUP_CONCAT(HEX(`h1webblog_blog.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `h1webblog_property` `h1webblog_blog.properties.mapping`
                  WHERE `h1webblog_blog.properties.mapping`.`h1webblog_blog_id` = `h1webblog_blog`.`id` ) as `h1webblog_blog.properties.id_mapping`, `h1webblog_blog.translation.fallback_1.title`, `h1webblog_blog.translation.title`, COALESCE(`h1webblog_blog.translation.fallback_1.title`,`h1webblog_blog.translation.title`,`h1webblog_blog.translation.title`) as `h1webblog_blog.title`, `h1webblog_blog.translation.fallback_1.content`, `h1webblog_blog.translation.content`, COALESCE(`h1webblog_blog.translation.fallback_1.content`,`h1webblog_blog.translation.content`,`h1webblog_blog.translation.content`) as `h1webblog_blog.content`, `h1webblog_blog.translation.fallback_1.shortContent`, `h1webblog_blog.translation.shortContent`, COALESCE(`h1webblog_blog.translation.fallback_1.shortContent`,`h1webblog_blog.translation.shortContent`,`h1webblog_blog.translation.shortContent`) as `h1webblog_blog.shortContent`, `h1webblog_blog.translation.fallback_1.keywords`, `h1webblog_blog.translation.keywords`, COALESCE(`h1webblog_blog.translation.fallback_1.keywords`,`h1webblog_blog.translation.keywords`,`h1webblog_blog.translation.keywords`) as `h1webblog_blog.keywords`, `h1webblog_blog.translation.fallback_1.metaDescription`, `h1webblog_blog.translation.metaDescription`, COALESCE(`h1webblog_blog.translation.fallback_1.metaDescription`,`h1webblog_blog.translation.metaDescription`,`h1webblog_blog.translation.metaDescription`) as `h1webblog_blog.metaDescription`, `h1webblog_blog.translation.fallback_1.metaTitle`, `h1webblog_blog.translation.metaTitle`, COALESCE(`h1webblog_blog.translation.fallback_1.metaTitle`,`h1webblog_blog.translation.metaTitle`,`h1webblog_blog.translation.metaTitle`) as `h1webblog_blog.metaTitle`, `h1webblog_blog.translation.fallback_1.isActive`, `h1webblog_blog.translation.isActive`, COALESCE(`h1webblog_blog.translation.fallback_1.isActive`,`h1webblog_blog.translation.isActive`,`h1webblog_blog.translation.isActive`) as `h1webblog_blog.isActive`, `h1webblog_blog.translation.fallback_1.slotConfig`, `h1webblog_blog.translation.slotConfig`, COALESCE(`h1webblog_blog.translation.fallback_1.slotConfig`,`h1webblog_blog.translation.slotConfig`,`h1webblog_blog.translation.slotConfig`) as `h1webblog_blog.slotConfig`, `h1webblog_blog.translation.fallback_1.createdAt`, `h1webblog_blog.translation.createdAt`, `h1webblog_blog.translation.fallback_1.updatedAt`, `h1webblog_blog.translation.updatedAt`, `h1webblog_blog.translation.fallback_1.h1webblogBlogId`, `h1webblog_blog.translation.h1webblogBlogId`, `h1webblog_blog.translation.fallback_1.languageId`, `h1webblog_blog.translation.languageId` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation`.h1webblog_blog_id, `h1webblog_blog.translation`.title as `h1webblog_blog.translation.title`, `h1webblog_blog.translation`.content as `h1webblog_blog.translation.content`, `h1webblog_blog.translation`.short_content as `h1webblog_blog.translation.shortContent`, `h1webblog_blog.translation`.keywords as `h1webblog_blog.translation.keywords`, `h1webblog_blog.translation`.meta_description as `h1webblog_blog.translation.metaDescription`, `h1webblog_blog.translation`.meta_title as `h1webblog_blog.translation.metaTitle`, `h1webblog_blog.translation`.is_active as `h1webblog_blog.translation.isActive`, `h1webblog_blog.translation`.slot_config as `h1webblog_blog.translation.slotConfig`, `h1webblog_blog.translation`.created_at as `h1webblog_blog.translation.createdAt`, `h1webblog_blog.translation`.updated_at as `h1webblog_blog.translation.updatedAt`, `h1webblog_blog.translation`.h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId`, `h1webblog_blog.translation`.language_id as `h1webblog_blog.translation.languageId`, `h1webblog_blog.translation.fallback_1`.title as `h1webblog_blog.translation.fallback_1.title`, `h1webblog_blog.translation.fallback_1`.content as `h1webblog_blog.translation.fallback_1.content`, `h1webblog_blog.translation.fallback_1`.short_content as `h1webblog_blog.translation.fallback_1.shortContent`, `h1webblog_blog.translation.fallback_1`.keywords as `h1webblog_blog.translation.fallback_1.keywords`, `h1webblog_blog.translation.fallback_1`.meta_description as `h1webblog_blog.translation.fallback_1.metaDescription`, `h1webblog_blog.translation.fallback_1`.meta_title as `h1webblog_blog.translation.fallback_1.metaTitle`, `h1webblog_blog.translation.fallback_1`.is_active as `h1webblog_blog.translation.fallback_1.isActive`, `h1webblog_blog.translation.fallback_1`.slot_config as `h1webblog_blog.translation.fallback_1.slotConfig`, `h1webblog_blog.translation.fallback_1`.created_at as `h1webblog_blog.translation.fallback_1.createdAt`, `h1webblog_blog.translation.fallback_1`.updated_at as `h1webblog_blog.translation.fallback_1.updatedAt`, `h1webblog_blog.translation.fallback_1`.h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId`, `h1webblog_blog.translation.fallback_1`.language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation`.`h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1`.`h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1`.language_id = ? WHERE `h1webblog_blog.translation`.language_id = ?) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation`.`h1webblog_blog_id` = `h1webblog_blog`.`id` LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog`.`media_id` = `h1webblog_blog.media`.`id` LEFT JOIN (SELECT `h1webblog_blog.media.translation`.media_id, `h1webblog_blog.media.translation`.title as `h1webblog_blog.media.translation.title`, `h1webblog_blog.media.translation`.alt as `h1webblog_blog.media.translation.alt`, `h1webblog_blog.media.translation`.custom_fields as `h1webblog_blog.media.translation.customFields`, `h1webblog_blog.media.translation`.created_at as `h1webblog_blog.media.translation.createdAt`, `h1webblog_blog.media.translation`.updated_at as `h1webblog_blog.media.translation.updatedAt`, `h1webblog_blog.media.translation`.media_id as `h1webblog_blog.media.translation.mediaId`, `h1webblog_blog.media.translation`.language_id as `h1webblog_blog.media.translation.languageId`, `h1webblog_blog.media.translation.fallback_1`.title as `h1webblog_blog.media.translation.fallback_1.title`, `h1webblog_blog.media.translation.fallback_1`.alt as `h1webblog_blog.media.translation.fallback_1.alt`, `h1webblog_blog.media.translation.fallback_1`.custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields`, `h1webblog_blog.media.translation.fallback_1`.created_at as `h1webblog_blog.media.translation.fallback_1.createdAt`, `h1webblog_blog.media.translation.fallback_1`.updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt`, `h1webblog_blog.media.translation.fallback_1`.media_id as `h1webblog_blog.media.translation.fallback_1.mediaId`, `h1webblog_blog.media.translation.fallback_1`.language_id as `h1webblog_blog.media.translation.fallback_1.languageId` FROM `media_translation` `h1webblog_blog.media.translation` LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation`.`media_id` = `h1webblog_blog.media.translation.fallback_1`.`media_id` AND `h1webblog_blog.media.translation.fallback_1`.language_id = ? WHERE `h1webblog_blog.media.translation`.language_id = ?) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation`.`media_id` = `h1webblog_blog.media`.`id` WHERE `h1webblog_blog`.`id` IN (?)
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\v\vg\x12‰¤E{¢¿çŽvy»Â"
]
52 11.58 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.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    '¾\¡¼TG¡²«Üy­\n
    
    """
  b"‹=`Ìü¶GÕ©)’÷Î+¦ž"
  b"ä\x11<œ%ÄM˜¡WìÙ}5×S"
]
53 1.29 ms
SELECT `tag`.`id` as `tag.id`, `tag`.`name` as `tag.name`, `tag`.`created_at` as `tag.createdAt`, `tag`.`updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag`.`id` IN (?, ?)
Parameters:
[
  b"‹åÂã6\x01Jɤͦ*Š]s\x01"
  b"©ý¨¶]Ð@\x14„3nCSê\x11#"
]
54 1.81 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ? AND `seo_url`.`language_id` = ?)
Parameters:
[
  b"‹åÂã6\x01Jɤͦ*Š]s\x01"
  1
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
55 18.72 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ? AND `seo_url`.`language_id` = ?)
Parameters:
[
  b"©ý¨¶]Ð@\x14„3nCSê\x11#"
  1
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
56 0.45 ms
# breadcrumb-builder::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (((`category`.`path` LIKE ? OR `category`.`path` LIKE ?))) AND (`category`.`id` IN (?, ?, ?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|c9bf874afefe4d80b3e9fa5c1f7dd5c9|%"
  "%|bef76c4cb64444bf937bbcae511a0616|%"
  b"""
    '¾\¡¼TG¡²«Üy­\n
    
    """
  b"‹=`Ìü¶GÕ©)’÷Î+¦ž"
  b"ä\x11<œ%ÄM˜¡WìÙ}5×S"
]
57 3.81 ms
# breadcrumb-builder::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.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `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`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    '¾\¡¼TG¡²«Üy­\n
    
    """
]
58 0.47 ms
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.translation.fallback_1.name`, `cms_page.translation.name`, COALESCE(`cms_page.translation.fallback_1.name`,`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.fallback_1.customFields`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.fallback_1.customFields`,`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.fallback_1.createdAt`, `cms_page.translation.createdAt`, `cms_page.translation.fallback_1.updatedAt`, `cms_page.translation.updatedAt`, `cms_page.translation.fallback_1.cmsPageId`, `cms_page.translation.cmsPageId`, `cms_page.translation.fallback_1.languageId`, `cms_page.translation.languageId`, `cms_page.translation.fallback_1.cmsPageVersionId`, `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`, `cms_page.translation.fallback_1`.name as `cms_page.translation.fallback_1.name`, `cms_page.translation.fallback_1`.custom_fields as `cms_page.translation.fallback_1.customFields`, `cms_page.translation.fallback_1`.created_at as `cms_page.translation.fallback_1.createdAt`, `cms_page.translation.fallback_1`.updated_at as `cms_page.translation.fallback_1.updatedAt`, `cms_page.translation.fallback_1`.cms_page_id as `cms_page.translation.fallback_1.cmsPageId`, `cms_page.translation.fallback_1`.language_id as `cms_page.translation.fallback_1.languageId`, `cms_page.translation.fallback_1`.cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation`.`cms_page_id` = `cms_page.translation.fallback_1`.`cms_page_id` AND `cms_page.translation.fallback_1`.language_id = ? AND `cms_page.translation`.cms_page_version_id = `cms_page.translation.fallback_1`.cms_page_version_id 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 WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"G–\x10\x022‘E\©\x19£\x03\x10BÌó"
]
59 24.12 ms
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.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.fallback_1.title`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.title`,`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.fallback_1.alt`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.alt`,`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.fallback_1.customFields`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.customFields`,`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.fallback_1.createdAt`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.fallback_1.updatedAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.fallback_1.mediaId`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.fallback_1.languageId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`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`, `cms_section.backgroundMedia.translation.fallback_1`.title as `cms_section.backgroundMedia.translation.fallback_1.title`, `cms_section.backgroundMedia.translation.fallback_1`.alt as `cms_section.backgroundMedia.translation.fallback_1.alt`, `cms_section.backgroundMedia.translation.fallback_1`.custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields`, `cms_section.backgroundMedia.translation.fallback_1`.created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt`, `cms_section.backgroundMedia.translation.fallback_1`.updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt`, `cms_section.backgroundMedia.translation.fallback_1`.media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId`, `cms_section.backgroundMedia.translation.fallback_1`.language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation`.`media_id` = `cms_section.backgroundMedia.translation.fallback_1`.`media_id` AND `cms_section.backgroundMedia.translation.fallback_1`.language_id = ? 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"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"G–\x10\x022‘E\©\x19£\x03\x10BÌó"
]
60 0.33 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
61 17.88 ms
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.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.fallback_1.title`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.title`,`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.fallback_1.alt`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.alt`,`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.fallback_1.customFields`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.customFields`,`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.fallback_1.createdAt`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.fallback_1.updatedAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.fallback_1.mediaId`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.fallback_1.languageId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`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`, `cms_block.backgroundMedia.translation.fallback_1`.title as `cms_block.backgroundMedia.translation.fallback_1.title`, `cms_block.backgroundMedia.translation.fallback_1`.alt as `cms_block.backgroundMedia.translation.fallback_1.alt`, `cms_block.backgroundMedia.translation.fallback_1`.custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields`, `cms_block.backgroundMedia.translation.fallback_1`.created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt`, `cms_block.backgroundMedia.translation.fallback_1`.updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt`, `cms_block.backgroundMedia.translation.fallback_1`.media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId`, `cms_block.backgroundMedia.translation.fallback_1`.language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation`.`media_id` = `cms_block.backgroundMedia.translation.fallback_1`.`media_id` AND `cms_block.backgroundMedia.translation.fallback_1`.language_id = ? 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"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x06\eÝe†cKg‹W à#d\vÓ"
  b"7(ÿe,ô@G¬ès\x17ih÷\x17"
  b"7¹øÅû¶O*óR*¸Cº¶­"
  b"þþ\x15\x16: Aå•äwáÈ&+\x00"
]
62 17.68 ms
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.fallback_1.title`, `cms_slot.swagCmsExtensionsForm.translation.title`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title`,`cms_slot.swagCmsExtensionsForm.translation.title`,`cms_slot.swagCmsExtensionsForm.translation.title`) as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage`,`cms_slot.swagCmsExtensionsForm.translation.successMessage`,`cms_slot.swagCmsExtensionsForm.translation.successMessage`) as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers`,`cms_slot.swagCmsExtensionsForm.translation.receivers`,`cms_slot.swagCmsExtensionsForm.translation.receivers`) as `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt`, `cms_slot.swagCmsExtensionsForm.translation.createdAt`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId`, `cms_slot.swagCmsExtensionsForm.translation.languageId`, `cms_slot.translation.fallback_1.config`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.fallback_1.config`,`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.fallback_1.customFields`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.fallback_1.customFields`,`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.fallback_1.createdAt`, `cms_slot.translation.createdAt`, `cms_slot.translation.fallback_1.updatedAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.fallback_1.cmsSlotId`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.fallback_1.languageId`, `cms_slot.translation.languageId`, `cms_slot.translation.fallback_1.cmsSlotVersionId`, `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`, `cms_slot.translation.fallback_1`.config as `cms_slot.translation.fallback_1.config`, `cms_slot.translation.fallback_1`.custom_fields as `cms_slot.translation.fallback_1.customFields`, `cms_slot.translation.fallback_1`.created_at as `cms_slot.translation.fallback_1.createdAt`, `cms_slot.translation.fallback_1`.updated_at as `cms_slot.translation.fallback_1.updatedAt`, `cms_slot.translation.fallback_1`.cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId`, `cms_slot.translation.fallback_1`.language_id as `cms_slot.translation.fallback_1.languageId`, `cms_slot.translation.fallback_1`.cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation`.`cms_slot_id` = `cms_slot.translation.fallback_1`.`cms_slot_id` AND `cms_slot.translation.fallback_1`.language_id = ? AND `cms_slot.translation`.cms_slot_version_id = `cms_slot.translation.fallback_1`.cms_slot_version_id 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`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.`swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.language_id = ? 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"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"–ôÔk“7G›…\vûÚ\x0F\xÁ"
  b"\x0EX•}þ”HB‰"uÒ! „6"
  b"\x12ÓÎȽ┘FDØgâZ >õÞ"
  b"üõ.║ürA─ึÑ\x08áY\v"
  b"\x07º¼ªþéG\x05®\x1F±y©šQ{"
  b"ª]\x03iwÑNA­…r\x10U\eµâ"
]
63 7.23 ms
SELECT LOWER(HEX(`h1webblog_blog.properties`.`id`)) as `properties.key`, COUNT(`h1webblog_blog`.`id`) as `properties.count` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation`.h1webblog_blog_id, `h1webblog_blog.translation`.title as `h1webblog_blog.translation.title`, `h1webblog_blog.translation`.content as `h1webblog_blog.translation.content`, `h1webblog_blog.translation`.short_content as `h1webblog_blog.translation.shortContent`, `h1webblog_blog.translation`.keywords as `h1webblog_blog.translation.keywords`, `h1webblog_blog.translation`.meta_description as `h1webblog_blog.translation.metaDescription`, `h1webblog_blog.translation`.meta_title as `h1webblog_blog.translation.metaTitle`, `h1webblog_blog.translation`.is_active as `h1webblog_blog.translation.isActive`, `h1webblog_blog.translation`.slot_config as `h1webblog_blog.translation.slotConfig`, `h1webblog_blog.translation`.created_at as `h1webblog_blog.translation.createdAt`, `h1webblog_blog.translation`.updated_at as `h1webblog_blog.translation.updatedAt`, `h1webblog_blog.translation`.h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId`, `h1webblog_blog.translation`.language_id as `h1webblog_blog.translation.languageId`, `h1webblog_blog.translation.fallback_1`.title as `h1webblog_blog.translation.fallback_1.title`, `h1webblog_blog.translation.fallback_1`.content as `h1webblog_blog.translation.fallback_1.content`, `h1webblog_blog.translation.fallback_1`.short_content as `h1webblog_blog.translation.fallback_1.shortContent`, `h1webblog_blog.translation.fallback_1`.keywords as `h1webblog_blog.translation.fallback_1.keywords`, `h1webblog_blog.translation.fallback_1`.meta_description as `h1webblog_blog.translation.fallback_1.metaDescription`, `h1webblog_blog.translation.fallback_1`.meta_title as `h1webblog_blog.translation.fallback_1.metaTitle`, `h1webblog_blog.translation.fallback_1`.is_active as `h1webblog_blog.translation.fallback_1.isActive`, `h1webblog_blog.translation.fallback_1`.slot_config as `h1webblog_blog.translation.fallback_1.slotConfig`, `h1webblog_blog.translation.fallback_1`.created_at as `h1webblog_blog.translation.fallback_1.createdAt`, `h1webblog_blog.translation.fallback_1`.updated_at as `h1webblog_blog.translation.fallback_1.updatedAt`, `h1webblog_blog.translation.fallback_1`.h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId`, `h1webblog_blog.translation.fallback_1`.language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation`.`h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1`.`h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1`.language_id = ? WHERE `h1webblog_blog.translation`.language_id = ?) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation`.`h1webblog_blog_id` = `h1webblog_blog`.`id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog`.`id` = `h1webblog_blog.visibilities`.`blog_id` LEFT JOIN `h1webblog_property` `h1webblog_blog.properties.mapping` ON `h1webblog_blog`.`id` = `h1webblog_blog.properties.mapping`.`h1webblog_blog_id`  LEFT JOIN `property_group_option` `h1webblog_blog.properties` ON `h1webblog_blog.properties.mapping`.`property_group_option_id` = `h1webblog_blog.properties`.`id`  WHERE (((`h1webblog_blog`.`published_at` <= ?) AND `h1webblog_blog.visibilities`.`sales_channel_id` = ?) AND COALESCE(`h1webblog_blog.translation.fallback_1.isActive`,`h1webblog_blog.translation.isActive`) = ?) GROUP BY `h1webblog_blog.properties`.`id`
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  "2025-04-05 01:33:06"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  1
]
64 2.08 ms
SELECT LOWER(HEX(`h1webblog_blog.options`.`id`)) as `options.key`, COUNT(`h1webblog_blog`.`id`) as `options.count` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation`.h1webblog_blog_id, `h1webblog_blog.translation`.title as `h1webblog_blog.translation.title`, `h1webblog_blog.translation`.content as `h1webblog_blog.translation.content`, `h1webblog_blog.translation`.short_content as `h1webblog_blog.translation.shortContent`, `h1webblog_blog.translation`.keywords as `h1webblog_blog.translation.keywords`, `h1webblog_blog.translation`.meta_description as `h1webblog_blog.translation.metaDescription`, `h1webblog_blog.translation`.meta_title as `h1webblog_blog.translation.metaTitle`, `h1webblog_blog.translation`.is_active as `h1webblog_blog.translation.isActive`, `h1webblog_blog.translation`.slot_config as `h1webblog_blog.translation.slotConfig`, `h1webblog_blog.translation`.created_at as `h1webblog_blog.translation.createdAt`, `h1webblog_blog.translation`.updated_at as `h1webblog_blog.translation.updatedAt`, `h1webblog_blog.translation`.h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId`, `h1webblog_blog.translation`.language_id as `h1webblog_blog.translation.languageId`, `h1webblog_blog.translation.fallback_1`.title as `h1webblog_blog.translation.fallback_1.title`, `h1webblog_blog.translation.fallback_1`.content as `h1webblog_blog.translation.fallback_1.content`, `h1webblog_blog.translation.fallback_1`.short_content as `h1webblog_blog.translation.fallback_1.shortContent`, `h1webblog_blog.translation.fallback_1`.keywords as `h1webblog_blog.translation.fallback_1.keywords`, `h1webblog_blog.translation.fallback_1`.meta_description as `h1webblog_blog.translation.fallback_1.metaDescription`, `h1webblog_blog.translation.fallback_1`.meta_title as `h1webblog_blog.translation.fallback_1.metaTitle`, `h1webblog_blog.translation.fallback_1`.is_active as `h1webblog_blog.translation.fallback_1.isActive`, `h1webblog_blog.translation.fallback_1`.slot_config as `h1webblog_blog.translation.fallback_1.slotConfig`, `h1webblog_blog.translation.fallback_1`.created_at as `h1webblog_blog.translation.fallback_1.createdAt`, `h1webblog_blog.translation.fallback_1`.updated_at as `h1webblog_blog.translation.fallback_1.updatedAt`, `h1webblog_blog.translation.fallback_1`.h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId`, `h1webblog_blog.translation.fallback_1`.language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation`.`h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1`.`h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1`.language_id = ? WHERE `h1webblog_blog.translation`.language_id = ?) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation`.`h1webblog_blog_id` = `h1webblog_blog`.`id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog`.`id` = `h1webblog_blog.visibilities`.`blog_id` LEFT JOIN `h1webblog_option` `h1webblog_blog.options.mapping` ON `h1webblog_blog`.`id` = `h1webblog_blog.options.mapping`.`h1webblog_blog_id`  LEFT JOIN `property_group_option` `h1webblog_blog.options` ON `h1webblog_blog.options.mapping`.`property_group_option_id` = `h1webblog_blog.options`.`id`  WHERE (((`h1webblog_blog`.`published_at` <= ?) AND `h1webblog_blog.visibilities`.`sales_channel_id` = ?) AND COALESCE(`h1webblog_blog.translation.fallback_1.isActive`,`h1webblog_blog.translation.isActive`) = ?) GROUP BY `h1webblog_blog.options`.`id`
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  "2025-04-05 01:33:06"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  1
]
65 4.27 ms
SELECT `h1webblog_blog`.`id` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation`.h1webblog_blog_id, `h1webblog_blog.translation`.title as `h1webblog_blog.translation.title`, `h1webblog_blog.translation`.content as `h1webblog_blog.translation.content`, `h1webblog_blog.translation`.short_content as `h1webblog_blog.translation.shortContent`, `h1webblog_blog.translation`.keywords as `h1webblog_blog.translation.keywords`, `h1webblog_blog.translation`.meta_description as `h1webblog_blog.translation.metaDescription`, `h1webblog_blog.translation`.meta_title as `h1webblog_blog.translation.metaTitle`, `h1webblog_blog.translation`.is_active as `h1webblog_blog.translation.isActive`, `h1webblog_blog.translation`.slot_config as `h1webblog_blog.translation.slotConfig`, `h1webblog_blog.translation`.created_at as `h1webblog_blog.translation.createdAt`, `h1webblog_blog.translation`.updated_at as `h1webblog_blog.translation.updatedAt`, `h1webblog_blog.translation`.h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId`, `h1webblog_blog.translation`.language_id as `h1webblog_blog.translation.languageId`, `h1webblog_blog.translation.fallback_1`.title as `h1webblog_blog.translation.fallback_1.title`, `h1webblog_blog.translation.fallback_1`.content as `h1webblog_blog.translation.fallback_1.content`, `h1webblog_blog.translation.fallback_1`.short_content as `h1webblog_blog.translation.fallback_1.shortContent`, `h1webblog_blog.translation.fallback_1`.keywords as `h1webblog_blog.translation.fallback_1.keywords`, `h1webblog_blog.translation.fallback_1`.meta_description as `h1webblog_blog.translation.fallback_1.metaDescription`, `h1webblog_blog.translation.fallback_1`.meta_title as `h1webblog_blog.translation.fallback_1.metaTitle`, `h1webblog_blog.translation.fallback_1`.is_active as `h1webblog_blog.translation.fallback_1.isActive`, `h1webblog_blog.translation.fallback_1`.slot_config as `h1webblog_blog.translation.fallback_1.slotConfig`, `h1webblog_blog.translation.fallback_1`.created_at as `h1webblog_blog.translation.fallback_1.createdAt`, `h1webblog_blog.translation.fallback_1`.updated_at as `h1webblog_blog.translation.fallback_1.updatedAt`, `h1webblog_blog.translation.fallback_1`.h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId`, `h1webblog_blog.translation.fallback_1`.language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation`.`h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1`.`h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1`.language_id = ? WHERE `h1webblog_blog.translation`.language_id = ?) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation`.`h1webblog_blog_id` = `h1webblog_blog`.`id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog`.`id` = `h1webblog_blog.visibilities`.`blog_id` WHERE (((`h1webblog_blog`.`published_at` <= ?) AND `h1webblog_blog.visibilities`.`sales_channel_id` = ?) AND COALESCE(`h1webblog_blog.translation.fallback_1.isActive`,`h1webblog_blog.translation.isActive`) = ?) GROUP BY `h1webblog_blog`.`id` ORDER BY MAX(`h1webblog_blog`.`published_at`) DESC LIMIT 4
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  "2025-04-05 01:33:06"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  1
]
66 8.19 ms
SELECT `h1webblog_blog`.`id` as `h1webblog_blog.id`, `h1webblog_blog`.`media_id` as `h1webblog_blog.mediaId`, `h1webblog_blog.media`.`id` as `h1webblog_blog.media.id`, `h1webblog_blog.media`.`user_id` as `h1webblog_blog.media.userId`, `h1webblog_blog.media`.`media_folder_id` as `h1webblog_blog.media.mediaFolderId`, `h1webblog_blog.media`.`mime_type` as `h1webblog_blog.media.mimeType`, `h1webblog_blog.media`.`file_extension` as `h1webblog_blog.media.fileExtension`, `h1webblog_blog.media`.`uploaded_at` as `h1webblog_blog.media.uploadedAt`, `h1webblog_blog.media`.`file_name` as `h1webblog_blog.media.fileName`, `h1webblog_blog.media`.`file_size` as `h1webblog_blog.media.fileSize`, `h1webblog_blog.media`.`media_type` as `h1webblog_blog.media.mediaTypeRaw`, `h1webblog_blog.media`.`meta_data` as `h1webblog_blog.media.metaData`, `h1webblog_blog.media`.`config` as `h1webblog_blog.media.config`, `h1webblog_blog.media`.`path` as `h1webblog_blog.media.path`, `h1webblog_blog.media`.`private` as `h1webblog_blog.media.private`, `h1webblog_blog.media`.`thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo`, `h1webblog_blog.media`.`created_at` as `h1webblog_blog.media.createdAt`, `h1webblog_blog.media`.`updated_at` as `h1webblog_blog.media.updatedAt`, `h1webblog_blog.media.translation.fallback_1.title`, `h1webblog_blog.media.translation.title`, COALESCE(`h1webblog_blog.media.translation.fallback_1.title`,`h1webblog_blog.media.translation.title`,`h1webblog_blog.media.translation.title`) as `h1webblog_blog.media.title`, `h1webblog_blog.media.translation.fallback_1.alt`, `h1webblog_blog.media.translation.alt`, COALESCE(`h1webblog_blog.media.translation.fallback_1.alt`,`h1webblog_blog.media.translation.alt`,`h1webblog_blog.media.translation.alt`) as `h1webblog_blog.media.alt`, `h1webblog_blog.media.translation.fallback_1.customFields`, `h1webblog_blog.media.translation.customFields`, COALESCE(`h1webblog_blog.media.translation.fallback_1.customFields`,`h1webblog_blog.media.translation.customFields`,`h1webblog_blog.media.translation.customFields`) as `h1webblog_blog.media.customFields`, `h1webblog_blog.media.translation.fallback_1.createdAt`, `h1webblog_blog.media.translation.createdAt`, `h1webblog_blog.media.translation.fallback_1.updatedAt`, `h1webblog_blog.media.translation.updatedAt`, `h1webblog_blog.media.translation.fallback_1.mediaId`, `h1webblog_blog.media.translation.mediaId`, `h1webblog_blog.media.translation.fallback_1.languageId`, `h1webblog_blog.media.translation.languageId`, `h1webblog_blog`.`category_tree` as `h1webblog_blog.categoryTree`, `h1webblog_blog`.`tag_ids` as `h1webblog_blog.tagIds`, `h1webblog_blog`.`property_ids` as `h1webblog_blog.propertyIds`, `h1webblog_blog`.`option_ids` as `h1webblog_blog.optionIds`, `h1webblog_blog`.`published_at` as `h1webblog_blog.publishedAt`, `h1webblog_blog`.`created_at` as `h1webblog_blog.createdAt`, `h1webblog_blog`.`updated_at` as `h1webblog_blog.updatedAt`, `h1webblog_blog`.`custom_fields` as `h1webblog_blog.customFields`, `h1webblog_blog`.`cms_page_id` as `h1webblog_blog.cmsPageId`, `h1webblog_blog`.`cms_page_version_id` as `h1webblog_blog.cmsPageVersionId`, (SELECT GROUP_CONCAT(HEX(`h1webblog_blog.tags.mapping`.`tag_id`) SEPARATOR '||')
                  FROM `h1webblog_tag` `h1webblog_blog.tags.mapping`
                  WHERE `h1webblog_blog.tags.mapping`.`h1webblog_blog_id` = `h1webblog_blog`.`id` ) as `h1webblog_blog.tags.id_mapping`, (SELECT GROUP_CONCAT(HEX(`h1webblog_blog.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `h1webblog_property` `h1webblog_blog.properties.mapping`
                  WHERE `h1webblog_blog.properties.mapping`.`h1webblog_blog_id` = `h1webblog_blog`.`id` ) as `h1webblog_blog.properties.id_mapping`, (SELECT GROUP_CONCAT(HEX(`h1webblog_blog.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `h1webblog_option` `h1webblog_blog.options.mapping`
                  WHERE `h1webblog_blog.options.mapping`.`h1webblog_blog_id` = `h1webblog_blog`.`id` ) as `h1webblog_blog.options.id_mapping`, `h1webblog_blog.translation.fallback_1.title`, `h1webblog_blog.translation.title`, COALESCE(`h1webblog_blog.translation.fallback_1.title`,`h1webblog_blog.translation.title`,`h1webblog_blog.translation.title`) as `h1webblog_blog.title`, `h1webblog_blog.translation.fallback_1.content`, `h1webblog_blog.translation.content`, COALESCE(`h1webblog_blog.translation.fallback_1.content`,`h1webblog_blog.translation.content`,`h1webblog_blog.translation.content`) as `h1webblog_blog.content`, `h1webblog_blog.translation.fallback_1.shortContent`, `h1webblog_blog.translation.shortContent`, COALESCE(`h1webblog_blog.translation.fallback_1.shortContent`,`h1webblog_blog.translation.shortContent`,`h1webblog_blog.translation.shortContent`) as `h1webblog_blog.shortContent`, `h1webblog_blog.translation.fallback_1.keywords`, `h1webblog_blog.translation.keywords`, COALESCE(`h1webblog_blog.translation.fallback_1.keywords`,`h1webblog_blog.translation.keywords`,`h1webblog_blog.translation.keywords`) as `h1webblog_blog.keywords`, `h1webblog_blog.translation.fallback_1.metaDescription`, `h1webblog_blog.translation.metaDescription`, COALESCE(`h1webblog_blog.translation.fallback_1.metaDescription`,`h1webblog_blog.translation.metaDescription`,`h1webblog_blog.translation.metaDescription`) as `h1webblog_blog.metaDescription`, `h1webblog_blog.translation.fallback_1.metaTitle`, `h1webblog_blog.translation.metaTitle`, COALESCE(`h1webblog_blog.translation.fallback_1.metaTitle`,`h1webblog_blog.translation.metaTitle`,`h1webblog_blog.translation.metaTitle`) as `h1webblog_blog.metaTitle`, `h1webblog_blog.translation.fallback_1.isActive`, `h1webblog_blog.translation.isActive`, COALESCE(`h1webblog_blog.translation.fallback_1.isActive`,`h1webblog_blog.translation.isActive`,`h1webblog_blog.translation.isActive`) as `h1webblog_blog.isActive`, `h1webblog_blog.translation.fallback_1.slotConfig`, `h1webblog_blog.translation.slotConfig`, COALESCE(`h1webblog_blog.translation.fallback_1.slotConfig`,`h1webblog_blog.translation.slotConfig`,`h1webblog_blog.translation.slotConfig`) as `h1webblog_blog.slotConfig`, `h1webblog_blog.translation.fallback_1.createdAt`, `h1webblog_blog.translation.createdAt`, `h1webblog_blog.translation.fallback_1.updatedAt`, `h1webblog_blog.translation.updatedAt`, `h1webblog_blog.translation.fallback_1.h1webblogBlogId`, `h1webblog_blog.translation.h1webblogBlogId`, `h1webblog_blog.translation.fallback_1.languageId`, `h1webblog_blog.translation.languageId` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation`.h1webblog_blog_id, `h1webblog_blog.translation`.title as `h1webblog_blog.translation.title`, `h1webblog_blog.translation`.content as `h1webblog_blog.translation.content`, `h1webblog_blog.translation`.short_content as `h1webblog_blog.translation.shortContent`, `h1webblog_blog.translation`.keywords as `h1webblog_blog.translation.keywords`, `h1webblog_blog.translation`.meta_description as `h1webblog_blog.translation.metaDescription`, `h1webblog_blog.translation`.meta_title as `h1webblog_blog.translation.metaTitle`, `h1webblog_blog.translation`.is_active as `h1webblog_blog.translation.isActive`, `h1webblog_blog.translation`.slot_config as `h1webblog_blog.translation.slotConfig`, `h1webblog_blog.translation`.created_at as `h1webblog_blog.translation.createdAt`, `h1webblog_blog.translation`.updated_at as `h1webblog_blog.translation.updatedAt`, `h1webblog_blog.translation`.h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId`, `h1webblog_blog.translation`.language_id as `h1webblog_blog.translation.languageId`, `h1webblog_blog.translation.fallback_1`.title as `h1webblog_blog.translation.fallback_1.title`, `h1webblog_blog.translation.fallback_1`.content as `h1webblog_blog.translation.fallback_1.content`, `h1webblog_blog.translation.fallback_1`.short_content as `h1webblog_blog.translation.fallback_1.shortContent`, `h1webblog_blog.translation.fallback_1`.keywords as `h1webblog_blog.translation.fallback_1.keywords`, `h1webblog_blog.translation.fallback_1`.meta_description as `h1webblog_blog.translation.fallback_1.metaDescription`, `h1webblog_blog.translation.fallback_1`.meta_title as `h1webblog_blog.translation.fallback_1.metaTitle`, `h1webblog_blog.translation.fallback_1`.is_active as `h1webblog_blog.translation.fallback_1.isActive`, `h1webblog_blog.translation.fallback_1`.slot_config as `h1webblog_blog.translation.fallback_1.slotConfig`, `h1webblog_blog.translation.fallback_1`.created_at as `h1webblog_blog.translation.fallback_1.createdAt`, `h1webblog_blog.translation.fallback_1`.updated_at as `h1webblog_blog.translation.fallback_1.updatedAt`, `h1webblog_blog.translation.fallback_1`.h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId`, `h1webblog_blog.translation.fallback_1`.language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation`.`h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1`.`h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1`.language_id = ? WHERE `h1webblog_blog.translation`.language_id = ?) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation`.`h1webblog_blog_id` = `h1webblog_blog`.`id` LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog`.`media_id` = `h1webblog_blog.media`.`id` LEFT JOIN (SELECT `h1webblog_blog.media.translation`.media_id, `h1webblog_blog.media.translation`.title as `h1webblog_blog.media.translation.title`, `h1webblog_blog.media.translation`.alt as `h1webblog_blog.media.translation.alt`, `h1webblog_blog.media.translation`.custom_fields as `h1webblog_blog.media.translation.customFields`, `h1webblog_blog.media.translation`.created_at as `h1webblog_blog.media.translation.createdAt`, `h1webblog_blog.media.translation`.updated_at as `h1webblog_blog.media.translation.updatedAt`, `h1webblog_blog.media.translation`.media_id as `h1webblog_blog.media.translation.mediaId`, `h1webblog_blog.media.translation`.language_id as `h1webblog_blog.media.translation.languageId`, `h1webblog_blog.media.translation.fallback_1`.title as `h1webblog_blog.media.translation.fallback_1.title`, `h1webblog_blog.media.translation.fallback_1`.alt as `h1webblog_blog.media.translation.fallback_1.alt`, `h1webblog_blog.media.translation.fallback_1`.custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields`, `h1webblog_blog.media.translation.fallback_1`.created_at as `h1webblog_blog.media.translation.fallback_1.createdAt`, `h1webblog_blog.media.translation.fallback_1`.updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt`, `h1webblog_blog.media.translation.fallback_1`.media_id as `h1webblog_blog.media.translation.fallback_1.mediaId`, `h1webblog_blog.media.translation.fallback_1`.language_id as `h1webblog_blog.media.translation.fallback_1.languageId` FROM `media_translation` `h1webblog_blog.media.translation` LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation`.`media_id` = `h1webblog_blog.media.translation.fallback_1`.`media_id` AND `h1webblog_blog.media.translation.fallback_1`.language_id = ? WHERE `h1webblog_blog.media.translation`.language_id = ?) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation`.`media_id` = `h1webblog_blog.media`.`id` WHERE `h1webblog_blog`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}ûF¼q┴┐zc\x11"¦▀Ê"
  b"\x01ìâÍZÁy×ÿ´qız\v­®"
  b"\x01ì\x16·Þ\x12u!É"\x19m¨└-\x18"
  b"\x01Œýî\x04}\x19¡ÆPÌÄ\x1CU\x01"
]
67 7.43 ms
SELECT `tag`.`id` as `tag.id`, `tag`.`name` as `tag.name`, `tag`.`created_at` as `tag.createdAt`, `tag`.`updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"‹åÂã6\x01Jɤͦ*Š]s\x01"
  b"©ý¨¶]Ð@\x14„3nCSê\x11#"
  b"Ñ\x13éÊ‹2E\e­\x07i·Ñ¼E±"
  b"ïêÂÝ7ÅK╗Âþ~b\x17Zí╝"
  b"©ý¨¶]Ð@\x14„3nCSê\x11#"
  b"ü´%X\x0FwD\x02¼\x01¸╔ãƒà\x18"
  b"©ý¨¶]Ð@\x14„3nCSê\x11#"
  b"¨ËÉmºQD═®\x11Â+ß4DI"
]
68 0.43 ms
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.translation.fallback_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.fallback_1.name`,`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.fallback_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.fallback_1.position`,`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.fallback_1.customFields`,`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.createdAt`, `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.fallback_1.languageId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId`, `property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`, `property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`, `property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id` AND `property_group_option.translation.fallback_1`.language_id = ? WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4¾ý\x13f7E\x18¨Ô?5ϵQ‰"
  b"•ö§\x1C\x18\x1DEf®k\x18ؽR)\e"
  b"Ô…~N\x00!LY©\x05¢+ZîRQ"
  b"ñ‹åýrJC¡§èf˜å=Âè"
  b"""
    ¹Ü‗\f\v\n
    B7Å]\x1C\r╣xþ
    """
  b"4¾ý\x13f7E\x18¨Ô?5ϵQ‰"
  b"Âz^ÿ6¾L\f¹=‰\x02ß5\x1Dx"
  b"Ô…~N\x00!LY©\x05¢+ZîRQ"
  b"ñ‹åýrJC¡§èf˜å=Âè"
]
69 0.21 ms
SELECT `h1webblog_blog_visibility`.`id` as `h1webblog_blog_visibility.id`, `h1webblog_blog_visibility`.`blog_id` as `h1webblog_blog_visibility.blogId`, `h1webblog_blog_visibility`.`h1webblog_blog_version_id` as `h1webblog_blog_visibility.h1webblogBlogVersionId`, `h1webblog_blog_visibility`.`sales_channel_id` as `h1webblog_blog_visibility.salesChannelId`, `h1webblog_blog_visibility`.`created_at` as `h1webblog_blog_visibility.createdAt`, `h1webblog_blog_visibility`.`updated_at` as `h1webblog_blog_visibility.updatedAt` FROM `h1webblog_blog_visibility` WHERE (`h1webblog_blog_visibility`.`blog_id` IN (?, ?, ?, ?))
Parameters:
[
  b"\x01Œýî\x04}\x19¡ÆPÌÄ\x1CU\x01"
  b"\x01ì\x16·Þ\x12u!É"\x19m¨└-\x18"
  b"\x01ì}ûF¼q┴┐zc\x11"¦▀Ê"
  b"\x01ìâÍZÁy×ÿ´qız\v­®"
]
70 25.06 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ìj6ò╩s4Ø¥¸ÅßKý╣"
]
71 8.04 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ì~O\e\x11tªàû)õ^&"ð"
]
72 0.17 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ì\ràö¾x?╣\x1DBWEÁ¸╔"
]
73 0.10 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01Œüø\ˆ}¨°ëÌ\x1C\x19Ò¬Ž"
]
74 3.65 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ? AND `seo_url`.`language_id` = ?)
Parameters:
[
  b"ü´%X\x0FwD\x02¼\x01¸╔ãƒà\x18"
  1
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
75 10.20 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ? AND `seo_url`.`language_id` = ?)
Parameters:
[
  b"©ý¨¶]Ð@\x14„3nCSê\x11#"
  1
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
76 4.17 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ? AND `seo_url`.`language_id` = ?)
Parameters:
[
  b"¨ËÉmºQD═®\x11Â+ß4DI"
  1
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
77 0.24 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ? AND `seo_url`.`language_id` = ?)
Parameters:
[
  b"©ý¨¶]Ð@\x14„3nCSê\x11#"
  1
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
78 12.87 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ? AND `seo_url`.`language_id` = ?)
Parameters:
[
  b"ïêÂÝ7ÅK╗Âþ~b\x17Zí╝"
  1
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
79 0.46 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ? AND `seo_url`.`language_id` = ?)
Parameters:
[
  b"‹åÂã6\x01Jɤͦ*Š]s\x01"
  1
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
80 0.22 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ? AND `seo_url`.`language_id` = ?)
Parameters:
[
  b"©ý¨¶]Ð@\x14„3nCSê\x11#"
  1
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
81 18.18 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ? AND `seo_url`.`language_id` = ?)
Parameters:
[
  b"Ñ\x13éÊ‹2E\e­\x07i·Ñ¼E±"
  1
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
82 22.40 ms
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.fallback_1.name`,`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.fallback_1.description`,`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.fallback_1.position`,`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.fallback_1.customFields`,`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.fallback_1.languageId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.fallback_1.title`,`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.fallback_1.alt`,`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.fallback_1.customFields`,`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.fallback_1.languageId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.fallback_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.fallback_1.name`,`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.fallback_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.fallback_1.position`,`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.fallback_1.customFields`,`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.createdAt`, `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.fallback_1.languageId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId`, `property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`, `property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`, `property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id` AND `property_group_option.translation.fallback_1`.language_id = ? WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId`, `property_group_option.group.translation.fallback_1`.name as `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.fallback_1`.description as `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.fallback_1`.position as `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.fallback_1`.custom_fields as `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.fallback_1`.created_at as `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.fallback_1`.updated_at as `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.fallback_1`.property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.fallback_1`.language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.fallback_1`.`property_group_id` AND `property_group_option.group.translation.fallback_1`.language_id = ? WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId`, `property_group_option.media.translation.fallback_1`.title as `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.fallback_1`.alt as `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.fallback_1`.custom_fields as `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.fallback_1`.created_at as `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.fallback_1`.updated_at as `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.fallback_1`.media_id as `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.fallback_1`.language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.fallback_1`.`media_id` AND `property_group_option.media.translation.fallback_1`.language_id = ? WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4¾ý\x13f7E\x18¨Ô?5ϵQ‰"
  b"}àxg;\eJÞ®ü"\ë▓>\x01"
  b"¯2ì\x18]½AR¸*\‘rTªm"
  b"Êù-­ÙjO`ªŒiÞLd\x10."
  b"ñ‹åýrJC¡§èf˜å=Âè"
  b"û–c:BLHŽ¾\x00w+¤\v$\x05"
  b"""
    ¹Ü‗\f\v\n
    B7Å]\x1C\r╣xþ
    """
  b"=„m¦lXG8³\x1Dêï”ÛÔ\x02"
  b"""
    m\x1C\x18\n
    …uEŽ„\x10\x1Eüà®lO
    """
  b"╣[Ñ\x05xôB\x01¢█¯─É¡2>"
  b"Ô…~N\x00!LY©\x05¢+ZîRQ"
  b"Þ•ÚÚoHI\x10Š¾ŽÁ1Ôå·"
  b"Ἁ¿\x16ÈB‘Š*~,Ë*¤þ"
  b"\x14ä‹RôìGÍ¥/Ù”´ãYÉ"
  b"óGã]â3K\x1Cóbô0Ø┐×¼"
  b"•ö§\x1C\x18\x1DEf®k\x18ؽR)\e"
  b"Âz^ÿ6¾L\f¹=‰\x02ß5\x1Dx"
  b"A`À\x1Aõ›B¸»=zù\x12u¸Š"
  b"a\x1EâÙçøL0„{š8Bë\x04I"
]
83 11.54 ms
SELECT `jett_mce_setting`.`id` FROM `jett_mce_setting` LEFT JOIN `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping` ON `jett_mce_setting`.`id` = `jett_mce_setting.salesChannels.mapping`.`jett_mce_setting_id`  LEFT JOIN `sales_channel` `jett_mce_setting.salesChannels` ON `jett_mce_setting.salesChannels.mapping`.`sales_channel_id` = `jett_mce_setting.salesChannels`.`id`  WHERE (`jett_mce_setting.salesChannels`.`id` = ?) GROUP BY `jett_mce_setting`.`id`
Parameters:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
]
84 0.38 ms
SELECT `jett_mce_setting`.`id` as `jett_mce_setting.id`, `jett_mce_setting`.`active` as `jett_mce_setting.active`, `jett_mce_setting`.`label` as `jett_mce_setting.label`, `jett_mce_setting`.`api_key` as `jett_mce_setting.apiKey`, `jett_mce_setting`.`list_id` as `jett_mce_setting.listId`, `jett_mce_setting`.`list_name` as `jett_mce_setting.listName`, `jett_mce_setting`.`store_id` as `jett_mce_setting.storeId`, `jett_mce_setting`.`store_name` as `jett_mce_setting.storeName`, `jett_mce_setting`.`store_domain_id` as `jett_mce_setting.storeDomainId`, `jett_mce_setting`.`store_currency_code` as `jett_mce_setting.storeCurrencyCode`, `jett_mce_setting`.`store_connected_site` as `jett_mce_setting.storeConnectedSite`, `jett_mce_setting`.`embed_connected_site` as `jett_mce_setting.embedConnectedSite`, `jett_mce_setting`.`customer_groups` as `jett_mce_setting.customerGroups`, `jett_mce_setting`.`subscriber_status` as `jett_mce_setting.subscriberStatus`, `jett_mce_setting`.`abandoned_carts` as `jett_mce_setting.abandonedCarts`, `jett_mce_setting`.`log_storage_period` as `jett_mce_setting.logStoragePeriod`, `jett_mce_setting`.`sync_limit` as `jett_mce_setting.syncLimit`, `jett_mce_setting`.`stats` as `jett_mce_setting.stats`, `jett_mce_setting`.`merge_fields` as `jett_mce_setting.mergeFields`, `jett_mce_setting`.`subscriber_sync_active` as `jett_mce_setting.subscriberSyncActive`, `jett_mce_setting`.`sync_all_languages` as `jett_mce_setting.syncAllLanguages`, `jett_mce_setting`.`sync_custom_fields_active` as `jett_mce_setting.syncCustomFieldsActive`, `jett_mce_setting`.`vendor_option` as `jett_mce_setting.vendorOption`, `jett_mce_setting`.`stats_sync_date` as `jett_mce_setting.statsSyncDate`, `jett_mce_setting`.`last_sync_date_for_orders` as `jett_mce_setting.lastSyncDateForOrders`, `jett_mce_setting`.`last_sync_date_for_products` as `jett_mce_setting.lastSyncDateForProducts`, `jett_mce_setting`.`last_sync_date_for_customers` as `jett_mce_setting.lastSyncDateForCustomers`, `jett_mce_setting`.`last_sync_date_for_subscribers` as `jett_mce_setting.lastSyncDateForSubscribers`, `jett_mce_setting`.`created_at` as `jett_mce_setting.createdAt`, `jett_mce_setting`.`updated_at` as `jett_mce_setting.updatedAt`, (SELECT GROUP_CONCAT(HEX(`jett_mce_setting.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping`
                  WHERE `jett_mce_setting.salesChannels.mapping`.`jett_mce_setting_id` = `jett_mce_setting`.`id` ) as `jett_mce_setting.salesChannels.id_mapping`, (SELECT GROUP_CONCAT(HEX(`jett_mce_setting.languages.mapping`.`language_id`) SEPARATOR '||')
                  FROM `jett_mce_setting_language` `jett_mce_setting.languages.mapping`
                  WHERE `jett_mce_setting.languages.mapping`.`jett_mce_setting_id` = `jett_mce_setting`.`id` ) as `jett_mce_setting.languages.id_mapping` FROM `jett_mce_setting` WHERE `jett_mce_setting`.`id` IN (?)
Parameters:
[
  b"\x01îCÐY>s«Å¢§?J#─ã"
]
85 2.69 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.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `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` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
]
86 0.13 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` FROM `language` WHERE `language`.`id` IN (?)
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
]
87 0.22 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          JSON_UNQUOTE(JSON_EXTRACT(`domain`.custom_fields, '$.isoCode')) AS overriddenLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
]
88 8.14 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?, ?)
Parameters:
[
  "/h1webblog/0b0b671289a4457ba2bfe78e7679bbc2"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
89 0.11 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
90 29.84 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
91 7.16 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:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
92 1.95 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:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
93 0.26 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:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
94 0.22 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  "MolliePayments.config.%"
]
95 0.79 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.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.translation.fallback_1.name`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.fallback_1.name`,`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.fallback_1.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.fallback_1.homeEnabled`,`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.fallback_1.homeName`,`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.fallback_1.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.fallback_1.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.fallback_1.homeKeywords`,`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.fallback_1.customFields`,`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.createdAt`, `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.fallback_1.languageId`, `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`, `sales_channel.translation.fallback_1`.name as `sales_channel.translation.fallback_1.name`, `sales_channel.translation.fallback_1`.home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.fallback_1`.home_enabled as `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.fallback_1`.home_name as `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.fallback_1`.home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.fallback_1`.home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.fallback_1`.home_keywords as `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.fallback_1`.custom_fields as `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.fallback_1`.created_at as `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.fallback_1`.updated_at as `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.fallback_1`.sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.fallback_1`.language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation`.`sales_channel_id` = `sales_channel.translation.fallback_1`.`sales_channel_id` AND `sales_channel.translation.fallback_1`.language_id = ? WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` WHERE (`sales_channel`.`active` = ?)
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
96 0.26 ms
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x10\x1E\x15J¹$M\x0E•‘˜\x7Fƒ! ±"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  b"b\x0E_]iåL½žH¾Z¾T÷³"
  b"¸R$ô\x07jHl¢\x00¹JÐÒ/Ç"
  b"¿¤éßj¹Fû°ï?eÀߊ^"
]
97 0.15 ms
SELECT `sales_channel_domain`.`id` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` = ?) LIMIT 1
Parameters:
[
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
]
98 0.14 ms
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE `sales_channel_domain`.`id` IN (?)
Parameters:
[
  b"\x01ôl╬\x1A°wÙö¢ØF~°6\x1D"
]
99 18.52 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:
[]
100 0.29 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "fr-FR"
]
101 17.35 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:
[
  "/h1webblog/0b0b671289a4457ba2bfe78e7679bbc2"
  "/navigation/56733c6b3a044ae9965b3c13f2925c0c"
  "/navigation/4fe4c94356c2412ba963a90346b348ff"
  "/navigation/c3df301421b54025beab5df9532996ba"
  "/navigation/1e86af6954a7464187ae2841d377ca36"
  "/navigation/ed447ebc75d04659afdc2bd2f95f0b0e"
  "/navigation/08f530a967544d848bb4ee6cc7ed71b1"
  "/navigation/20896fec0c5749088c2eb32f3aef73f3"
  "/navigation/0fc658d884f143ffba28936732ccda62"
  "/navigation/636e017a2f7c41b4a83717aadcf28e2c"
  "/navigation/89b73cc8033b47a9944e9bd3ed3180f6"
  "/navigation/e052b9af99ce4a89b6d1b17e76674f69"
  "/navigation/ea548e6db300435eba69e4a8159b6870"
  "/navigation/cb8a8d3be3264cad9360617d6ea8a82e"
  "/navigation/28280a50959e4cfbb23c4e9ea9aa035d"
  "/navigation/e382243a35c04841ab05dad6ab11eed3"
  "/navigation/bccf50b98a57484197961b64fa89b341"
  "/navigation/fe211fc1ab064a71ba6b293248b02161"
  "/navigation/d5136295e8c2490094116b763ecacde3"
  "/navigation/82934ed8064549679b148f0a375babd8"
  "/navigation/562d6d02d1704fb38e8e0ae2fd37cbbf"
  "/navigation/018e0dbf66007bfbb131c67a69136642"
  "/navigation/626a2ffd129448619433d89d37917a3f"
  "/navigation/4b199327fd3f4f6b8f0ff3c4fbda8a46"
  "/navigation/018e0dbf9cb179a6b9f9416f6405efb1"
  "/navigation/0bc133e718b44e6d8d9308c0c0209e90"
  "/navigation/018e0ddbbd377b26b905eeaa6109ee30"
  "/navigation/018e0ddbe49e779ebb20b827782da63a"
  "/navigation/018e0ddc0bc8750a814cf7a41d40b522"
  "/navigation/969e3eb8be734156a19cbf880ab2b1a4"
  "/navigation/018e0dd141c77280a03aa8bbf6315ae9"
  "/navigation/018e0dd1c0a67a0f84ae9a80b9418fbd"
  "/navigation/cdc9d859a44a4987ad79fa631636967c"
  "/navigation/28ea578d1640479eb8fc79d455c21ee6"
  "/navigation/018e0ddcdb7070fabd82660a5e777e1a"
  "/navigation/62c6f5c00dcf420288ab37456456941c"
  "/navigation/018e0dd96abb7d6d9b37cfa4d71c4511"
  "/navigation/349f7f9ceff8423a8dc2c227f3c53917"
  "/navigation/018e7636fcfc703bbc48bb901d5d548a"
  "/navigation/024e6514a8a5425a9a68c61ef18e5138"
  "/navigation/46ed5d14f62e408c8e0254ba8afe09d2"
  "/navigation/07bbeda177e54aaf839ba9ef00199128"
  "/navigation/cfb5113a20774b7ebc4dbc51fec7a302"
  "/navigation/ac89ad3ef45a4a63a2e633f49c03ee8f"
  "/navigation/3d6ff942a28f40ba8686c8c46205599f"
  "/navigation/22a55ecccb6e48dfa6c089c187989362"
  "/navigation/a9cba26ba3e34ed1b5e35ffdd3444db2"
  "/navigation/6a11edba36794783b5cdb70e472b48ab"
  "/navigation/935eac22393b4b7abd4679659e0bea28"
  "/navigation/548da761afc04baaa19b7d5b1b676dea"
  "/navigation/19839664a1764919b828f068b538bf2e"
  "/navigation/ecbe6413a95b431fbe27de8ab57c9924"
  "/navigation/ffc656ea3c0d471abff1b6c7dee7e0a3"
  "/navigation/81133aba38d24196afaf83c36fc98e82"
  "/navigation/bdd910a8688741e9b0c32de6fa21d047"
  "/navigation/2c8519b679654cd8b7309006b54cb856"
  "/navigation/354efddb41154f3085c398485e08e942"
  "/navigation/e1af8c41d2e34eb7a7a2dfcff515efe0"
  "/navigation/76484ddd28f94a53b45875ddab4e3126"
  "/navigation/3984c6ba204e48e4a24e528aa992dfe5"
  "/navigation/0678a92e768945b78dba9a9508847148"
  "/navigation/fdce41fd64eb4fb482e757b0ad951359"
  "/navigation/30727c1ee2b94d46a6216cc54c446733"
  "/navigation/89c17be1388c46d7a043ec2b2dfc239f"
  "/navigation/9ae515aeb1154b33aef18c6d49d5f056"
  "/navigation/15a97b958e674817b3b49fd925cbf0e5"
  "/navigation/2446bf82830e454baa7fc723bb3a72c1"
  "/detail/269896df53174bc7acd92f6be1b8d7b9"
  "/navigation/a6894e0ba8c748898602f082975e8626"
  "/navigation/787a4265476b49eeb86c233bd5ad5493"
  "/navigation/55d98277350e414680fc3d9a07103e9a"
  "/navigation/1d48d59e425540c7af04316864e80a83"
  "/navigation/688133a2d8bc4ac9b0cde20983c68694"
  "/navigation/fc76fe7a8a804d05935d6f08ba56fb58"
  "/navigation/22a2d10c4bce45ff9123628fb20823ca"
  "/navigation/fa99508bbb8b43f19bea7dd659489b93"
  "/navigation/1452c0671c7d425b88f8d56690f65342"
  "/detail/70858eb69d604037869ebb6566e56203"
  "/navigation/1ccc58f92a1244da88463c1d3383ceb4"
  "/navigation/52d7fd0ec84e45c6bba264a88e60a2f7"
  "/navigation/f428562cbaf8498b80a72ff5e5f918a1"
  "/navigation/433cb684c3c4402fb8a351ca472743cb"
  "/navigation/511475c57cf140509e46d654c5144954"
  "/navigation/1cf423ba739044c68ffe69e0ac563209"
  "/navigation/f69c2963f3f04a2199cd14b1ef37564e"
  "/navigation/b6b322d22aa24523bf08574cd44784e7"
  "/navigation/b76de36e355042a69aee4a30747f86a0"
  "/navigation/14c51e3a7dcc460c9728191ded2df0f0"
  "/navigation/722e0144f70749a38eec2a75e6c691cd"
  "/navigation/992f7ebcafa14053b1fa87eba7647436"
  "/navigation/9fe111266dae45ac9a11986a81c16b31"
  "/navigation/d06b121d7f3e4d938573ae231e044573"
  "/navigation/9fe28bebe4d047d7b0daa7d2e497fe5a"
  "/navigation/eec3ef7f465941f18bae26c8343d539e"
  "/navigation/11f9e3f2f3ad44bd8988c23e0155eb0f"
  "/navigation/27c3cd0926f048ca9c488854822cc951"
  "/navigation/27d9fb6abf54462db6c194c3a66a2450"
  "/navigation/179cfa3f76f04612ad42dcca584cca11"
  "/navigation/e5e15f803e704d5f8a5b86076cb714b4"
  "/navigation/662cb48964b44939ba064b14fd184e8d"
  "/navigation/98451a5c824f495aac3cd90af439cb35"
  "/navigation/98414e9e90714de380ce24884654835c"
  "/navigation/f814913cb30741799902322eb5719c08"
  "/navigation/85c7c49f03c44494a4459ba72c37f0af"
  "/navigation/77d126ee8c754cfdb494f675030e4bf1"
  "/navigation/265af7f5de7d4681923b9824fb394275"
  "/navigation/0348f61a37eb4b48931122e856ca4530"
  "/navigation/b3c4f2cc864b496f9543d96a870f4294"
  "/navigation/27be5ca1bc5447a1b2abdc79ad0a57d5"
  "/navigation/81bd61656a5140a1af8895767561dac6"
  "/navigation/fcfbca3d75194c08860a313ac7133578"
  "/navigation/dbd8d119a4594280bf8440d3aa261f06"
  "/navigation/92ead273a77c4472b0d87714bdb2b418"
  "/navigation/0e25440a37c8472895bbacd5c129308b"
  "/navigation/5083f3991db14bab8a3ded17916b430e"
  "/navigation/bdab70487cc144bf97240585d90ab69a"
  "/detail/994cbbf7a7ab427dafef1f6aa93351ab"
  "/h1webblog/018d7d9646ac71c1bf7a631122dddfd2"
  "/h1webblog/018d83d65ab5799e98ef71d57a0bf0a9"
  "/h1webblog/018d16fae81275219022196df9c02d18"
  "/h1webblog/018cfdc3ae047d19a1c650ccc41c5501"
  "/navigation/ec5a52a12a114ec8bb8832ca6135213d"
  "/navigation/1e8779e1c9f549cab4b1887ad096d31d"
  "/navigation/ad61554d7ad24675b73411f8706165fd"
  "/navigation/b3725d76e48f4817b6382f4d8d7d7d74"
  "/navigation/95b0c9a5b13f4a4da64a5018ba17545c"
  "/navigation/9ecb1a34cf8147b0b6fbe99f059aedce"
  "/navigation/160b1d431e9d4bab9b5f7328e26f196e"
  "/navigation/018b6207e4aa7112947f7083f94c34dd"
  "/navigation/2e59675cf6094ef2870ebd9e8080b16d"
  "/detail/fb2a1e73e51846f2975e6505341e821d"
  "/navigation/77debe7e8c704013abd00b55ddeb0f5c"
  "/navigation/018b61f19ac07668a0df86e65b0dace6"
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
]
102 15.87 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"Rmi0±ÝIÕºwö)¦¤w÷"
  b"­Çò‚X¶Oš¨wÒ7³@ˆ®"
  b"ÅL|g\x0E'EL¶\x13ÉÖÑéç‹"
  b"\x06³A"@&H\x1AØ\x10Öex¿¼Z"
  b"l›î.G\x08OàžßP\x01€Èéº"
  b"¥¶6o\x10+A÷’LÚ¯+‹¿."
  b"­ã:╔\x06▀AÉɳ\x07x\x01E¦k"
  b"\x01ì1‗tXurÂÊȳ2íø\x06"
  b"\x01ÅQ▄-Ïuvè.ýqkB\x00\x00"
  b"\x01ÅQÔ¶Øs\x19░A\x05Ȩ═ V"
  b"È\f¨É\vðIPïô│Ú╚Ç°÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.