GET https://stage-klub.vininova.pl/cbax/manufacturer/index

Query Metrics

50 Database Queries
34 Different statements
22.92 ms Query time

Queries

Group similar statements

# Time Info
1 0.67 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 0.16 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.21 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:
[]
5 0.10 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:
[]
6 0.29 ms
SELECT configuration_value FROM system_config WHERE (configuration_key = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) ORDER BY sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  "NetiNextStoreLocator.config.seoUrl"
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
]
7 0.32 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  "producenci"
  "producenci/"
]
8 0.32 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  "kzyz8J9df1cMidgKdIHituRG8kcSntsW"
]
9 0.17 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "kzyz8J9df1cMidgKdIHituRG8kcSntsW"
]
10 0.20 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
11 0.50 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
12 0.17 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
13 0.39 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:
[]
14 0.26 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
15 0.15 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  b"▀¨óhÇiI─ÅTY nÂGº"
]
16 0.15 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
17 0.48 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
18 0.16 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
19 0.26 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
20 0.22 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
21 0.30 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
22 0.41 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
23 0.16 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
24 0.32 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:
[]
25 0.18 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:
[]
26 0.12 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
27 0.33 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
28 0.14 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
29 0.23 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
30 0.22 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
31 0.25 ms
# Manufacturer getCmsPage::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name as `cms_page.translation.name`, `cms_page.translation`.custom_fields as `cms_page.translation.customFields`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id WHERE (`cms_page`.`version_id` = ?) AND ((`cms_page`.`id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šj’+Ûqαœ”óÅ3Ç®"
]
32 0.33 ms
# Manufacturer getCmsPage::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `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` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šj’+Ûqαœ”óÅ3Ç®"
]
33 0.33 ms
# Manufacturer getCmsPage::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `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` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šj’+ärz±¹\f\tÖ/r\e"
  b"\x01Šj’+ûp]¡(\x19ìÀÑ0ä"
  b"\x01Šj’,>qu¨\eTÆÉ\x10\fq"
]
34 0.34 ms
# Manufacturer getCmsPage::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config as `cms_slot.translation.config`, `cms_slot.translation`.custom_fields as `cms_slot.translation.customFields`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šj’+ärz±¹\f\tÖš«Ë"
  b"\x01Šj’+ûp]¡(\x19ìÀòÇ‚"
  b"\x01èjÆ,>qu¿\eTã╔ü─\x1E"
]
35 0.45 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01ìã^Èkv¯ôù>¡äë\x01ö"
]
36 0.81 ms
# Manufacturer getManufacturerByChar manufacturer::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE `product_manufacturer`.`version_id` = ? ORDER BY COALESCE(`product_manufacturer.translation.name`) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
37 3.69 ms
# Manufacturer getManufacturerByChar manufacturer::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.media`.`id` as `product_manufacturer.media.id`, `product_manufacturer.media`.`user_id` as `product_manufacturer.media.userId`, `product_manufacturer.media`.`media_folder_id` as `product_manufacturer.media.mediaFolderId`, `product_manufacturer.media`.`mime_type` as `product_manufacturer.media.mimeType`, `product_manufacturer.media`.`file_extension` as `product_manufacturer.media.fileExtension`, `product_manufacturer.media`.`uploaded_at` as `product_manufacturer.media.uploadedAt`, `product_manufacturer.media`.`file_name` as `product_manufacturer.media.fileName`, `product_manufacturer.media`.`file_size` as `product_manufacturer.media.fileSize`, `product_manufacturer.media`.`media_type` as `product_manufacturer.media.mediaTypeRaw`, `product_manufacturer.media`.`meta_data` as `product_manufacturer.media.metaData`, `product_manufacturer.media`.`config` as `product_manufacturer.media.config`, `product_manufacturer.media`.`path` as `product_manufacturer.media.path`, `product_manufacturer.media`.`private` as `product_manufacturer.media.private`, `product_manufacturer.media`.`thumbnails_ro` as `product_manufacturer.media.thumbnailsRo`, `product_manufacturer.media`.`created_at` as `product_manufacturer.media.createdAt`, `product_manufacturer.media`.`updated_at` as `product_manufacturer.media.updatedAt`, `product_manufacturer.media.translation.title`, COALESCE(`product_manufacturer.media.translation.title`,`product_manufacturer.media.translation.title`) as `product_manufacturer.media.title`, `product_manufacturer.media.translation.alt`, COALESCE(`product_manufacturer.media.translation.alt`,`product_manufacturer.media.translation.alt`) as `product_manufacturer.media.alt`, `product_manufacturer.media.translation.customFields`, COALESCE(`product_manufacturer.media.translation.customFields`,`product_manufacturer.media.translation.customFields`) as `product_manufacturer.media.customFields`, `product_manufacturer.media.translation.createdAt`, `product_manufacturer.media.translation.updatedAt`, `product_manufacturer.media.translation.mediaId`, `product_manufacturer.media.translation.languageId`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer`.`media_id` = `product_manufacturer.media`.`id` LEFT JOIN (SELECT `product_manufacturer.media.translation`.media_id, `product_manufacturer.media.translation`.title as `product_manufacturer.media.translation.title`, `product_manufacturer.media.translation`.alt as `product_manufacturer.media.translation.alt`, `product_manufacturer.media.translation`.custom_fields as `product_manufacturer.media.translation.customFields`, `product_manufacturer.media.translation`.created_at as `product_manufacturer.media.translation.createdAt`, `product_manufacturer.media.translation`.updated_at as `product_manufacturer.media.translation.updatedAt`, `product_manufacturer.media.translation`.media_id as `product_manufacturer.media.translation.mediaId`, `product_manufacturer.media.translation`.language_id as `product_manufacturer.media.translation.languageId` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation`.language_id = ?) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation`.`media_id` = `product_manufacturer.media`.`id` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"┬G┤ìV┴EÕÖ\\vjƒGÀô"
  b"°¢\f\x14ä*Aæ­·,oÚ¯j\x08"
  b"Dé§"®oBc®┬▒L;k┴É"
  b"Ý)Û\x1A(¬F1ºY”¥a„Qp"
  b"8\x03‹4\x0FPF “{ý=ð !~"
  b",@\x18¶°ÀN\x01\x18\t³ŠõI\e"
  b"XÂÏ┴╔uE\eñ\x156ØÕkx¹"
  b"[?`ÄæÕIZš\x7F[nÁ‰Yÿ"
  b"Ó*iâÂûKø£@Ŝꎆn"
  b"Mnw\eªBF'ˆì\x16L\x0F‹ì?"
  b"¢\x1D\x12·A\x08Gý«ýR0+\x0E"
  b"9êp³˜¹@\r±&²+b!‡5"
  b"m©!9¶™O'‡9w}Ñ‚©Â"
  b"9äè€ÉIJ-‘'B¥\t\x1E"
  b"±Œ\x12óe‘J]ª¿Ÿþ2Mõ“"
  b"é\x1DÒ*ÌÅFu¢f\x13(c¦x\x1D"
  b"‡I&\x07þ\x03@À‹\x05š´¹wyk"
  b"h6\x07t@“L¸­@¯%\t#Ce"
  b"t<­?ñµ@ ¿à`„ÌLÖï"
  b"«\x0FÈ¡d.N†’­\x17â\x13\x10áF"
  b"´S║┐µõNËùöÉ╬▄\r1e"
  b"6 çsþ)JBüL\x18j\x00´¸Ð"
  b"^ØйöÀ@^¡\x04\x13? Ú¬\x17"
  b"\x16}7_æmJ╚×Ñ#Mü\x14HL"
  b"╝Ý\x19±\x04ËMØ¥\tå¾p÷rÍ"
  b"""
    #ºE±\n
    TG\x05▒Ø\HÛbqƒ
    """
  b"?/.AÜïKuš¬\x08}1Ò\x05k"
  b"”†ƒ,²ZA\x0Eœá²…\x7F[l\f"
  b"\x1DÉ\åÑDG\x07ïÛ.o\x08\x14"
  b"À"jßGHJð˜ƒ3:2¯V\x0F"
  b"/%¹ÙDüA{ïá┐áŨZÓ"
  b"øÁTïW×D\x01•Èæ"ü\x16Õt"
  b"BïµðaôIî▓»Å█3\x7FØõ"
  b",Š“{K\x7FAŽƒ‡\x00G]æZ?"
  b"Äbu\x1DÙgO›­;œüÇÈ9b"
  b"7ÓËcê]Bt•5Yl¨rÐ\x7F"
  b"›-¶ŠË\x12M\v´\x0E\vù Tn@"
  b"¸ì\x02³\vÈGM—ÎÙ\x10÷ÜÈ»"
  b"\x7FT•\x18áÔG]œ‡äE\x19\x18çm"
  b"@þ¿¶TÓBÏ·)P7­HW\x00"
  b"$@SÂɾA\x1E²x\x18c:ãõ\"
  b"""
    K7ßüß\n
    HÙŽuà©\x10a\x1A=
    """
  b"§_0b·{C4‡ÒU\x07/g\x1Fš"
  b"╔a█\x11;ìE9ë═^\x16Ñ;\x14Ü"
  b"iÇþI¶SAðœ\x7F‹ÅÞ¸ä6"
  b"""
    \x1FP-9FpŸÃG‡2\n
    Éê
    """
  b"ív°ºL N\x7F¬‰Îœ]““Y"
  b"G&\e<õúICŽ,{o‘œ[m"
  b"qr-«i]C6ÿØ1>IÅü§"
  b"2WƒÃBç@Á‰Ï,ì4Ó\eŸ"
  b"Ûz┬█\x06ÛC\x0EØ\x19V[Xzú¨"
  b"9Æ<š†áNp«\x12\x1D´o<Âw"
  b"dM;JIÇCÛ·€îÎ3Þ'Ñ"
  b"Ï\x1Cè›-øKz­\x03\vÐÍ,Jù"
  b"¹Ã¿ÃêTJ6Âf&eöØ┐ "
  b"│┌Éz│'E■ämä\x13\x02"
  b"X╦ı4Å<I¸ö5L ╔\x7F"
  b"‹„érÜYEê®u:žÇÀð\x18"
  b"""
    ÛÉxV╩vF\x7Fö▄\t\n
    `2Ál
    """
  b"\x04\x08¤Ø\eÀBó¨×ò==<@-"
  b"1OîÖº€L\x1CŒt¯ñZlb²"
  b"4 l]¹9IïŸB}™ñ>I\x04"
  b"\x06Z\x1F\x1A\x18©OJà╬ìòªÖSv"
  b"Ë\x03zí(2KÜÄ╗└ãq■ÏÅ"
  b"K´¿¿$¶@Þ¯%ô;Б³›"
  b"""
    —œ\n
    ¿€®@­¥6<þjLX\r
    """
  b"ªx‹Ÿr*G9Œt;«©õ\t]"
  b"\x02bMž\x07uCŠ¨‹Ù\x18_™³ö"
  b"Cæ>œ%\x11L~¢ñ\x08’ÎÊ\x19"
  b"ZÍã\x01á1A╝Ø*bÙ▀m\x1Fh"
  b"µ;à|{MA|è¿Af÷òìt"
  b"╗<h¨hjJîü5▀/ò\x10\x14"
  b"½\x11æÅ……Oaª‰µÍ\v&`]"
  b"Åõ¡¦┴<M│ë1¬\x17sÕÿJ"
  b"\x1EðÆ▄G¬ä& å▓\x06"
  b"hÔ}ô┤HI\ìl»>^¨\x08g"
  b"u't\x15Q\x08E«¢ü▒îÌÄ\x1C\x12"
  b"Ýû.á.[Dý½\x06\x02'œ©¢Î"
  b"¤Äü├èkBò©Ê╝~F»¦G"
  b"f║6ÖÙüL2û'PuÑ¡²$"
  b"\x16¾éQü2N\x1CéD╬³uÏñ´"
  b"#Äa\x18íUA=¨³Lcc¤bn"
  b"¯U\x18pü-E╚╣¡Á╦│R\x19ı"
  b"[wœ€LíM‹†7\I¬dŽ\x12"
  b"‚|ã\v\x0E%Kg°Â«ñHköÄ"
  b"%c\fÏÿâFS°ž9\x12\x04H>:"
  b"ríQGÀÝI╔ì¡ó³§è \t"
  b"MºMI›éGež•L¬¹öô+"
  b"„·\x18ÑéžNC‹Î›Ã9Þî6"
  b"ÁÁ\te¼“BP¦HB±0¹\x00J"
  b"ÍaÑ9·_K6º{r‰I¨^¾"
  b"""
    Øw@│`ÉLaê\n
    dáı█A\x01
    """
  b"ÅÛÿWHJCøö=\x13╬■LÓ\x1D"
  b"\x19ôUF\x13O]¹lÖNP)%."
  b"\x12oÎÛ®9I-€ÝŒV£\t}^"
  b"äAS£M¿CÈ—Åk\x05ìâ\x07ª"
  b"D(j$«lF†™Ð7hû@VV"
  b"8~\x14\x7FyL\x04¤\f–JM¸!o"
  b"\x1EXâ¯ÉÙN»ï¨\x1D╦ª8%│"
  b"$üÆâ!)H·¿┘¿·C=k╩"
  b"þ\e+6¬Ò@¤ì■Ø└l\x1E%8"
  b"3=ì/˵Jm°g1:e\x16Ht"
  b"šµ:3#^O.騾ީ"
  b"┤+øæ┤>F\x06ì|H<;Îß\x05"
  b"50kÆÕ³D„‰ôjRp8LŸ"
  b"""
    ³\n
    \x1D߶\x13@U„„\x046ÇÅ–à
    """
  b"†¯ÞæY"Jý·dÖzÈ\e"
  b"­–U¢ä\x00BȲª$U/1&è"
  b"\vMÊs.ŸM#½\x1E)EŽØÉ)"
  b"\x0E˜og\fÑBݳޔ}\x0F¼Hž"
  b"äåc\x0Eà~B·„ãÎÌçæ<"
  b"3®sˆ‰\x17K¢µ:g ¤ZÔ’"
  b"‡Ïô1É2D#¶\x01äU\x13\x0E"
  b",\x01’w7å@\x0E¿È\S[‰„É"
  b"ª\x1CÊÝë\tO\ešž\x00ˆ\x14"+["
  b"\£Šˆb¬Dº£iY\x08?FlÁ"
  b"û•\x12U|ÃDr¯ó¤ídE.("
  b"£Lþ\x03Õ╝B¼Ø║Ð$¨Æ╬Ú"
  b"%¿sÒyüBÅòtÎ%R{\x1Fë"
  b"Åš\x17do¤C\x06™pòä\x00±ÆL"
  b"¸H,ÊøNA+▓á5s±ä╦É"
  b"""
    V\n
    \x14$ÙXCɼ▀sª£-kZ
    """
  b"Š\x05\x10»S«BÆ¿r'í„â\x04ì"
  b"|?\x13Œå#ON¾µÝA-úV„"
  b"KiX-\x18RMÈ£¼šý0ÀÉH"
  b"ÛÆ\x199“=Oì»Tw\x12±Ì\x04""
  b"8…b—\*G'°\x03iá«·rÓ"
  b"®äfç\x04ÅLvÆa└"\x08░¤À"
  b"Ð\x14\fº@ÿ•ž\x11,úL¸à"
  b"\x1CÈäÇ\x0EˆCý»wø¤\x1A°w¤"
  b"܇\x06\x1A½0Iü§0\x12qçÜ!¶"
  b"\x11ŸÆù{eKp¡I<D'C\x102"
  b"\v\x1AnÓ»ìK\x01Ü÷t┘QðhZ"
  b"│æ[╠ÿ×NßÑ■Ç:ýì\x0Fh"
  b"\x02"œÓ\x1A„Hs…le\x17\x05©îR"
  b"´õ\x7F¨aé@—¬ÙòC4øò×"
  b"€è=ðBžE\x03¯V\fø*A,º"
  b"¦\x02»™¯ÚH«žå<¸Âw$E"
  b"~X9^i\x11B%©D6y¦SŸ™"
  b"""
    \x15¼Ïi╩èLLÉ\n
    &J3~\få
    """
  b"Fô┼┌;5HcÉ│}ß>■\x04Î"
  b"CH╦©üXNµ│Ù#▒¨$og"
  b"7ÿ2%„xJß½â;\x1AÀÝ\x11"
  b"´´Ð0L_Eo§ÉÕý\x08”;À"
  b"绨H÷¥MIÉW╔ÅÅ91x"
  b"’Ö öñ=F)…µgäƒ\x11øe"
  b"Ñ'/ñ;ïI@„Á)GU™(Æ"
  b"Þ\x19åGÎ$OÁºG\x026j‹\x00`"
  b"\x17~ixµ\fNÅ‹Fa\x126rçN"
  b"\x12Õv:z\x06Om†\x00JG…%\x14\n"
  b"\x1AêHw/6CÐÉY*À\fıh>"
  b"X\x15# û_A9°]WxC“µ\x1D"
  b"1=.nÉ™D\x17›bðÝÌßQµ"
  b"Ú\x03\x10hóùCgÀO®Ébpzþ"
  b"\ÅŠYþåFÔ–G\v±\v{,š"
  b"<(\x12xšCI?¼´€K«ãkñ"
  b"╗¿²\x07/§M\x00ü¥\x02Þ\x07FN\x15"
  b"×░ø▒'\x19JF¬sÌÅ&\x16b═"
  b"â}Ññ\r"N¦´©\x04\x05-]\x14\x02"
  b"Daı*/YEOÑr\x12ÂÉt└\f"
  b"Öyr¬æ0O²µ@ò±@\x0Fî£"
  b"¶Éí¬@GD;“ÅV•X×ÍÎ"
  b"¼ÅÁB¯áD\x01ú-Æ\eêÂ%·"
  b")´Ö\x1FÎ\x08E\x17ŽÉþÏ\x15‹_ô"
  b"§x+\À˜Dq‡Á9{\x13]ßÙ"
  b"""
    \n
    ½Â€…±H駨Ûï”ɸ\x08
    """
  b"ÙiúzÛ\eC­¶‡ß\x14Â÷j%"
  b"Ýÿg:Ž’Hˆ¸´-´¯A¨–"
  b"ª\ea¬¶0Fªž`~D\x01?ñ‰"
  b"_ÎA¼æ¯As░╠¹3JîÅy"
  b"<X\x18æÌ\x14H`—\x089:\x1A¾¢æ"
  b"\x1C†Ú©¬Î@à±\x1F>\x16F\x0E9‘"
  b"=a\x1Ce“ŠB\x03«¯\*ÎŽãò"
  b"U\x03¼\v¢¦B╝ì\x0EÉ°█Kåt"
  b"¾UïîþÂC䥫Ù:Ì.\x19"
  b"¯ªËŽç®Në´¨*DJ\vö-"
  b"1ò5\x10”ÊJjž’Ž\x04T\x1AÈ,"
  b"€Q‹µ¸qC\r\x0Ez}ÿ¶õ\x06"
  b"""
    kgG…Ú\x15O'‚\r‰•\n
    ½fÂ
    """
  b"uPþ°æËKV´û ~Q¼ëæ"
  b"<Î{ñáéE¸…mÈ\fÌò>Ý"
  b"ê¹Ëä—ÀBî©5>2u½©¨"
  b"\x0F\x14tñ¤ŠL\x0E¾åÅÙßÜÁH"
  b"\x1Co\x12÷§‡AS‹Œ*Þ\x04b††"
  b"\x06A˜¯!G@“#S·<?ö "
  b"´ÀÔ—©/AÄ“™2YÆðí""
  b"ÜXÀåï‗O▓ÉM\x00┼â¨═­"
  b"r`(\x17µìFxµ\x03q*\x1AS‘“"
  b"üÉqWäËEg›9\x07g•T÷Å"
  b"·\x1E'¨ònH\x19¿¡ÅJç‗(▀"
  b"Ÿ³ÍøÞÌD$¸xóWèÝo@"
  b"\x1Að\x08fŽÐFR¿\x01¦ýµïn,"
  b"bF¹ëÜBO|»ö—Š÷˜%("
  b"¤,‘•å¿A\†¶…\x04})óH"
  b"yâçh”OJAš¶]\x0FL‡r—"
  b"\x1Cö\x0EÈ#ËA£Ø{\x0Fı¼1¥\x7F"
  b"║█EWÿoD<ì\x14Û┘³\x05R("
  b"^y©ªxHEA€3×\x12×ßn£"
  b"\x0E>ÜC»ªIbµNø^„ïÏ¡"
  b"á-r\x04…åBG¯à3“*e\x06M"
  b"|æ•6'@Co±\x1AÌIø„Ie"
  b"äD▓ÅwrIò╗░lÿ½8!À"
  b"Ì\x1A½═Ë Hîæað\x06\x12ÈÞü"
  b"­õÂĤPC­¾ïåå(]}P"
  b"8z¹"˜mK?©&Hðæ(dé"
  b"}úÒì\x060Hfž9g<EÇ\rþ"
  b"9oë˜m[Mw³¯\x19:T,K•"
  b"""
    \n
    aŒ4t\x1FC'—œ¿\x03Ȥæ«
    """
  b"º:((¼èJX¤Å,gýøUò"
  b"ç<ëh›’J\x1D’·tÂ\x12m\fØ"
  b"cûÌ8o\vB\v™ƒ¡oØë‡g"
  b"¼Ålä¯pE,¥`´>‡Ÿ…¥"
  b"¸G\x04~ý¤@6äÖ\x19¸I-ü®"
  b"W│\x06}¢¨@iÅn 2╚cù«"
  b"‚œ\x14\x00ˆÑM\x1A”}öiGM\x12Å"
  b"ïñfu¼…Km¿›ÙõË«g\e"
  b"\x18æ+Æ-ÝL#¯Ôê\x0Eê¨Xï"
  b"\vt4ÓO"Š85—¾¦M!"
  b"Û┌¸dwñC╔ìF\x0Eë\@ƒÍ"
]
38 0.15 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
39 0.51 ms
SELECT seo_path_info FROM seo_url
                      WHERE language_id = ?
                      AND sales_channel_id = ?
                      AND route_name = ?
                      AND path_info = ?
                      AND is_deleted = ?
                      AND is_canonical = ?
                      LIMIT 1;
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  "frontend.cbax.manufacturer.index"
  "/cbax/manufacturer/index"
  0
  1
]
40 0.21 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "pl-PL"
]
41 0.15 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
42 0.23 ms
SELECT `rhiem_ar_group`.`id` FROM `rhiem_ar_group` WHERE (`rhiem_ar_group`.`active` = ? AND (`rhiem_ar_group`.`standard` = ? OR `rhiem_ar_group`.`channel_ids` <=> ? OR `rhiem_ar_group`.`channel_ids` LIKE ? OR `rhiem_ar_group`.`channel_ids` LIKE ?) AND (`rhiem_ar_group`.`standard` = ? OR `rhiem_ar_group`.`customer_group_ids` <=> ? OR `rhiem_ar_group`.`customer_group_ids` LIKE ? OR `rhiem_ar_group`.`customer_group_ids` LIKE ?) AND NOT (`rhiem_ar_group`.`hide_in_account` <=> ?)) ORDER BY `rhiem_ar_group`.`position` ASC
Parameters:
[
  true
  true
  null
  "%[]%"
  "%7c0e7dbbe6c54fed8e38ae23c5b8d519%"
  true
  null
  "%[]%"
  "%cfbd5018d38d41d8adca10d94fc8bdd6%"
  true
]
43 0.30 ms
SELECT `rhiem_ar_group`.`id` as `rhiem_ar_group.id`, `rhiem_ar_group`.`name` as `rhiem_ar_group.name`, `rhiem_ar_group`.`active` as `rhiem_ar_group.active`, `rhiem_ar_group`.`classes` as `rhiem_ar_group.classes`, `rhiem_ar_group`.`position` as `rhiem_ar_group.position`, `rhiem_ar_group`.`channel_ids` as `rhiem_ar_group.channelIds`, `rhiem_ar_group`.`customer_group_ids` as `rhiem_ar_group.customerGroupIds`, `rhiem_ar_group`.`standard` as `rhiem_ar_group.standard`, `rhiem_ar_group`.`hide_in_account` as `rhiem_ar_group.hideInAccount`, `rhiem_ar_group`.`created_at` as `rhiem_ar_group.createdAt`, `rhiem_ar_group`.`updated_at` as `rhiem_ar_group.updatedAt`, `rhiem_ar_group.translation.label`, COALESCE(`rhiem_ar_group.translation.label`,`rhiem_ar_group.translation.label`) as `rhiem_ar_group.label`, `rhiem_ar_group.translation.description`, COALESCE(`rhiem_ar_group.translation.description`,`rhiem_ar_group.translation.description`) as `rhiem_ar_group.description`, `rhiem_ar_group.translation.createdAt`, `rhiem_ar_group.translation.updatedAt`, `rhiem_ar_group.translation.rhiemArGroupId`, `rhiem_ar_group.translation.languageId` FROM `rhiem_ar_group` LEFT JOIN (SELECT `rhiem_ar_group.translation`.rhiem_ar_group_id, `rhiem_ar_group.translation`.label as `rhiem_ar_group.translation.label`, `rhiem_ar_group.translation`.description as `rhiem_ar_group.translation.description`, `rhiem_ar_group.translation`.created_at as `rhiem_ar_group.translation.createdAt`, `rhiem_ar_group.translation`.updated_at as `rhiem_ar_group.translation.updatedAt`, `rhiem_ar_group.translation`.rhiem_ar_group_id as `rhiem_ar_group.translation.rhiemArGroupId`, `rhiem_ar_group.translation`.language_id as `rhiem_ar_group.translation.languageId` FROM `rhiem_ar_group_translation` `rhiem_ar_group.translation` WHERE `rhiem_ar_group.translation`.language_id = ?) `rhiem_ar_group.rhiem_ar_group_translation` ON `rhiem_ar_group.rhiem_ar_group_translation`.`rhiem_ar_group_id` = `rhiem_ar_group`.`id` WHERE `rhiem_ar_group`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1F9/¿x¼A¿€<8•ÿnFh"
  b"ƒÝe8ÁMO1¹ˆøÜeд_"
  b"Î#Ûyë3C╝ìì\x11È│°Ì\x1F"
  b"è\x1D¨¤^╠B»░\x11±Éêϼ)"
]
44 0.20 ms
SELECT `rhiem_ar_row`.`id` as `rhiem_ar_row.id`, `rhiem_ar_row`.`group_id` as `rhiem_ar_row.groupId`, `rhiem_ar_row`.`classes` as `rhiem_ar_row.classes`, `rhiem_ar_row`.`html_attributes` as `rhiem_ar_row.htmlAttributes`, `rhiem_ar_row`.`wrapper` as `rhiem_ar_row.wrapper`, `rhiem_ar_row`.`position` as `rhiem_ar_row.position`, `rhiem_ar_row`.`created_at` as `rhiem_ar_row.createdAt`, `rhiem_ar_row`.`updated_at` as `rhiem_ar_row.updatedAt` FROM `rhiem_ar_row` WHERE (`rhiem_ar_row`.`group_id` IN (?, ?, ?, ?)) ORDER BY `rhiem_ar_row`.`position` ASC
Parameters:
[
  b"\x1F9/¿x¼A¿€<8•ÿnFh"
  b"ƒÝe8ÁMO1¹ˆøÜeд_"
  b"è\x1D¨¤^╠B»░\x11±Éêϼ)"
  b"Î#Ûyë3C╝ìì\x11È│°Ì\x1F"
]
45 0.48 ms
SELECT `rhiem_ar_attribute`.`id` as `rhiem_ar_attribute.id`, `rhiem_ar_attribute`.`group_id` as `rhiem_ar_attribute.groupId`, `rhiem_ar_attribute`.`type` as `rhiem_ar_attribute.type`, `rhiem_ar_attribute`.`name` as `rhiem_ar_attribute.name`, `rhiem_ar_attribute`.`required` as `rhiem_ar_attribute.required`, `rhiem_ar_attribute`.`value_min` as `rhiem_ar_attribute.valueMin`, `rhiem_ar_attribute`.`value_max` as `rhiem_ar_attribute.valueMax`, `rhiem_ar_attribute`.`min_max` as `rhiem_ar_attribute.minMax`, `rhiem_ar_attribute`.`active` as `rhiem_ar_attribute.active`, `rhiem_ar_attribute`.`position` as `rhiem_ar_attribute.position`, `rhiem_ar_attribute`.`classes` as `rhiem_ar_attribute.classes`, `rhiem_ar_attribute`.`row_id` as `rhiem_ar_attribute.rowId`, `rhiem_ar_attribute`.`standard` as `rhiem_ar_attribute.standard`, `rhiem_ar_attribute`.`hide_in_account` as `rhiem_ar_attribute.hideInAccount`, `rhiem_ar_attribute`.`only_in_checkout` as `rhiem_ar_attribute.onlyInCheckout`, `rhiem_ar_attribute`.`hide_label` as `rhiem_ar_attribute.hideLabel`, `rhiem_ar_attribute`.`channel_ids` as `rhiem_ar_attribute.channelIds`, `rhiem_ar_attribute`.`customer_group_ids` as `rhiem_ar_attribute.customerGroupIds`, `rhiem_ar_attribute`.`created_at` as `rhiem_ar_attribute.createdAt`, `rhiem_ar_attribute`.`updated_at` as `rhiem_ar_attribute.updatedAt`, `rhiem_ar_attribute.translation.label`, COALESCE(`rhiem_ar_attribute.translation.label`,`rhiem_ar_attribute.translation.label`) as `rhiem_ar_attribute.label`, `rhiem_ar_attribute.translation.description`, COALESCE(`rhiem_ar_attribute.translation.description`,`rhiem_ar_attribute.translation.description`) as `rhiem_ar_attribute.description`, `rhiem_ar_attribute.translation.errorMsg`, COALESCE(`rhiem_ar_attribute.translation.errorMsg`,`rhiem_ar_attribute.translation.errorMsg`) as `rhiem_ar_attribute.errorMsg`, `rhiem_ar_attribute.translation.errorMsgMin`, COALESCE(`rhiem_ar_attribute.translation.errorMsgMin`,`rhiem_ar_attribute.translation.errorMsgMin`) as `rhiem_ar_attribute.errorMsgMin`, `rhiem_ar_attribute.translation.errorMsgMax`, COALESCE(`rhiem_ar_attribute.translation.errorMsgMax`,`rhiem_ar_attribute.translation.errorMsgMax`) as `rhiem_ar_attribute.errorMsgMax`, `rhiem_ar_attribute.translation.createdAt`, `rhiem_ar_attribute.translation.updatedAt`, `rhiem_ar_attribute.translation.rhiemArAttributeId`, `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute` LEFT JOIN (SELECT `rhiem_ar_attribute.translation`.rhiem_ar_attribute_id, `rhiem_ar_attribute.translation`.label as `rhiem_ar_attribute.translation.label`, `rhiem_ar_attribute.translation`.description as `rhiem_ar_attribute.translation.description`, `rhiem_ar_attribute.translation`.error_msg as `rhiem_ar_attribute.translation.errorMsg`, `rhiem_ar_attribute.translation`.error_msg_min as `rhiem_ar_attribute.translation.errorMsgMin`, `rhiem_ar_attribute.translation`.error_msg_max as `rhiem_ar_attribute.translation.errorMsgMax`, `rhiem_ar_attribute.translation`.created_at as `rhiem_ar_attribute.translation.createdAt`, `rhiem_ar_attribute.translation`.updated_at as `rhiem_ar_attribute.translation.updatedAt`, `rhiem_ar_attribute.translation`.rhiem_ar_attribute_id as `rhiem_ar_attribute.translation.rhiemArAttributeId`, `rhiem_ar_attribute.translation`.language_id as `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute_translation` `rhiem_ar_attribute.translation` WHERE `rhiem_ar_attribute.translation`.language_id = ?) `rhiem_ar_attribute.rhiem_ar_attribute_translation` ON `rhiem_ar_attribute.rhiem_ar_attribute_translation`.`rhiem_ar_attribute_id` = `rhiem_ar_attribute`.`id` WHERE (`rhiem_ar_attribute`.`active` = ? AND (`rhiem_ar_attribute`.`standard` = ? OR `rhiem_ar_attribute`.`channel_ids` <=> ? OR `rhiem_ar_attribute`.`channel_ids` LIKE ? OR `rhiem_ar_attribute`.`channel_ids` LIKE ?) AND (`rhiem_ar_attribute`.`standard` = ? OR `rhiem_ar_attribute`.`customer_group_ids` <=> ? OR `rhiem_ar_attribute`.`customer_group_ids` LIKE ? OR `rhiem_ar_attribute`.`customer_group_ids` LIKE ?) AND NOT (`rhiem_ar_attribute`.`standard` <=> ? OR `rhiem_ar_attribute`.`hide_in_account` <=> ?) AND `rhiem_ar_attribute`.`row_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `rhiem_ar_attribute`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  true
  null
  "%[]%"
  "%7c0e7dbbe6c54fed8e38ae23c5b8d519%"
  true
  null
  "%[]%"
  "%cfbd5018d38d41d8adca10d94fc8bdd6%"
  true
  true
  b"úéPw\x1FRH÷Å█3òèÙöü"
  b"\x01è´\f¤zw¯ü\x0F*¦ü\fs├"
  b"‘"µC¿³C/£;ÍI)´\fþ"
  b"ðQ\x13ôþìK<ÅJZJ─Æ0\x02"
  b"\x01Šï\rZÕug§ç¶Ÿ¡Ü\x15\x07"
  b"uë¿”ˆ#C\x18žã¢'æ"
  b"EÜ#ÀA9E/—Wí\fÓ\x0EíŸ"
  b":=\x03þSÊN«ï3ü¤My\x08N"
  b"IôOÓeÜG\x08’¸òL‡c\x1CÄ"
  b"K\x1E«¯\x05\vJÆ›”þΚ è\x07"
  b"È╗T\\x18ÔCUªn¶?}[§ü"
  b"H«¢‚W¢L…·\t¹\x17\r…i¼"
  b"pB–Ÿ«$OH‚¸Bô F¿®"
  b"p\x7F®\x17\x17‹F\x1A³\x0F'Ï\t"
  b"¼¬\x1F„iZKö°Î\x1D\x7FÀ†"
  b"ÕˆÛÇhóA”½¯;4 Prm"
  b"▀®█ÎÌ\x11IO¢Ø·ÙèÖ\x10ë"
  b"Ä\x18JºçÌEÇú\x03¯éAØlÞ"
  b"^óÍ!<%LGšÀ¿\v'DÀY"
  b"B«w\eÆ.Jc¼mç¦1*ż"
  b"¼š\f\x02e¥A¹¬É¢á½JZ4"
  b"¾–\x0F1x,I£’üIn\x05@àå"
  b"""
    \v\n
    `­T@F_º Á†r+[R
    """
  b"r%…÷Z÷JY¸ý[¼ì#ðS"
]
46 0.23 ms
SELECT `rhiem_ar_so`.`id` as `rhiem_ar_so.id`, `rhiem_ar_so`.`attribute_id` as `rhiem_ar_so.attributeId`, `rhiem_ar_so`.`value` as `rhiem_ar_so.value`, `rhiem_ar_so`.`position` as `rhiem_ar_so.position`, `rhiem_ar_so`.`created_at` as `rhiem_ar_so.createdAt`, `rhiem_ar_so`.`updated_at` as `rhiem_ar_so.updatedAt`, `rhiem_ar_so.translation.label`, COALESCE(`rhiem_ar_so.translation.label`,`rhiem_ar_so.translation.label`) as `rhiem_ar_so.label`, `rhiem_ar_so.translation.createdAt`, `rhiem_ar_so.translation.updatedAt`, `rhiem_ar_so.translation.rhiemArSoId`, `rhiem_ar_so.translation.languageId` FROM `rhiem_ar_so` LEFT JOIN (SELECT `rhiem_ar_so.translation`.rhiem_ar_so_id, `rhiem_ar_so.translation`.label as `rhiem_ar_so.translation.label`, `rhiem_ar_so.translation`.created_at as `rhiem_ar_so.translation.createdAt`, `rhiem_ar_so.translation`.updated_at as `rhiem_ar_so.translation.updatedAt`, `rhiem_ar_so.translation`.rhiem_ar_so_id as `rhiem_ar_so.translation.rhiemArSoId`, `rhiem_ar_so.translation`.language_id as `rhiem_ar_so.translation.languageId` FROM `rhiem_ar_so_translation` `rhiem_ar_so.translation` WHERE `rhiem_ar_so.translation`.language_id = ?) `rhiem_ar_so.rhiem_ar_so_translation` ON `rhiem_ar_so.rhiem_ar_so_translation`.`rhiem_ar_so_id` = `rhiem_ar_so`.`id` WHERE (`rhiem_ar_so`.`attribute_id` IN (?, ?)) ORDER BY `rhiem_ar_so`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Tlt\x0FÈGJèºD_^ÇL¹Ã"
  b"‹ƒÌЀ©Oæ¨øþ›Ò9©¼"
]
47 0.40 ms
SELECT `rhiem_ar_attribute`.`id` as `rhiem_ar_attribute.id`, `rhiem_ar_attribute`.`group_id` as `rhiem_ar_attribute.groupId`, `rhiem_ar_attribute`.`type` as `rhiem_ar_attribute.type`, `rhiem_ar_attribute`.`name` as `rhiem_ar_attribute.name`, `rhiem_ar_attribute`.`required` as `rhiem_ar_attribute.required`, `rhiem_ar_attribute`.`value_min` as `rhiem_ar_attribute.valueMin`, `rhiem_ar_attribute`.`value_max` as `rhiem_ar_attribute.valueMax`, `rhiem_ar_attribute`.`min_max` as `rhiem_ar_attribute.minMax`, `rhiem_ar_attribute`.`active` as `rhiem_ar_attribute.active`, `rhiem_ar_attribute`.`position` as `rhiem_ar_attribute.position`, `rhiem_ar_attribute`.`classes` as `rhiem_ar_attribute.classes`, `rhiem_ar_attribute`.`row_id` as `rhiem_ar_attribute.rowId`, `rhiem_ar_attribute`.`standard` as `rhiem_ar_attribute.standard`, `rhiem_ar_attribute`.`hide_in_account` as `rhiem_ar_attribute.hideInAccount`, `rhiem_ar_attribute`.`only_in_checkout` as `rhiem_ar_attribute.onlyInCheckout`, `rhiem_ar_attribute`.`hide_label` as `rhiem_ar_attribute.hideLabel`, `rhiem_ar_attribute`.`channel_ids` as `rhiem_ar_attribute.channelIds`, `rhiem_ar_attribute`.`customer_group_ids` as `rhiem_ar_attribute.customerGroupIds`, `rhiem_ar_attribute`.`created_at` as `rhiem_ar_attribute.createdAt`, `rhiem_ar_attribute`.`updated_at` as `rhiem_ar_attribute.updatedAt`, `rhiem_ar_attribute.translation.label`, COALESCE(`rhiem_ar_attribute.translation.label`,`rhiem_ar_attribute.translation.label`) as `rhiem_ar_attribute.label`, `rhiem_ar_attribute.translation.description`, COALESCE(`rhiem_ar_attribute.translation.description`,`rhiem_ar_attribute.translation.description`) as `rhiem_ar_attribute.description`, `rhiem_ar_attribute.translation.errorMsg`, COALESCE(`rhiem_ar_attribute.translation.errorMsg`,`rhiem_ar_attribute.translation.errorMsg`) as `rhiem_ar_attribute.errorMsg`, `rhiem_ar_attribute.translation.errorMsgMin`, COALESCE(`rhiem_ar_attribute.translation.errorMsgMin`,`rhiem_ar_attribute.translation.errorMsgMin`) as `rhiem_ar_attribute.errorMsgMin`, `rhiem_ar_attribute.translation.errorMsgMax`, COALESCE(`rhiem_ar_attribute.translation.errorMsgMax`,`rhiem_ar_attribute.translation.errorMsgMax`) as `rhiem_ar_attribute.errorMsgMax`, `rhiem_ar_attribute.translation.createdAt`, `rhiem_ar_attribute.translation.updatedAt`, `rhiem_ar_attribute.translation.rhiemArAttributeId`, `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute` LEFT JOIN (SELECT `rhiem_ar_attribute.translation`.rhiem_ar_attribute_id, `rhiem_ar_attribute.translation`.label as `rhiem_ar_attribute.translation.label`, `rhiem_ar_attribute.translation`.description as `rhiem_ar_attribute.translation.description`, `rhiem_ar_attribute.translation`.error_msg as `rhiem_ar_attribute.translation.errorMsg`, `rhiem_ar_attribute.translation`.error_msg_min as `rhiem_ar_attribute.translation.errorMsgMin`, `rhiem_ar_attribute.translation`.error_msg_max as `rhiem_ar_attribute.translation.errorMsgMax`, `rhiem_ar_attribute.translation`.created_at as `rhiem_ar_attribute.translation.createdAt`, `rhiem_ar_attribute.translation`.updated_at as `rhiem_ar_attribute.translation.updatedAt`, `rhiem_ar_attribute.translation`.rhiem_ar_attribute_id as `rhiem_ar_attribute.translation.rhiemArAttributeId`, `rhiem_ar_attribute.translation`.language_id as `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute_translation` `rhiem_ar_attribute.translation` WHERE `rhiem_ar_attribute.translation`.language_id = ?) `rhiem_ar_attribute.rhiem_ar_attribute_translation` ON `rhiem_ar_attribute.rhiem_ar_attribute_translation`.`rhiem_ar_attribute_id` = `rhiem_ar_attribute`.`id` WHERE (`rhiem_ar_attribute`.`group_id` IN (?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1F9/¿x¼A¿€<8•ÿnFh"
  b"ƒÝe8ÁMO1¹ˆøÜeд_"
  b"è\x1D¨¤^╠B»░\x11±Éêϼ)"
  b"Î#Ûyë3C╝ìì\x11È│°Ì\x1F"
]
48 0.17 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:
[]
49 5.42 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/navigation/16561f02419949feb5ac61a4ee6c6211"
  "/navigation/8bfb5f54f8d34fa6b86ba8336d438e89"
  "/navigation/0193cfcccd7078a2a32f8b516d26db3f"
  "/navigation/7730d2e04e2c47a09d5c76c8f2338c95"
  "/navigation/4b3e63026d7442799426808f45cb9307"
  "/navigation/018a8cf98b917867b6f544be3fd16cbd"
  "/navigation/ab90aabebde649769deca61dfbedd780"
  "/navigation/026a05b017584be9a498435be3b8ca63"
  "/navigation/35657bfce142440ea712e36693fba3fd"
  "/navigation/018e856573be7d10a41bc9074d87a437"
  "/navigation/40517100b65e4f02b00bb08d10fe54e3"
  "/navigation/4e02e2fd6e474f22a98806752dbb30cb"
  "/navigation/a63d1174670b444394ce1fffbca6e33e"
  "/navigation/02e9b35aa0154e92b98ba5142d53a649"
  "/navigation/d8ffa5a095bf4e84b8798eec8df85b5b"
  "/navigation/76c6965d00144d58936f647cd056157e"
  "/navigation/42204b2e80654e06ba9921d20a11428b"
  "/navigation/018db1f5d5a974c1a706a34fc0dcca34"
  "/navigation/81e317051345429cb305e3b70b278e9d"
  "/detail/0193d046d2d570448a346b8b10a08c02"
  "/cbax/manufacturer/detail/c247b48d56c145e5995c0b6a9f47b793"
  "/cbax/manufacturer/detail/b0a20c14e42a41e6adb72c6fdaaf6a08"
  "/cbax/manufacturer/detail/4482f522a96f4263a9c2b14c3b6bc190"
  "/cbax/manufacturer/detail/dd29db1a28ac4631ba5994a561845170"
  "/cbax/manufacturer/detail/38038b340f5046a0937bfd3df0a0217e"
  "/cbax/manufacturer/detail/2c4018b6b0c04e01801809b38af5491b"
  "/cbax/manufacturer/detail/58b6d8c1c975451ba415369de56b78fb"
  "/cbax/manufacturer/detail/5b3f60c4e6d5495a9a7f5b6ec18959ff"
  "/cbax/manufacturer/detail/d32a69e2c2fb4bf8a340c59cea8e866e"
  "/cbax/manufacturer/detail/4d6e771baa42462788ec164c0f8bec3f"
  "/cbax/manufacturer/detail/a21d12b7410847fdabfd52302b0e51aa"
  "/cbax/manufacturer/detail/39ea70b398b9400db126b22b62218735"
  "/cbax/manufacturer/detail/6da92139b6994f278739777dd182a9c2"
  "/cbax/manufacturer/detail/39e4e880c9494a2d912742a5091e32ea"
  "/cbax/manufacturer/detail/b18c12f365914a5daabf9ffe324df593"
  "/cbax/manufacturer/detail/821de32ade8f4675bd66132863dd781d"
  "/cbax/manufacturer/detail/87492607fe0340c08b059ab4b977796b"
  "/cbax/manufacturer/detail/6836077440934cb8ad40af2509234365"
  "/cbax/manufacturer/detail/743cad3ff1b540a0bfe06084cc4cd6ef"
  "/cbax/manufacturer/detail/ab0fc8a1642e4e8692ad17e21310e146"
  "/cbax/manufacturer/detail/ef53babfe6e44ed3979490cedc0d3165"
  "/cbax/manufacturer/detail/36208773e7294a42814c186a00eff7d1"
  "/cbax/manufacturer/detail/5ed8d0b9f6c0405ea104133f20daac17"
  "/cbax/manufacturer/detail/167d375f916d4ac89ea5234d8114484c"
  "/cbax/manufacturer/detail/bced19f104d34d9dbe0986f370f672d6"
  "/cbax/manufacturer/detail/23a745f10a544705b19d5c48ea62719f"
  "/cbax/manufacturer/detail/3f2f2e41dcef4b759aac087d31d2056b"
  "/cbax/manufacturer/detail/9486832cb25a410e9ce1b2857f5b6c0c"
  "/cbax/manufacturer/detail/1d905c86a54447078bea2e6f08ba14db"
  "/cbax/manufacturer/detail/c0226adf47484af09883333a32af560f"
  "/cbax/manufacturer/detail/2f25fbeb4481417b8ba0bfa08ff95ae0"
  "/cbax/manufacturer/detail/f8c154ef57d7440195c8e622fc16d574"
  "/cbax/manufacturer/detail/428be6d06193498cb2af8fdb337f9de4"
  "/cbax/manufacturer/detail/2c8a937b4b7f418e838700475de65a3f"
  "/cbax/manufacturer/detail/c462751dd9674f9bad3b9cfcc7c83962"
  "/cbax/manufacturer/detail/37d3cb63ea5d42749535596ca872d07f"
  "/cbax/manufacturer/detail/9b2db68acb124d0bb40e0bf920546e40"
  "/cbax/manufacturer/detail/b8ec02b30bc8474d97ced910f7dcc8bb"
  "/cbax/manufacturer/detail/7f549518e1d4475d9c87e4451918e76d"
  "/cbax/manufacturer/detail/40febfb654d342cfb7295037ad485700"
  "/cbax/manufacturer/detail/244053c2c9be411eb27818633ae3f55c"
  "/cbax/manufacturer/detail/4b37dffcdf0a48d98e75e0a910611a3d"
  "/cbax/manufacturer/detail/a75f3062b77b433487d255072f671f9a"
  "/cbax/manufacturer/detail/c961db113b8d453989cd5e16a53b149a"
  "/cbax/manufacturer/detail/69c7fe49b65341f09c7f8bc5deb8e436"
  "/cbax/manufacturer/detail/77b91f502d3946709fc34787320ac9ea"
  "/cbax/manufacturer/detail/ed76b0ba4ca04e7fac89ce9c5d939359"
  "/cbax/manufacturer/detail/47261b3cf5fa49438e2c7b6f919c5b6d"
  "/cbax/manufacturer/detail/71722dae695d4336989d313e498f81f5"
  "/cbax/manufacturer/detail/325783c342e740c189cf2cec34d31b9f"
  "/cbax/manufacturer/detail/ea7ac2db06ea430e9d19565b587aa3f9"
  "/cbax/manufacturer/detail/39c63c9a86e14e70ab121db46f3cc277"
  "/cbax/manufacturer/detail/644d3b4a49c743dbb780eece33de27d1"
  "/cbax/manufacturer/detail/cf1ce89b2df84b7aad030bd0cd2c4af9"
  "/cbax/manufacturer/detail/fbc7a8c788544a36b6662665949dbfff"
  "/cbax/manufacturer/detail/b3da907ab32745fe846d8413b1026999"
  "/cbax/manufacturer/detail/58cbd5348f3c49f794354cffc97f65be"
  "/cbax/manufacturer/detail/8b84e972dc5945eaae753a9ec7c0f018"
  "/cbax/manufacturer/detail/ea907856ca76467f94dc090a6032b56c"
  "/cbax/manufacturer/detail/0408a4d81bc042f3a8d7f23d3d3c402d"
  "/cbax/manufacturer/detail/314feed6ba804c1c8c74aff15a6c62b2"
  "/cbax/manufacturer/detail/34a06c5db93949ef9f427d99f13e4904"
  "/cbax/manufacturer/detail/065a1f1a18b84f4a85ce8d95a6995376"
  "/cbax/manufacturer/detail/d3037aa128324b9a8ebbc0c671fed88f"
  "/cbax/manufacturer/detail/4bb4bfbf24b640deaf25f43bd091b39b"
  "/cbax/manufacturer/detail/979c0abf80ae40ada5363cfe6a4c580d"
  "/cbax/manufacturer/detail/aa788b9f722a47398c743baba9f5095d"
  "/cbax/manufacturer/detail/02624d9e0775438aa88bd9185f99b3f6"
  "/cbax/manufacturer/detail/43e63e9c25114c7ea2f10892ceca1986"
  "/cbax/manufacturer/detail/5ad6c601a03141bc9d2a62ebdf6d1f68"
  "/cbax/manufacturer/detail/e63b857c7b4d417c8aa84166f6958d74"
  "/cbax/manufacturer/detail/bb3c68f9686a4a8c8135df2f951014ca"
  "/cbax/manufacturer/detail/bd11e6c585854f61aa89b5cd0b26605d"
  "/cbax/manufacturer/detail/8fe4adddc13c4db38931aa1773e5984a"
  "/cbax/manufacturer/detail/52e61ed092dc47aa84262086b206658d"
  "/cbax/manufacturer/detail/68e27d93b448495c8d6caf3e5ef90867"
  "/cbax/manufacturer/detail/75277415510845aebd81b18cde8e1c12"
  "/cbax/manufacturer/detail/ddfb2ee12e5b44fdbd0602279ca9a2ce"
  "/cbax/manufacturer/detail/cf8e81c38a6b4295b8d2bc7e46afdd47"
  "/cbax/manufacturer/detail/66ba3699eb814c3296275075a5adfd24"
  "/cbax/manufacturer/detail/16f3825181324e1c8244cefc75d8a4ef"
  "/cbax/manufacturer/detail/23c46118ed55413da8b34c6363a4626e"
  "/cbax/manufacturer/detail/ee551870812d45c8b9adb5cbb35219d5"
  "/cbax/manufacturer/detail/5b779c804ced4d8b86375c49ac648e12"
  "/cbax/manufacturer/detail/827ce30b0e254b67b0c2abf1486bf6c4"
  "/cbax/manufacturer/detail/25630ccfffe24653b09e391204483e3a"
  "/cbax/manufacturer/detail/72a15147b7ed49c98dada2fcf58a2009"
  "/cbax/manufacturer/detail/4dba4d499be947659e954cacb9f6f42b"
  "/cbax/manufacturer/detail/84b718d1e99e4e438bce9bc339deee36"
  "/cbax/manufacturer/detail/c1c10965bc934250a64842b130b9004a"
  "/cbax/manufacturer/detail/cd61d139b75f4b36ba7b728949a85ebe"
  "/cbax/manufacturer/detail/9d7740b360904c61880a64a0d5db4101"
  "/cbax/manufacturer/detail/8fea9857484a439b943d13cefe4ce01d"
  "/cbax/manufacturer/detail/8019f45546134f5db96cd64e5029252e"
  "/cbax/manufacturer/detail/126fcedbae39492d80dd8c56a3097d5e"
  "/cbax/manufacturer/detail/e44153a34dbf43c897c56b05ece207aa"
  "/cbax/manufacturer/detail/44286a24ab6c468699d03768fb405656"
  "/cbax/manufacturer/detail/387e14847f794c04a40c964a4db8216f"
  "/cbax/manufacturer/detail/1e5883ee90eb4eaf8bf91dcba63825b3"
  "/cbax/manufacturer/detail/24819283212948faa8d9a8fa433d6bca"
  "/cbax/manufacturer/detail/e71b2b36aae340cf8dfe9dc06c1e2538"
  "/cbax/manufacturer/detail/333dec2fcbb54a6db067313a65164874"
  "/cbax/manufacturer/detail/9ab53a33235e4fef83882ee9a8bedea9"
  "/cbax/manufacturer/detail/b42b9b91b43e46068d7c483c3bd7e105"
  "/cbax/manufacturer/detail/35306bc6d5b3448489f46a5270384c9f"
  "/cbax/manufacturer/detail/b30a1ddfb613405584840436c7c596e0"
  "/cbax/manufacturer/detail/86afdee659224afdb764d67ac81b6de8"
  "/cbax/manufacturer/detail/ad9655a2e40042c8b2aa24552f3126e8"
  "/cbax/manufacturer/detail/0b4dca732e9f4d23bd1e29458ed8c929"
  "/cbax/manufacturer/detail/0e986f670cd142ddb3de947d0fbc489e"
  "/cbax/manufacturer/detail/e4e5630ee07e42b784e3cecce7c3a63c"
  "/cbax/manufacturer/detail/33ae738889174ba2b53a6720a45ad492"
  "/cbax/manufacturer/detail/87cff431c9324423b601e455130e67ef"
  "/cbax/manufacturer/detail/2c01927737e5400ebfc85c535b8984c9"
  "/cbax/manufacturer/detail/aa1ccaddeb094f1b9a9e008814222b5b"
  "/cbax/manufacturer/detail/5ca38a8862ac44baa36959083f466cc1"
  "/cbax/manufacturer/detail/fb9512557cc34472aff3a4ed64452e28"
  "/cbax/manufacturer/detail/9c4ce703e5bc42ac9dbad124f992cee9"
  "/cbax/manufacturer/detail/25a873e37981428f9574d725527b1f89"
  "/cbax/manufacturer/detail/c59a17646fa443069970f2e400b1c64c"
  "/cbax/manufacturer/detail/f7482cd29b4e412bb2a03573f184cb90"
  "/cbax/manufacturer/detail/560a1424eb584390acdf73a69c2d6b5a"
  "/cbax/manufacturer/detail/8a0510bb53ab42c6bf7227ed84e204ec"
  "/cbax/manufacturer/detail/7c3f138ce5234f4ebeb5dd412dfa5684"
  "/cbax/manufacturer/detail/4b69582d18524dc8a3bc9afd30c0c948"
  "/cbax/manufacturer/detail/dbc61939933d4fecbb547712b1cc0422"
  "/cbax/manufacturer/detail/388562975c2a4727b00369e1abb772d3"
  "/cbax/manufacturer/detail/a9846687048f4c769261c02208b0cfb7"
  "/cbax/manufacturer/detail/d01455bc0cba40ff959e112cfa4cb8e0"
  "/cbax/manufacturer/detail/1cc8e4c70e8843fdbb77f8a41ab077a4"
  "/cbax/manufacturer/detail/dc87061abd3049fca7301271e7dc21b6"
  "/cbax/manufacturer/detail/119fc6f97b654b70a1493c4427431032"
  "/cbax/manufacturer/detail/0b1a6ee0af8d4b019af674d951d0685a"
  "/cbax/manufacturer/detail/b3915bcc989e4ee1a5fe803aec8d0f68"
  "/cbax/manufacturer/detail/02229cd31a844873856c651705a9ee52"
  "/cbax/manufacturer/detail/b4f57fa861e94097acd9f24334f8f2d7"
  "/cbax/manufacturer/detail/80e83df0429e4503af560cf82a412cba"
  "/cbax/manufacturer/detail/a602bb99afda48ab9ee53cb8c2772445"
  "/cbax/manufacturer/detail/7e58395e69114225a9443679a6539f99"
  "/cbax/manufacturer/detail/15acd869ca8a4c4c900a264a337e0c86"
  "/cbax/manufacturer/detail/4693c5da3b35486390b37de13efe04d7"
  "/cbax/manufacturer/detail/4348cbb881584ee6b3eb23b1f9246f67"
  "/cbax/manufacturer/detail/37ff322584784adfbde23b1ac0dd1189"
  "/cbax/manufacturer/detail/b4b4d0304c5f456fa7c9d5fd08943bc0"
  "/cbax/manufacturer/detail/87aff948f6be4d499057c98f8f393178"
  "/cbax/manufacturer/detail/92d6a0f6f13d462985b567e48311f865"
  "/cbax/manufacturer/detail/d1272ff13bef494084c12947559928c6"
  "/cbax/manufacturer/detail/de19e547ce244fc1ba4702366a8b0060"
  "/cbax/manufacturer/detail/177e6978b50c4ec58b4661123672e74e"
  "/cbax/manufacturer/detail/12d5763a7a064f6d86004a478525140a"
  "/cbax/manufacturer/detail/1a8848772f3643d190592ab70cd5683e"
  "/cbax/manufacturer/detail/58152320fb5f4139b05d57784393b51d"
  "/cbax/manufacturer/detail/313d2e6ec99944179b62f0ddccdf51b5"
  "/cbax/manufacturer/detail/e9031068a2974367b74fa99062707ae7"
  "/cbax/manufacturer/detail/5cc58a59fee546d496470bb10b7b2c9a"
  "/cbax/manufacturer/detail/3c2812789a43493fbcb4804babe36bf1"
  "/cbax/manufacturer/detail/bba8fd072ff54d0081be02e807464e15"
  "/cbax/manufacturer/detail/9eb09bb127194a46aa73de8f261662cd"
  "/cbax/manufacturer/detail/e27dd1f10d224ea6b4a904052d5d1402"
  "/cbax/manufacturer/detail/4461d52a2f59454fa57212b69074c00c"
  "/cbax/manufacturer/detail/d67972ace6304fb2b540f2b1400feea3"
  "/cbax/manufacturer/detail/b6c9edac4047443b93c5569558d7cdce"
  "/cbax/manufacturer/detail/ac8fb542eea04401a32d921b88b625fa"
  "/cbax/manufacturer/detail/29b4d61fce0845178ec9fecf158b5ff4"
  "/cbax/manufacturer/detail/a7782b5cc098447187c1397b135ddfd9"
  "/cbax/manufacturer/detail/0abdc28085b148e9a7a8dbef94c9b808"
  "/cbax/manufacturer/detail/d969fa7adb1b43adb687df14c2f76a25"
  "/cbax/manufacturer/detail/ddff673a8e924888b8b42db4af41a896"
  "/cbax/manufacturer/detail/aa1b61acb63046aa9e607e44013ff189"
  "/cbax/manufacturer/detail/5fd741ac91ee4173b0ccfb334a8c8f79"
  "/cbax/manufacturer/detail/3c5818e6cc1448609708393a1abea2e6"
  "/cbax/manufacturer/detail/1c86daa9acce40e0b11f3e16460e3991"
  "/cbax/manufacturer/detail/3d611c65938a4203abaf5c2ace8ee3f2"
  "/cbax/manufacturer/detail/5503ac0bbddd42bc8d0e90f8db4b8674"
  "/cbax/manufacturer/detail/be55efeefec243e4a5abd93acc2e19b6"
  "/cbax/manufacturer/detail/afaacb8ee7ae4eebb4a82a444a0bf62d"
  "/cbax/manufacturer/detail/31f2351094ca4a6a9e928e04541ac82c"
  "/cbax/manufacturer/detail/80518bb5b871430db60e7a7dffb6f506"
  "/cbax/manufacturer/detail/6b674785da154f27820d89950abd66c2"
  "/cbax/manufacturer/detail/7550feb0e6cb4b56b4fb207e51bcebe6"
  "/cbax/manufacturer/detail/3cce7bf1e1e945b8856dc80cccf23edd"
  "/cbax/manufacturer/detail/eab9cbe497c042eea9353e3275bda9a8"
  "/cbax/manufacturer/detail/0f1474f1a48a4c0ebee5c5d9dfdcc148"
  "/cbax/manufacturer/detail/1c6f12f7a78741538b8c2ade04628686"
  "/cbax/manufacturer/detail/87064198af214740932353b73c3ff6a0"
  "/cbax/manufacturer/detail/b4c0d497a92f41c493993259c6f0ed22"
  "/cbax/manufacturer/detail/9a58b7868bf24fb2904d00c583f9cdf0"
  "/cbax/manufacturer/detail/72602817b5ec4678b503712a1a539193"
  "/cbax/manufacturer/detail/fcc97157e4cb45679b3907679554f7c5"
  "/cbax/manufacturer/detail/fa1e27f9956e4819a8ad8f4a87f228df"
  "/cbax/manufacturer/detail/9fb3cdf8decc4424b878f357e8dd6f40"
  "/cbax/manufacturer/detail/1af008668ed04652bf01a6fdb5ef6e2c"
  "/cbax/manufacturer/detail/6246b9ebdc424f7cbbf6978af7982528"
  "/cbax/manufacturer/detail/a42c9195e5bf415c86b685047d29f348"
  "/cbax/manufacturer/detail/79e2e768944f4a419ab65d0f4c877297"
  "/cbax/manufacturer/detail/1c940ed423d3419c9d7b0fd5ac31be7f"
  "/cbax/manufacturer/detail/badb4557986f443c8d14ead9fc055228"
  "/cbax/manufacturer/detail/5e79a9aa784845418033d712d7df6ea3"
  "/cbax/manufacturer/detail/0e3edc43bbaa4962b54ef85e84efcfa1"
  "/cbax/manufacturer/detail/e12d720485e54247afe033932a65064d"
  "/cbax/manufacturer/detail/7ce695362740436fb11acc49f8844965"
  "/cbax/manufacturer/detail/8444b28f77724995bbb06c98ab3821b7"
  "/cbax/manufacturer/detail/de1aabcdd320488c9161d00612d4e881"
  "/cbax/manufacturer/detail/adf5c2c4a45043adbeefe5e5285d7d50"
  "/cbax/manufacturer/detail/387ab922986d4b3fa92648f0e62864e9"
  "/cbax/manufacturer/detail/7dfad2ec063048669e39673c45c70dfe"
  "/cbax/manufacturer/detail/396feb986d5b4d77b3af193a542c4b95"
  "/cbax/manufacturer/detail/0a618c34741f4327979cbf03c8a4e6ab"
  "/cbax/manufacturer/detail/ba3a2828bce84a58a4c52c67fdf855f2"
  "/cbax/manufacturer/detail/e73ceb689b924a1d92b774c2126d0cd8"
  "/cbax/manufacturer/detail/63fbcc386f0b420b9983a16fd8eb8767"
  "/cbax/manufacturer/detail/bcc56ce4af70452ca560b43e879f85a5"
  "/cbax/manufacturer/detail/f747047eeccf4036849919f7492d81a9"
  "/cbax/manufacturer/detail/57b3067dbdf940698f6eff32c86397ae"
  "/cbax/manufacturer/detail/829c140088d14d1a947df669474d12c5"
  "/cbax/manufacturer/detail/eff16675bc854b6dbf9bd9f5cbab671b"
  "/cbax/manufacturer/detail/18e62bc62ddd4c23afd4ea0eeaa858ef"
  "/cbax/manufacturer/detail/41e00b7434d34f228a383597bea64d21"
  "/cbax/manufacturer/detail/eadaf76477a443c98d460e895c409fd6"
  "/navigation/ae3af602f8104043927f0024a649532f"
  "/navigation/751de9adb7174f75b82bd7b93d184f06"
  "/navigation/019329bfe1317f6a99a7aa77462ed96e"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
]
50 0.37 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"\x04\x12§ÈÁCB®™Þh—St\x1F"
  b"\x1032œ>$D\x16\x14ï)é[\x0E8"
  b"RPb·\x1A“M”’\x1Fú,ï@,Õ"
  b"\x01Ž=Szfz?•ÄùÏ\x07„û§"
  b"Ç×ÆdhxDX’j„P\x1D¢U\r"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.