GET https://gluetec-group.com/cbax/lexicon/detail/01936ca368d373d682e0e3c25a94a9c2

Query Metrics

119 Database Queries
73 Different statements
29.39 ms Query time

Queries

Group similar statements

# Time Info
1 0.26 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.10 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.12 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
Parameters:
[]
4 0.11 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.08 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 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 = ?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"\x11!1óHcÉ»ë░°+Z""
  "infocenter/wiko-wiki/chain-polymerization"
]
7 0.08 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.09 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x11!1óHcÉ»ë░°+Z""
  "HJCJ40IZQJ1nqiYddL1wtoNWPswBpMbr"
]
9 0.07 ms
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"\x11!1óHcÉ»ë░°+Z""
]
10 0.06 ms
SELECT LOWER(HEX(language.parent_id)) FROM language WHERE language.id = ?
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
]
11 0.14 ms
# base-context-factory::sales-channel::read
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.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.fallback_1.shortName`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.fallback_1.shortName`,`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.fallback_1.name`,`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.fallback_1.customFields`,`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.fallback_1.languageId`, `sales_channel.currency.translation.languageId`, `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` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId`, `sales_channel.currency.translation.fallback_1`.short_name as `sales_channel.currency.translation.fallback_1.shortName`, `sales_channel.currency.translation.fallback_1`.name as `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.fallback_1`.custom_fields as `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.fallback_1`.created_at as `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.fallback_1`.updated_at as `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.fallback_1`.currency_id as `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.fallback_1`.language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation`.`currency_id` = `sales_channel.currency.translation.fallback_1`.`currency_id` AND `sales_channel.currency.translation.fallback_1`.language_id = ? WHERE `sales_channel.currency.translation`.language_id = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x11!1óHcÉ»ë░°+Z""
]
12 0.07 ms
# base-context-factory::sales-channel::association::domains::read
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"\x11!1óHcÉ»ë░°+Z""
]
13 0.08 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.fallback_1.shortName`, `currency.translation.shortName`, COALESCE(`currency.translation.fallback_1.shortName`,`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.fallback_1.name`, `currency.translation.name`, COALESCE(`currency.translation.fallback_1.name`,`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.fallback_1.customFields`, `currency.translation.customFields`, COALESCE(`currency.translation.fallback_1.customFields`,`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.fallback_1.createdAt`, `currency.translation.createdAt`, `currency.translation.fallback_1.updatedAt`, `currency.translation.updatedAt`, `currency.translation.fallback_1.currencyId`, `currency.translation.currencyId`, `currency.translation.fallback_1.languageId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId`, `currency.translation.fallback_1`.short_name as `currency.translation.fallback_1.shortName`, `currency.translation.fallback_1`.name as `currency.translation.fallback_1.name`, `currency.translation.fallback_1`.custom_fields as `currency.translation.fallback_1.customFields`, `currency.translation.fallback_1`.created_at as `currency.translation.fallback_1.createdAt`, `currency.translation.fallback_1`.updated_at as `currency.translation.fallback_1.updatedAt`, `currency.translation.fallback_1`.currency_id as `currency.translation.fallback_1.currencyId`, `currency.translation.fallback_1`.language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation`.`currency_id` = `currency.translation.fallback_1`.`currency_id` AND `currency.translation.fallback_1`.language_id = ? WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
14 0.08 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.fallback_1.name`, `country.translation.name`, COALESCE(`country.translation.fallback_1.name`,`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.fallback_1.addressFormat`, `country.translation.addressFormat`, COALESCE(`country.translation.fallback_1.addressFormat`,`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.fallback_1.customFields`, `country.translation.customFields`, COALESCE(`country.translation.fallback_1.customFields`,`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.fallback_1.createdAt`, `country.translation.createdAt`, `country.translation.fallback_1.updatedAt`, `country.translation.updatedAt`, `country.translation.fallback_1.countryId`, `country.translation.countryId`, `country.translation.fallback_1.languageId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId`, `country.translation.fallback_1`.name as `country.translation.fallback_1.name`, `country.translation.fallback_1`.address_format as `country.translation.fallback_1.addressFormat`, `country.translation.fallback_1`.custom_fields as `country.translation.fallback_1.customFields`, `country.translation.fallback_1`.created_at as `country.translation.fallback_1.createdAt`, `country.translation.fallback_1`.updated_at as `country.translation.fallback_1.updatedAt`, `country.translation.fallback_1`.country_id as `country.translation.fallback_1.countryId`, `country.translation.fallback_1`.language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation`.`country_id` = `country.translation.fallback_1`.`country_id` AND `country.translation.fallback_1`.language_id = ? WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"K!\x16IƒÒAÔ³øG\x19'\x16t\x17"
]
15 0.09 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.fallback_1.name`, `customer_group.translation.name`, COALESCE(`customer_group.translation.fallback_1.name`,`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.fallback_1.registrationTitle`,`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.fallback_1.registrationIntroduction`,`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.fallback_1.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.fallback_1.customFields`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.fallback_1.customFields`,`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.createdAt`, `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.updatedAt`, `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.customerGroupId`, `customer_group.translation.fallback_1.languageId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId`, `customer_group.translation.fallback_1`.name as `customer_group.translation.fallback_1.name`, `customer_group.translation.fallback_1`.registration_title as `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.fallback_1`.registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.fallback_1`.registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1`.registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.fallback_1`.custom_fields as `customer_group.translation.fallback_1.customFields`, `customer_group.translation.fallback_1`.created_at as `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.fallback_1`.updated_at as `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.fallback_1`.customer_group_id as `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.fallback_1`.language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation`.`customer_group_id` = `customer_group.translation.fallback_1`.`customer_group_id` AND `customer_group.translation.fallback_1`.language_id = ? WHERE `customer_group.translation`.language_id = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"²=\v¿ÔÎE”²±¢\x16*Æù"
]
16 0.06 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
17 0.09 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.fallback_1.typeName`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.fallback_1.typeName`,`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.fallback_1.languageId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId`, `tax_rule.type.translation.fallback_1`.type_name as `tax_rule.type.translation.fallback_1.typeName`, `tax_rule.type.translation.fallback_1`.created_at as `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.fallback_1`.updated_at as `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.fallback_1`.tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.fallback_1`.language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation`.`tax_rule_type_id` = `tax_rule.type.translation.fallback_1`.`tax_rule_type_id` AND `tax_rule.type.translation.fallback_1`.language_id = ? WHERE `tax_rule.type.translation`.language_id = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x11\x10\x05ØE{†ƒÈö2×)ƒ"
  b"‰DÎWêOK\f¹BÊK¢U’È"
  b"ð\x01³nnµNĨ*Wì+Ãì"
]
18 0.11 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_1.title`,`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_1.alt`,`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_1.customFields`,`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_1.languageId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId`, `payment_method.translation.fallback_1`.name as `payment_method.translation.fallback_1.name`, `payment_method.translation.fallback_1`.distinguishable_name as `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.fallback_1`.description as `payment_method.translation.fallback_1.description`, `payment_method.translation.fallback_1`.custom_fields as `payment_method.translation.fallback_1.customFields`, `payment_method.translation.fallback_1`.created_at as `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.fallback_1`.updated_at as `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.fallback_1`.payment_method_id as `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.fallback_1`.language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id` AND `payment_method.translation.fallback_1`.language_id = ? WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`, `payment_method.media.translation.fallback_1`.title as `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.fallback_1`.alt as `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.fallback_1`.custom_fields as `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.fallback_1`.created_at as `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.fallback_1`.updated_at as `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.fallback_1`.media_id as `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.fallback_1`.language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id` AND `payment_method.media.translation.fallback_1`.language_id = ? WHERE `payment_method.media.translation`.language_id = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¹ÇUiì¦A\x0E»ÇH>\x13«ßW"
]
19 0.12 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.name`,`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.customFields`,`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.fallback_1.title`,`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.fallback_1.alt`,`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.fallback_1.customFields`,`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.fallback_1.languageId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_1.languageId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = ? WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`, `shipping_method.deliveryTime.translation.fallback_1`.name as `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.fallback_1`.custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.fallback_1`.created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.fallback_1`.updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1`.language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = ? WHERE `shipping_method.deliveryTime.translation`.language_id = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId`, `shipping_method.media.translation.fallback_1`.title as `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.fallback_1`.alt as `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.fallback_1`.custom_fields as `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.fallback_1`.created_at as `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.fallback_1`.updated_at as `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.fallback_1`.media_id as `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.fallback_1`.language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation`.`media_id` = `shipping_method.media.translation.fallback_1`.`media_id` AND `shipping_method.media.translation.fallback_1`.language_id = ? WHERE `shipping_method.media.translation`.language_id = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x066UæòÄB\x7Fƒde„ZKHí"
]
20 0.06 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"K!\x16IƒÒAÔ³øG\x19'\x16t\x17"
]
21 0.42 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
22 0.06 ms
#cart-persister::load
                SELECT `cart`.`cart` as payload, `cart`.`rule_ids`, 0 as `compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "HJCJ40IZQJ1nqiYddL1wtoNWPswBpMbr"
]
23 0.06 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
24 0.07 ms
# cart-rule-loader::load-rules::read
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"\x02x\x11ús\rF<²å*Š³^É%"
  b"\x18¤åÉfCG╚¬æ×cõ`[\n"
  b"1¼¾Jc—L¼º ø\x1F,bâÖ"
  b"""
    H{\e\n
    Gä˜ øh1’R£
    """
  b"ÛP&ÈñŸJ…£Úe(C=’\x03"
  b"╣x}\x06cìO│øÄÆ=DB\f\x11"
  b"Ê\ml¹äG¤ïaƒX¦Ø϶"
  b"\t\x05\x19»HWŸ’¤¥¹T{®"
  b"\x12‡é¼‘ôLš¥[³´v\x16®\x11"
]
25 0.10 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
]
26 0.09 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`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž2ù\x02\x13qØŠ\x16í\x06Ýö\x16Q"
]
27 0.06 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Ž2ù\x02\x13qØŠ\x16í\x06Ýö\x16Q"
]
28 0.08 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`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“° ÷BrÚ¥Õ6Ìž\x00•Ä"
]
29 0.07 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“° ÷BrÚ¥Õ6Ìž\x00•Ä"
]
30 0.06 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:
[]
31 0.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:
[]
32 0.08 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"\x11!1óHcÉ»ë░°+Z""
  b"K!\x16IƒÒAÔ³øG\x19'\x16t\x17"
]
33 0.09 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
]
34 0.08 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`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž2ù\x02\x13qØŠ\x16í\x06Ýö\x16Q"
]
35 0.06 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Ž2ù\x02\x13qØŠ\x16í\x06Ýö\x16Q"
]
36 0.08 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`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“° ÷BrÚ¥Õ6Ìž\x00•Ä"
]
37 0.06 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“° ÷BrÚ¥Õ6Ìž\x00•Ä"
]
38 0.06 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 0.02 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.10 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
  b"\x11!1óHcÉ»ë░°+Z""
]
41 1.48 ms
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_template` as `cbax_lexicon_entry.productTemplate`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`media2_id` as `cbax_lexicon_entry.media2Id`, `cbax_lexicon_entry`.`media3_id` as `cbax_lexicon_entry.media3Id`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, (SELECT GROUP_CONCAT(HEX(`cbax_lexicon_entry.products.mapping`.`product_id`) SEPARATOR '||')
                  FROM `cbax_lexicon_product` `cbax_lexicon_entry.products.mapping`
                  WHERE `cbax_lexicon_entry.products.mapping`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` ) as `cbax_lexicon_entry.products.id_mapping`, `cbax_lexicon_entry.media2`.`id` as `cbax_lexicon_entry.media2.id`, `cbax_lexicon_entry.media2`.`user_id` as `cbax_lexicon_entry.media2.userId`, `cbax_lexicon_entry.media2`.`media_folder_id` as `cbax_lexicon_entry.media2.mediaFolderId`, `cbax_lexicon_entry.media2`.`mime_type` as `cbax_lexicon_entry.media2.mimeType`, `cbax_lexicon_entry.media2`.`file_extension` as `cbax_lexicon_entry.media2.fileExtension`, `cbax_lexicon_entry.media2`.`uploaded_at` as `cbax_lexicon_entry.media2.uploadedAt`, `cbax_lexicon_entry.media2`.`file_name` as `cbax_lexicon_entry.media2.fileName`, `cbax_lexicon_entry.media2`.`file_size` as `cbax_lexicon_entry.media2.fileSize`, `cbax_lexicon_entry.media2`.`media_type` as `cbax_lexicon_entry.media2.mediaTypeRaw`, `cbax_lexicon_entry.media2`.`meta_data` as `cbax_lexicon_entry.media2.metaData`, `cbax_lexicon_entry.media2`.`private` as `cbax_lexicon_entry.media2.private`, `cbax_lexicon_entry.media2`.`thumbnails_ro` as `cbax_lexicon_entry.media2.thumbnailsRo`, `cbax_lexicon_entry.media2`.`created_at` as `cbax_lexicon_entry.media2.createdAt`, `cbax_lexicon_entry.media2`.`updated_at` as `cbax_lexicon_entry.media2.updatedAt`, `cbax_lexicon_entry.media2.translation.fallback_1.title`, `cbax_lexicon_entry.media2.translation.title`, COALESCE(`cbax_lexicon_entry.media2.translation.fallback_1.title`,`cbax_lexicon_entry.media2.translation.title`,`cbax_lexicon_entry.media2.translation.title`) as `cbax_lexicon_entry.media2.title`, `cbax_lexicon_entry.media2.translation.fallback_1.alt`, `cbax_lexicon_entry.media2.translation.alt`, COALESCE(`cbax_lexicon_entry.media2.translation.fallback_1.alt`,`cbax_lexicon_entry.media2.translation.alt`,`cbax_lexicon_entry.media2.translation.alt`) as `cbax_lexicon_entry.media2.alt`, `cbax_lexicon_entry.media2.translation.fallback_1.customFields`, `cbax_lexicon_entry.media2.translation.customFields`, COALESCE(`cbax_lexicon_entry.media2.translation.fallback_1.customFields`,`cbax_lexicon_entry.media2.translation.customFields`,`cbax_lexicon_entry.media2.translation.customFields`) as `cbax_lexicon_entry.media2.customFields`, `cbax_lexicon_entry.media2.translation.fallback_1.createdAt`, `cbax_lexicon_entry.media2.translation.createdAt`, `cbax_lexicon_entry.media2.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.media2.translation.updatedAt`, `cbax_lexicon_entry.media2.translation.fallback_1.mediaId`, `cbax_lexicon_entry.media2.translation.mediaId`, `cbax_lexicon_entry.media2.translation.fallback_1.languageId`, `cbax_lexicon_entry.media2.translation.languageId`, `cbax_lexicon_entry.media3`.`id` as `cbax_lexicon_entry.media3.id`, `cbax_lexicon_entry.media3`.`user_id` as `cbax_lexicon_entry.media3.userId`, `cbax_lexicon_entry.media3`.`media_folder_id` as `cbax_lexicon_entry.media3.mediaFolderId`, `cbax_lexicon_entry.media3`.`mime_type` as `cbax_lexicon_entry.media3.mimeType`, `cbax_lexicon_entry.media3`.`file_extension` as `cbax_lexicon_entry.media3.fileExtension`, `cbax_lexicon_entry.media3`.`uploaded_at` as `cbax_lexicon_entry.media3.uploadedAt`, `cbax_lexicon_entry.media3`.`file_name` as `cbax_lexicon_entry.media3.fileName`, `cbax_lexicon_entry.media3`.`file_size` as `cbax_lexicon_entry.media3.fileSize`, `cbax_lexicon_entry.media3`.`media_type` as `cbax_lexicon_entry.media3.mediaTypeRaw`, `cbax_lexicon_entry.media3`.`meta_data` as `cbax_lexicon_entry.media3.metaData`, `cbax_lexicon_entry.media3`.`private` as `cbax_lexicon_entry.media3.private`, `cbax_lexicon_entry.media3`.`thumbnails_ro` as `cbax_lexicon_entry.media3.thumbnailsRo`, `cbax_lexicon_entry.media3`.`created_at` as `cbax_lexicon_entry.media3.createdAt`, `cbax_lexicon_entry.media3`.`updated_at` as `cbax_lexicon_entry.media3.updatedAt`, `cbax_lexicon_entry.media3.translation.fallback_1.title`, `cbax_lexicon_entry.media3.translation.title`, COALESCE(`cbax_lexicon_entry.media3.translation.fallback_1.title`,`cbax_lexicon_entry.media3.translation.title`,`cbax_lexicon_entry.media3.translation.title`) as `cbax_lexicon_entry.media3.title`, `cbax_lexicon_entry.media3.translation.fallback_1.alt`, `cbax_lexicon_entry.media3.translation.alt`, COALESCE(`cbax_lexicon_entry.media3.translation.fallback_1.alt`,`cbax_lexicon_entry.media3.translation.alt`,`cbax_lexicon_entry.media3.translation.alt`) as `cbax_lexicon_entry.media3.alt`, `cbax_lexicon_entry.media3.translation.fallback_1.customFields`, `cbax_lexicon_entry.media3.translation.customFields`, COALESCE(`cbax_lexicon_entry.media3.translation.fallback_1.customFields`,`cbax_lexicon_entry.media3.translation.customFields`,`cbax_lexicon_entry.media3.translation.customFields`) as `cbax_lexicon_entry.media3.customFields`, `cbax_lexicon_entry.media3.translation.fallback_1.createdAt`, `cbax_lexicon_entry.media3.translation.createdAt`, `cbax_lexicon_entry.media3.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.media3.translation.updatedAt`, `cbax_lexicon_entry.media3.translation.fallback_1.mediaId`, `cbax_lexicon_entry.media3.translation.mediaId`, `cbax_lexicon_entry.media3.translation.fallback_1.languageId`, `cbax_lexicon_entry.media3.translation.languageId`, `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.keyword`,`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.description`,`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.headline`,`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute1`,`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute4`,`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute5`,`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute6`,`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1.languageId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId`, `cbax_lexicon_entry.translation.fallback_1`.title as `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.fallback_1`.keyword as `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.fallback_1`.description as `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.fallback_1`.description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1`.link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.fallback_1`.meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.fallback_1`.meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1`.meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.fallback_1`.headline as `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.fallback_1`.attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.fallback_1`.attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.fallback_1`.attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.fallback_1`.attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.fallback_1`.created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.fallback_1`.updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.fallback_1`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1`.language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1`.`cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1`.language_id = ? WHERE `cbax_lexicon_entry.translation`.language_id = ?) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` LEFT JOIN `media` `cbax_lexicon_entry.media2` ON `cbax_lexicon_entry`.`media2_id` = `cbax_lexicon_entry.media2`.`id` LEFT JOIN `media` `cbax_lexicon_entry.media3` ON `cbax_lexicon_entry`.`media3_id` = `cbax_lexicon_entry.media3`.`id` LEFT JOIN (SELECT `cbax_lexicon_entry.media2.translation`.media_id, `cbax_lexicon_entry.media2.translation`.title as `cbax_lexicon_entry.media2.translation.title`, `cbax_lexicon_entry.media2.translation`.alt as `cbax_lexicon_entry.media2.translation.alt`, `cbax_lexicon_entry.media2.translation`.custom_fields as `cbax_lexicon_entry.media2.translation.customFields`, `cbax_lexicon_entry.media2.translation`.created_at as `cbax_lexicon_entry.media2.translation.createdAt`, `cbax_lexicon_entry.media2.translation`.updated_at as `cbax_lexicon_entry.media2.translation.updatedAt`, `cbax_lexicon_entry.media2.translation`.media_id as `cbax_lexicon_entry.media2.translation.mediaId`, `cbax_lexicon_entry.media2.translation`.language_id as `cbax_lexicon_entry.media2.translation.languageId`, `cbax_lexicon_entry.media2.translation.fallback_1`.title as `cbax_lexicon_entry.media2.translation.fallback_1.title`, `cbax_lexicon_entry.media2.translation.fallback_1`.alt as `cbax_lexicon_entry.media2.translation.fallback_1.alt`, `cbax_lexicon_entry.media2.translation.fallback_1`.custom_fields as `cbax_lexicon_entry.media2.translation.fallback_1.customFields`, `cbax_lexicon_entry.media2.translation.fallback_1`.created_at as `cbax_lexicon_entry.media2.translation.fallback_1.createdAt`, `cbax_lexicon_entry.media2.translation.fallback_1`.updated_at as `cbax_lexicon_entry.media2.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.media2.translation.fallback_1`.media_id as `cbax_lexicon_entry.media2.translation.fallback_1.mediaId`, `cbax_lexicon_entry.media2.translation.fallback_1`.language_id as `cbax_lexicon_entry.media2.translation.fallback_1.languageId` FROM `media_translation` `cbax_lexicon_entry.media2.translation` LEFT JOIN `media_translation` `cbax_lexicon_entry.media2.translation.fallback_1` ON `cbax_lexicon_entry.media2.translation`.`media_id` = `cbax_lexicon_entry.media2.translation.fallback_1`.`media_id` AND `cbax_lexicon_entry.media2.translation.fallback_1`.language_id = ? WHERE `cbax_lexicon_entry.media2.translation`.language_id = ?) `cbax_lexicon_entry.media2.media_translation` ON `cbax_lexicon_entry.media2.media_translation`.`media_id` = `cbax_lexicon_entry.media2`.`id` LEFT JOIN (SELECT `cbax_lexicon_entry.media3.translation`.media_id, `cbax_lexicon_entry.media3.translation`.title as `cbax_lexicon_entry.media3.translation.title`, `cbax_lexicon_entry.media3.translation`.alt as `cbax_lexicon_entry.media3.translation.alt`, `cbax_lexicon_entry.media3.translation`.custom_fields as `cbax_lexicon_entry.media3.translation.customFields`, `cbax_lexicon_entry.media3.translation`.created_at as `cbax_lexicon_entry.media3.translation.createdAt`, `cbax_lexicon_entry.media3.translation`.updated_at as `cbax_lexicon_entry.media3.translation.updatedAt`, `cbax_lexicon_entry.media3.translation`.media_id as `cbax_lexicon_entry.media3.translation.mediaId`, `cbax_lexicon_entry.media3.translation`.language_id as `cbax_lexicon_entry.media3.translation.languageId`, `cbax_lexicon_entry.media3.translation.fallback_1`.title as `cbax_lexicon_entry.media3.translation.fallback_1.title`, `cbax_lexicon_entry.media3.translation.fallback_1`.alt as `cbax_lexicon_entry.media3.translation.fallback_1.alt`, `cbax_lexicon_entry.media3.translation.fallback_1`.custom_fields as `cbax_lexicon_entry.media3.translation.fallback_1.customFields`, `cbax_lexicon_entry.media3.translation.fallback_1`.created_at as `cbax_lexicon_entry.media3.translation.fallback_1.createdAt`, `cbax_lexicon_entry.media3.translation.fallback_1`.updated_at as `cbax_lexicon_entry.media3.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.media3.translation.fallback_1`.media_id as `cbax_lexicon_entry.media3.translation.fallback_1.mediaId`, `cbax_lexicon_entry.media3.translation.fallback_1`.language_id as `cbax_lexicon_entry.media3.translation.fallback_1.languageId` FROM `media_translation` `cbax_lexicon_entry.media3.translation` LEFT JOIN `media_translation` `cbax_lexicon_entry.media3.translation.fallback_1` ON `cbax_lexicon_entry.media3.translation`.`media_id` = `cbax_lexicon_entry.media3.translation.fallback_1`.`media_id` AND `cbax_lexicon_entry.media3.translation.fallback_1`.language_id = ? WHERE `cbax_lexicon_entry.media3.translation`.language_id = ?) `cbax_lexicon_entry.media3.media_translation` ON `cbax_lexicon_entry.media3.media_translation`.`media_id` = `cbax_lexicon_entry.media3`.`id` WHERE (`cbax_lexicon_entry`.`id` = ?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“l£hÓsÖ‚àãÂZ”©Â"
]
42 0.48 ms
SELECT `cbax_lexicon_entry`.`id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry`.`date` <= ?) AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = ?) GROUP BY `cbax_lexicon_entry`.`id`
Parameters:
[
  "2025-04-18 19:12:12"
  b"\x11!1óHcÉ»ë░°+Z""
]
43 3.07 ms
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_template` as `cbax_lexicon_entry.productTemplate`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`media2_id` as `cbax_lexicon_entry.media2Id`, `cbax_lexicon_entry`.`media3_id` as `cbax_lexicon_entry.media3Id`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.keyword`,`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.description`,`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.headline`,`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute1`,`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute4`,`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute5`,`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute6`,`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1.languageId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId`, `cbax_lexicon_entry.translation.fallback_1`.title as `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.fallback_1`.keyword as `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.fallback_1`.description as `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.fallback_1`.description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1`.link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.fallback_1`.meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.fallback_1`.meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1`.meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.fallback_1`.headline as `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.fallback_1`.attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.fallback_1`.attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.fallback_1`.attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.fallback_1`.attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.fallback_1`.created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.fallback_1`.updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.fallback_1`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1`.language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1`.`cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1`.language_id = ? WHERE `cbax_lexicon_entry.translation`.language_id = ?) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE `cbax_lexicon_entry`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ô?╣\x1A6s°îLêYì%fª"
  b"\x01“h/l¥rر'iÍðŠ·õ"
  b"""
    \x01“h4\n
    msu¬óþìu¹\x04\x15
    """
  b"\x01“hevzsP¹‰±Î’¡\x19}"
  b"\x01“hh)ŽpC¯$\x06\x07(Mʦ"
  b"\x01ôhiþ{q\ÅRÿ¸¥\x05\e"
  b"""
    \x01“hr»kq\x08“‘Ï\x1Dão\n
    ø
    """
  b"\x01“hx|ðr+ˆ\x06\fÜ"‰o\x1E"
  b"\x01ôh\x7F÷£qæú(ı/[(ɯ"
  b"\x01ôhà▒`reì¯kî»)\x12\x7F"
  b"\x01“h‡V‡r{·àÂòø(Èô"
  b"\x01“hŽéÿr@¿\x08\x1Cx\x17W]•"
  b"\x01“h‘\x0EáqòŒ&ãb×mù\x18"
  b"\x01“h”!¢r¢›\x16…‚\x1Aļý"
  b"\x01“h–g­säˆ$–Iþ\x12ø\t"
  b"\x01“h˜¬0pˆº¬\x12Àä‡`B"
  b"\x01“h›QÝqž·=Çbš\x0F"
  b"\x01ôhØ┴\x04qTüö─h█Æ╚V"
  b"\x01ôh¿\x0EâsDÉ/0¾┌VÈë"
  b"\x01ôh½0Ñqƒüd]³ZTIO"
  b"\x01ôh¡<÷r²ÉJ.6Oh\x03\x1D"
  b"\x01“h¯ª´s\x00•B”_uß\x13"
  b"\x01ôh▒}YrÿÂV┘\x10­┐çØ"
  b"\x01“h³/(râ…O<ð¸Pôú"
  b"\x01“hµ\x05Ûrn‘«NvA`Õ¸"
  b"\x01“h¸—\x13sD¨N~¹J¾üq"
  b"\x01ôh╣‗\x18rðŦ­¨\x11ÇFN"
  b"\x01“h»«kqg¬“óïš®(\x00"
  b"\x01“h½·Žsf²záÌ…˜"["
  b"\x01“h¿ŠFq—¨ð÷†~†Ð\x1E"
  b"\x01“hÁ\tss\x02¶³ÛË«\eËÑ"
  b"\x01“hº¯sÚ¶ñì\x04@\x1Dþ•"
  b"\x01“hÅßDp\x0F©\x1Aè÷Vp\x10÷"
  b"\x01“hÇÒŸsQŽýåGŠ¦\x07#"
  b"\x01“hÊ`ßp\t±s²›þ÷\v\x08"
  b"\x01“hÐ\f\x07q\x19\x08[\x17º&ô\x17"
  b"\x01“hÑ—¡r?¬\x15\x0F\x06Å]IÑ"
  b"\x01“hÓÈ$p˺>\x12\x055:k›"
  b"\x01“hÕ–·q.¿^~dG—\x10\x10"
  b"\x01ôhÎØÁq╗ºc'║o±¤╝"
  b"\x01“hÙ\x04–r%‘èö-9¢îö"
  b"\x01“hÚXÀp¨Žëöuô·Š\x00"
  b"""
    \x01“hÜ\x05erK¡dÞî„\n
    \x074
    """
  b"\x01ôh¦²ûq▓áyÒ\x05ûë\x03Ø"
  b"\x01“hà\x03.r\x07…i&ˆÒì9–"
  b"\x01“há’ñqý¢Ï\x03¼âãƒN"
  b"\x01“häüÞsj¹¡‚\x06\vúk£"
  b"\x01“hæn¾qy®Ï_šì"q”"
  b"\x01ôhÚÆ\x16q\x04À─ï"âÌ╦Å"
  b"\x01ôh‗▓§qãØz\x10¥iÁ¥L"
  b"\x01“hõ±¸sÊ‘6é`â·#Z"
  b"\x01“hù]¢p÷¥\x0Eó\x165Eñv"
  b"\x01ôh¹I\x00r╗«ê\x044=É8┼"
  b"\x01“lqÊ–p¦¯\f#ìè\x1A"
  b"\x01“lsGÏrK£e\x00‘ÚÒeü"
  b"\x01ôlx·┐s(Å\x0E\x15ãÈHQ"
  b"\x01“l}‹)r\x1Aº{\tÓ=\reI"
  b"\x01“lƒ¯\x00r\x1D‘À\x04•pàa/"
  b"\x01“l†§ùq¿¢s3-—8\x11n"
  b"\x01“lˆúhp±¥/càe߉¬"
  b"\x01“lŠ‚'sʘü´’à*v6"
  b"\x01ôlì©­s6╗_PªÈ╣ç?"
  b"\x01ôlÉ<0q>»ë╠×ñ\x00¬-"
  b"\x01“l‘ðÍp:¡v%É:ÎçN"
  b"\x01ôlø°lq\x14æ\x05rÅ΃│ç"
  b"\x01ôlØ×ñpOÇ\f┐@VY~á"
  b"\x01“lŸ\x1EArµºy'›Lh¢ö"
  b"\x01“l ®Iq\x17®e¯Š\x1Aø˜\x12"
  b"\x01“l£hÓsÖ‚àãÂZ”©Â"
  b"\x01“l¤Öêpš›X\x02\x14\x11:"2"
  b"\x01“l¦T÷p`†y ªÂ‰ïï"
  b"\x01“l¨$©p5·Ð‚/ ¢†f"
  b"\x01“l©ŒyqÚ¢rö=c°ƒ\r"
  b"\x01“l«\x18\x05re¥€‡]g{Â’"
  b"\x01“l¬ÜJr·«!Ÿ„ç-•ë"
  b"\x01“l®¢Ôr§´{ò%Ñ¥ÓŒ"
  b"\x01“l¯ûïq\x06œ\x0E–Qž]þ¨"
  b"""
    \x01ôl▒ñ\x17sÚØ/¼\n
    u8VÕ
    """
  b"\x01“l³`\x1As\x1F¬áR\x1AÕœ\x1F]"
  b"\x01“lµ%Npé¢VF*GÓkÁ"
  b"\x01ôl¾fp└¢èØGº─±´"
  b"\x01“l¹‰XsØš®+j]«GØ"
  b"\x01“l»<õsa Þf\x1C\x19oËb"
  b"\x01“l¼Ë\x1As¦€NSS¸\x19‚2"
  b"\x01“l¾»\x19qn‘}lŸùÿ\x1Fõ"
  b"\x01“lÁ/fqLˆ\x00~Èjm,Â"
  b"\x01“lÃr°p̘Ý퀂¢wö"
  b"\x01“lÅS€r{»p[ý4\x03àU"
  b"\x01ôlù7rèجêãø/ÑÕ"
  b"\x01“lÉÜmrõœ5Çœ08Fõ"
  b"\x01“lËy3sb«!Cÿãô@\x1F"
  b"""
    \x01“lÍ\n
    \x18sÍ¿{Î/–šÚ¾
    """
  b"\x01“lΪ\x07pF„ÏèÎ÷}Âò"
  b"\x01ôlð0FsÌüı┤êþ¦ÙZ"
  b"\x01“lÑ“`p\x02·òên|ë·Ò"
  b"\x01ôlÈMïrÿÉÙÇßJ»\x05Ï"
  b"\x01“lÕéwq°’ÌPÓ\x1C"
  b"\x01“lØp<s\x08±‚lÖXì¼°"
  b"\x01“lÚYypçŒïêó\x0F/V$"
  b"\x01“lÛדpÒ˜Ui{ñw^Ö"
  b"\x01“lÝs&qØ¿¤Óë3-ˆn"
  b"\x01“lßX\er’‰ð\x06\x16_8…g"
  b"\x01“lá)*s´€fæ†ê‰6Z"
  b"\x01“lâðJr?¥n³=\x185ŽS"
  b"\x01“læ*AqÛ¬¸šü!ÕiZ"
  b"\x01ôlÞO@r‗â´ıı×~╬ì"
  b"\x01ôlÚ╚Éq¯©ZÓ?ǯôÌ"
  b"\x01“lëv¦q\x13±»^lá\x1D|O"
  b"\x01“lí+<rÅŸ­Ù\x00\x10WOH"
  b"\x01“lîéÊr(º(YbÁY–?"
  b"\x01“lñ\x16­sî®Ù\x13Õ’|&å"
  b"\x01“lòŸ²q“®­\x06.a\x1E\x16\x14"
  b"\x01“lý\r\x11r‰ªõØ\x0Fß¾˜¯"
  b"\x01“lþ¯\x11s²·P.BL΃j"
  b"\x01“m\x00M>q•¦Ön¨Òæ3\t"
  b"\x01“m\x02\e\x02rø…YÛ!®\x02ö‰"
  b"\x01“m\x03¢Cp[£¾W“R)¨2"
  b"\x01“m\x05C\x16s‘–m\x17‚^‡ÔÌ"
  b"\x01ôm\x06ËÚs ½]³mæ\x1F"
  b"\x01“m\x08ÉÂpJ„ØŒ•8àA\x18"
  b"\x01“m\vá\x18sN–DHþùå\x7Fñ"
  b"\x01“m\rʈp\x1A€iU>\x13³jô"
  b"\x01“m\x0FŹq,³Skz–\x10r\x0E"
  b"\x01“m\x13³\x14qO»¿kÓÝðÞ\e"
  b"\x01“m\x15SNrV°U9Œ™l}ò"
  b"\x01“m\x17\x05\x08p% ’< l,\x10\x1F"
  b"\x01“m\x1A¦\x7FpFˆÈó¡“:Ù&"
  b"\x01ôm\x1Dh\x16p¿ò¹¡ÿùü!─"
  b"\x01ôm [\x1Aq\x02¬«(└X¬×Ø"
  b"\x01ôm"\r]pÍ┐»Dk}öSì"
  b"\x01“m#ßÎr\x08…ÑÜvon÷³"
  b"\x01“m&ä÷q‰šqóÚ!yoš"
  b"\x01“m)‡krǘüÜ‹\x02.z¯"
  b"\x01“m*î…s¢‰\~Ò>Èõ»"
  b"\x01ôm,gÀp\x08ªõ¬±3ZıØ"
  b"\x01ôm-¶¯p\x11å\x0FY:üCøø"
  b"\x01“m/HCqiªY\x18'—Ô<Z"
  b"\x01“m0¸¦r’¢hÝŸô‹\x10¯"
  b"\x01ôm2Ðäq$üzÉıAıc*"
  b"\x01“m4WÎs#”¶j\x08³M^e"
  b"\x01“m5áGq\x11ˆ\x1DKä‡9Õû"
  b"\x01“m8¢\er›”X·¡ÆÊr‰"
  b"\x01ôm:C┐p®ò$ËÉ│rÊ│"
  b"\x01“m<\vQr0’\x17ÂÚ¹%'æ"
  b"\x01“m=‘Õp<²&™þª\\x177"
  b"\x01ômA‗Ær\x18ÁÅà┌ä\x00┼´"
  b"\x01ômDf¸qîì\x0F¶╦¨JMM"
  b"\x01“mEñ™p*¯\x04|kÖL¼|"
  b"\x01“mG´ÂrÒ‡¬r£\x11\f"
  b"\x01“mI_Ñp†² „\x1EŒƒ›þ"
  b"\x01“mK\x17ØpΤ™Î{R£žœ"
  b"""
    \x01“mPNgs꼫lí\n
    ¨Æâ
    """
  b"\x01“mQºpr`Œ\x07Ô„ä\v"
  b"\x01“mS¤7r¹Œõ©Ì™ª‚Z"
  b"\x01ômU0Sq÷«╦^ÅÈU▀ "
  b"\x01“mV±ùq©‘{É\x7Fq"ÒE"
  b"\x01“mX\x074q:‡ù­D¯°¢“"
  b"\x01“mY€#q›­VÙ\x07x\r¦É"
  b"""
    \x01“m[\n
    “s\x15„ž¬üŽÚb2
    """
  b"\x01ôm\µåpF¬Úì¥7rËJ"
  b"\x01ôm^┤\x1Csêá▒²uÅ;P#"
  b"\x01“maLQsl‰xܳس\x07?"
  b"\x01ômbñ╦s¢ÅRôÐ\x03Mx:"
  b"\x01ômâ(BrKº\x08Ü5ìu»Z"
  b"\x01“m„̪sŠ¶K\x14‰è%„f"
  b"\x01“m†%ÆrC•äFòFQφ"
  b"\x01“m‡ýds\x1C—ÿb\x12Tªô‡"
  b"\x01“mŠ8êq\x7F€1Ýïðš+Ê"
  b"\x01“m‹†·s,‡8~\x7F\x18\t\x06ß"
  b"\x01“mŒÖ¶q\x17›¾¦œÊ˜fø"
  b"\x01ômÄÅ3qßïÍ\x7F│v ñU"
  b"\x01ômÅ█oq9íL4\x1CåtÛ6"
  b"\x01ômæµ─p┬ÅF=«\x1AôÈ·"
  b"\x01“m“RŽsé‰mjEÙÈi•"
  b"\x01“m”ÌSsó°\x07øÑÞø0"
  b"\x01“m–Œ¨qö¶4bV~Â\x02\v"
  b"\x01”õ\x0F_KrÛ…pχ\x11·\x18©"
]
44 0.10 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`.`language_id` = ? AND `seo_url`.`sales_channel_id` = ? AND `seo_url`.`route_name` = ? AND `seo_url`.`is_deleted` = ? AND `seo_url`.`is_canonical` = ?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"\x11!1óHcÉ»ë░°+Z""
  "frontend.cbax.lexicon.detail"
  0
  1
]
45 0.08 ms
SELECT `cbax_lexicon_entry`.`id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry`.`date` <= ?) AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = ?) GROUP BY `cbax_lexicon_entry`.`id`
Parameters:
[
  "2025-04-18 19:12:12"
  b"\x11!1óHcÉ»ë░°+Z""
]
46 3.03 ms
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_template` as `cbax_lexicon_entry.productTemplate`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`media2_id` as `cbax_lexicon_entry.media2Id`, `cbax_lexicon_entry`.`media3_id` as `cbax_lexicon_entry.media3Id`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.keyword`,`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.description`,`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.headline`,`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute1`,`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute4`,`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute5`,`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute6`,`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1.languageId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId`, `cbax_lexicon_entry.translation.fallback_1`.title as `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.fallback_1`.keyword as `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.fallback_1`.description as `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.fallback_1`.description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1`.link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.fallback_1`.meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.fallback_1`.meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1`.meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.fallback_1`.headline as `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.fallback_1`.attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.fallback_1`.attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.fallback_1`.attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.fallback_1`.attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.fallback_1`.created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.fallback_1`.updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.fallback_1`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1`.language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1`.`cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1`.language_id = ? WHERE `cbax_lexicon_entry.translation`.language_id = ?) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE `cbax_lexicon_entry`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ô?╣\x1A6s°îLêYì%fª"
  b"\x01“h/l¥rر'iÍðŠ·õ"
  b"""
    \x01“h4\n
    msu¬óþìu¹\x04\x15
    """
  b"\x01“hevzsP¹‰±Î’¡\x19}"
  b"\x01“hh)ŽpC¯$\x06\x07(Mʦ"
  b"\x01ôhiþ{q\ÅRÿ¸¥\x05\e"
  b"""
    \x01“hr»kq\x08“‘Ï\x1Dão\n
    ø
    """
  b"\x01“hx|ðr+ˆ\x06\fÜ"‰o\x1E"
  b"\x01ôh\x7F÷£qæú(ı/[(ɯ"
  b"\x01ôhà▒`reì¯kî»)\x12\x7F"
  b"\x01“h‡V‡r{·àÂòø(Èô"
  b"\x01“hŽéÿr@¿\x08\x1Cx\x17W]•"
  b"\x01“h‘\x0EáqòŒ&ãb×mù\x18"
  b"\x01“h”!¢r¢›\x16…‚\x1Aļý"
  b"\x01“h–g­säˆ$–Iþ\x12ø\t"
  b"\x01“h˜¬0pˆº¬\x12Àä‡`B"
  b"\x01“h›QÝqž·=Çbš\x0F"
  b"\x01ôhØ┴\x04qTüö─h█Æ╚V"
  b"\x01ôh¿\x0EâsDÉ/0¾┌VÈë"
  b"\x01ôh½0Ñqƒüd]³ZTIO"
  b"\x01ôh¡<÷r²ÉJ.6Oh\x03\x1D"
  b"\x01“h¯ª´s\x00•B”_uß\x13"
  b"\x01ôh▒}YrÿÂV┘\x10­┐çØ"
  b"\x01“h³/(râ…O<ð¸Pôú"
  b"\x01“hµ\x05Ûrn‘«NvA`Õ¸"
  b"\x01“h¸—\x13sD¨N~¹J¾üq"
  b"\x01ôh╣‗\x18rðŦ­¨\x11ÇFN"
  b"\x01“h»«kqg¬“óïš®(\x00"
  b"\x01“h½·Žsf²záÌ…˜"["
  b"\x01“h¿ŠFq—¨ð÷†~†Ð\x1E"
  b"\x01“hÁ\tss\x02¶³ÛË«\eËÑ"
  b"\x01“hº¯sÚ¶ñì\x04@\x1Dþ•"
  b"\x01“hÅßDp\x0F©\x1Aè÷Vp\x10÷"
  b"\x01“hÇÒŸsQŽýåGŠ¦\x07#"
  b"\x01“hÊ`ßp\t±s²›þ÷\v\x08"
  b"\x01“hÐ\f\x07q\x19\x08[\x17º&ô\x17"
  b"\x01“hÑ—¡r?¬\x15\x0F\x06Å]IÑ"
  b"\x01“hÓÈ$p˺>\x12\x055:k›"
  b"\x01“hÕ–·q.¿^~dG—\x10\x10"
  b"\x01ôhÎØÁq╗ºc'║o±¤╝"
  b"\x01“hÙ\x04–r%‘èö-9¢îö"
  b"\x01“hÚXÀp¨Žëöuô·Š\x00"
  b"""
    \x01“hÜ\x05erK¡dÞî„\n
    \x074
    """
  b"\x01ôh¦²ûq▓áyÒ\x05ûë\x03Ø"
  b"\x01“hà\x03.r\x07…i&ˆÒì9–"
  b"\x01“há’ñqý¢Ï\x03¼âãƒN"
  b"\x01“häüÞsj¹¡‚\x06\vúk£"
  b"\x01“hæn¾qy®Ï_šì"q”"
  b"\x01ôhÚÆ\x16q\x04À─ï"âÌ╦Å"
  b"\x01ôh‗▓§qãØz\x10¥iÁ¥L"
  b"\x01“hõ±¸sÊ‘6é`â·#Z"
  b"\x01“hù]¢p÷¥\x0Eó\x165Eñv"
  b"\x01ôh¹I\x00r╗«ê\x044=É8┼"
  b"\x01“lqÊ–p¦¯\f#ìè\x1A"
  b"\x01“lsGÏrK£e\x00‘ÚÒeü"
  b"\x01ôlx·┐s(Å\x0E\x15ãÈHQ"
  b"\x01“l}‹)r\x1Aº{\tÓ=\reI"
  b"\x01“lƒ¯\x00r\x1D‘À\x04•pàa/"
  b"\x01“l†§ùq¿¢s3-—8\x11n"
  b"\x01“lˆúhp±¥/càe߉¬"
  b"\x01“lŠ‚'sʘü´’à*v6"
  b"\x01ôlì©­s6╗_PªÈ╣ç?"
  b"\x01ôlÉ<0q>»ë╠×ñ\x00¬-"
  b"\x01“l‘ðÍp:¡v%É:ÎçN"
  b"\x01ôlø°lq\x14æ\x05rÅ΃│ç"
  b"\x01ôlØ×ñpOÇ\f┐@VY~á"
  b"\x01“lŸ\x1EArµºy'›Lh¢ö"
  b"\x01“l ®Iq\x17®e¯Š\x1Aø˜\x12"
  b"\x01“l£hÓsÖ‚àãÂZ”©Â"
  b"\x01“l¤Öêpš›X\x02\x14\x11:"2"
  b"\x01“l¦T÷p`†y ªÂ‰ïï"
  b"\x01“l¨$©p5·Ð‚/ ¢†f"
  b"\x01“l©ŒyqÚ¢rö=c°ƒ\r"
  b"\x01“l«\x18\x05re¥€‡]g{Â’"
  b"\x01“l¬ÜJr·«!Ÿ„ç-•ë"
  b"\x01“l®¢Ôr§´{ò%Ñ¥ÓŒ"
  b"\x01“l¯ûïq\x06œ\x0E–Qž]þ¨"
  b"""
    \x01ôl▒ñ\x17sÚØ/¼\n
    u8VÕ
    """
  b"\x01“l³`\x1As\x1F¬áR\x1AÕœ\x1F]"
  b"\x01“lµ%Npé¢VF*GÓkÁ"
  b"\x01ôl¾fp└¢èØGº─±´"
  b"\x01“l¹‰XsØš®+j]«GØ"
  b"\x01“l»<õsa Þf\x1C\x19oËb"
  b"\x01“l¼Ë\x1As¦€NSS¸\x19‚2"
  b"\x01“l¾»\x19qn‘}lŸùÿ\x1Fõ"
  b"\x01“lÁ/fqLˆ\x00~Èjm,Â"
  b"\x01“lÃr°p̘Ý퀂¢wö"
  b"\x01“lÅS€r{»p[ý4\x03àU"
  b"\x01ôlù7rèجêãø/ÑÕ"
  b"\x01“lÉÜmrõœ5Çœ08Fõ"
  b"\x01“lËy3sb«!Cÿãô@\x1F"
  b"""
    \x01“lÍ\n
    \x18sÍ¿{Î/–šÚ¾
    """
  b"\x01“lΪ\x07pF„ÏèÎ÷}Âò"
  b"\x01ôlð0FsÌüı┤êþ¦ÙZ"
  b"\x01“lÑ“`p\x02·òên|ë·Ò"
  b"\x01ôlÈMïrÿÉÙÇßJ»\x05Ï"
  b"\x01“lÕéwq°’ÌPÓ\x1C"
  b"\x01“lØp<s\x08±‚lÖXì¼°"
  b"\x01“lÚYypçŒïêó\x0F/V$"
  b"\x01“lÛדpÒ˜Ui{ñw^Ö"
  b"\x01“lÝs&qØ¿¤Óë3-ˆn"
  b"\x01“lßX\er’‰ð\x06\x16_8…g"
  b"\x01“lá)*s´€fæ†ê‰6Z"
  b"\x01“lâðJr?¥n³=\x185ŽS"
  b"\x01“læ*AqÛ¬¸šü!ÕiZ"
  b"\x01ôlÞO@r‗â´ıı×~╬ì"
  b"\x01ôlÚ╚Éq¯©ZÓ?ǯôÌ"
  b"\x01“lëv¦q\x13±»^lá\x1D|O"
  b"\x01“lí+<rÅŸ­Ù\x00\x10WOH"
  b"\x01“lîéÊr(º(YbÁY–?"
  b"\x01“lñ\x16­sî®Ù\x13Õ’|&å"
  b"\x01“lòŸ²q“®­\x06.a\x1E\x16\x14"
  b"\x01“lý\r\x11r‰ªõØ\x0Fß¾˜¯"
  b"\x01“lþ¯\x11s²·P.BL΃j"
  b"\x01“m\x00M>q•¦Ön¨Òæ3\t"
  b"\x01“m\x02\e\x02rø…YÛ!®\x02ö‰"
  b"\x01“m\x03¢Cp[£¾W“R)¨2"
  b"\x01“m\x05C\x16s‘–m\x17‚^‡ÔÌ"
  b"\x01ôm\x06ËÚs ½]³mæ\x1F"
  b"\x01“m\x08ÉÂpJ„ØŒ•8àA\x18"
  b"\x01“m\vá\x18sN–DHþùå\x7Fñ"
  b"\x01“m\rʈp\x1A€iU>\x13³jô"
  b"\x01“m\x0FŹq,³Skz–\x10r\x0E"
  b"\x01“m\x13³\x14qO»¿kÓÝðÞ\e"
  b"\x01“m\x15SNrV°U9Œ™l}ò"
  b"\x01“m\x17\x05\x08p% ’< l,\x10\x1F"
  b"\x01“m\x1A¦\x7FpFˆÈó¡“:Ù&"
  b"\x01ôm\x1Dh\x16p¿ò¹¡ÿùü!─"
  b"\x01ôm [\x1Aq\x02¬«(└X¬×Ø"
  b"\x01ôm"\r]pÍ┐»Dk}öSì"
  b"\x01“m#ßÎr\x08…ÑÜvon÷³"
  b"\x01“m&ä÷q‰šqóÚ!yoš"
  b"\x01“m)‡krǘüÜ‹\x02.z¯"
  b"\x01“m*î…s¢‰\~Ò>Èõ»"
  b"\x01ôm,gÀp\x08ªõ¬±3ZıØ"
  b"\x01ôm-¶¯p\x11å\x0FY:üCøø"
  b"\x01“m/HCqiªY\x18'—Ô<Z"
  b"\x01“m0¸¦r’¢hÝŸô‹\x10¯"
  b"\x01ôm2Ðäq$üzÉıAıc*"
  b"\x01“m4WÎs#”¶j\x08³M^e"
  b"\x01“m5áGq\x11ˆ\x1DKä‡9Õû"
  b"\x01“m8¢\er›”X·¡ÆÊr‰"
  b"\x01ôm:C┐p®ò$ËÉ│rÊ│"
  b"\x01“m<\vQr0’\x17ÂÚ¹%'æ"
  b"\x01“m=‘Õp<²&™þª\\x177"
  b"\x01ômA‗Ær\x18ÁÅà┌ä\x00┼´"
  b"\x01ômDf¸qîì\x0F¶╦¨JMM"
  b"\x01“mEñ™p*¯\x04|kÖL¼|"
  b"\x01“mG´ÂrÒ‡¬r£\x11\f"
  b"\x01“mI_Ñp†² „\x1EŒƒ›þ"
  b"\x01“mK\x17ØpΤ™Î{R£žœ"
  b"""
    \x01“mPNgs꼫lí\n
    ¨Æâ
    """
  b"\x01“mQºpr`Œ\x07Ô„ä\v"
  b"\x01“mS¤7r¹Œõ©Ì™ª‚Z"
  b"\x01ômU0Sq÷«╦^ÅÈU▀ "
  b"\x01“mV±ùq©‘{É\x7Fq"ÒE"
  b"\x01“mX\x074q:‡ù­D¯°¢“"
  b"\x01“mY€#q›­VÙ\x07x\r¦É"
  b"""
    \x01“m[\n
    “s\x15„ž¬üŽÚb2
    """
  b"\x01ôm\µåpF¬Úì¥7rËJ"
  b"\x01ôm^┤\x1Csêá▒²uÅ;P#"
  b"\x01“maLQsl‰xܳس\x07?"
  b"\x01ômbñ╦s¢ÅRôÐ\x03Mx:"
  b"\x01ômâ(BrKº\x08Ü5ìu»Z"
  b"\x01“m„̪sŠ¶K\x14‰è%„f"
  b"\x01“m†%ÆrC•äFòFQφ"
  b"\x01“m‡ýds\x1C—ÿb\x12Tªô‡"
  b"\x01“mŠ8êq\x7F€1Ýïðš+Ê"
  b"\x01“m‹†·s,‡8~\x7F\x18\t\x06ß"
  b"\x01“mŒÖ¶q\x17›¾¦œÊ˜fø"
  b"\x01ômÄÅ3qßïÍ\x7F│v ñU"
  b"\x01ômÅ█oq9íL4\x1CåtÛ6"
  b"\x01ômæµ─p┬ÅF=«\x1AôÈ·"
  b"\x01“m“RŽsé‰mjEÙÈi•"
  b"\x01“m”ÌSsó°\x07øÑÞø0"
  b"\x01“m–Œ¨qö¶4bV~Â\x02\v"
  b"\x01”õ\x0F_KrÛ…pχ\x11·\x18©"
]
47 0.13 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`.`language_id` = ? AND `seo_url`.`sales_channel_id` = ? AND `seo_url`.`route_name` = ? AND `seo_url`.`is_deleted` = ? AND `seo_url`.`is_canonical` = ?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"\x11!1óHcÉ»ë░°+Z""
  "frontend.cbax.lexicon.detail"
  0
  1
]
48 0.07 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"\x11!1óHcÉ»ë░°+Z""
  b"\x11!1óHcÉ»ë░°+Z""
]
49 0.09 ms
# header::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.fallback_1.name`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.fallback_1.name`,`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.fallback_1.territory`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.fallback_1.territory`,`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.fallback_1.customFields`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.fallback_1.customFields`,`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.fallback_1.createdAt`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.fallback_1.updatedAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.fallback_1.localeId`, `language.translationCode.translation.localeId`, `language.translationCode.translation.fallback_1.languageId`, `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.locale_id, `language.translationCode.translation`.name as `language.translationCode.translation.name`, `language.translationCode.translation`.territory as `language.translationCode.translation.territory`, `language.translationCode.translation`.custom_fields as `language.translationCode.translation.customFields`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId`, `language.translationCode.translation.fallback_1`.name as `language.translationCode.translation.fallback_1.name`, `language.translationCode.translation.fallback_1`.territory as `language.translationCode.translation.fallback_1.territory`, `language.translationCode.translation.fallback_1`.custom_fields as `language.translationCode.translation.fallback_1.customFields`, `language.translationCode.translation.fallback_1`.created_at as `language.translationCode.translation.fallback_1.createdAt`, `language.translationCode.translation.fallback_1`.updated_at as `language.translationCode.translation.fallback_1.updatedAt`, `language.translationCode.translation.fallback_1`.locale_id as `language.translationCode.translation.fallback_1.localeId`, `language.translationCode.translation.fallback_1`.language_id as `language.translationCode.translation.fallback_1.languageId` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation`.`locale_id` = `language.translationCode.translation.fallback_1`.`locale_id` AND `language.translationCode.translation.fallback_1`.language_id = ? WHERE `language.translationCode.translation`.language_id = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?, ?, ?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"ØïO³ñ«@Ò╝\x16T\x14«\x11"
]
50 0.06 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"‗L1üQ\x14HHñ­3¶I¹Ê\x19"
  b"‗L1üQ\x14HHñ­3¶I¹Ê\x19"
  b"‗L1üQ\x14HHñ­3¶I¹Ê\x19"
]
51 3.56 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `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 LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|f24c318151144848a4f033f449fbd219|%"
  1
  7
]
52 0.08 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
53 0.08 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|f24c318151144848a4f033f449fbd219|%"
  7
  true
  true
]
54 0.15 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `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 LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"‗L1üQ\x14HHñ­3¶I¹Ê\x19"
]
55 0.10 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"\x11!1óHcÉ»ë░°+Z""
]
56 0.08 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.fallback_1.shortName`, `currency.translation.shortName`, COALESCE(`currency.translation.fallback_1.shortName`,`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.fallback_1.name`, `currency.translation.name`, COALESCE(`currency.translation.fallback_1.name`,`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.fallback_1.customFields`, `currency.translation.customFields`, COALESCE(`currency.translation.fallback_1.customFields`,`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.fallback_1.createdAt`, `currency.translation.createdAt`, `currency.translation.fallback_1.updatedAt`, `currency.translation.updatedAt`, `currency.translation.fallback_1.currencyId`, `currency.translation.currencyId`, `currency.translation.fallback_1.languageId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId`, `currency.translation.fallback_1`.short_name as `currency.translation.fallback_1.shortName`, `currency.translation.fallback_1`.name as `currency.translation.fallback_1.name`, `currency.translation.fallback_1`.custom_fields as `currency.translation.fallback_1.customFields`, `currency.translation.fallback_1`.created_at as `currency.translation.fallback_1.createdAt`, `currency.translation.fallback_1`.updated_at as `currency.translation.fallback_1.updatedAt`, `currency.translation.fallback_1`.currency_id as `currency.translation.fallback_1.currencyId`, `currency.translation.fallback_1`.language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation`.`currency_id` = `currency.translation.fallback_1`.`currency_id` AND `currency.translation.fallback_1`.language_id = ? WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
57 0.07 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01ïp┌É_w╠é?b~=¤¿Þ"
  b"\x01ïp┌É_w╠é?b~=¤¿Þ"
  b"\x01ïp┌É_w╠é?b~=¤¿Þ"
]
58 0.14 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `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 LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|018b70da905f77cc823f627e3dcfa8e8|%"
  1
  4
]
59 0.07 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|018b70da905f77cc823f627e3dcfa8e8|%"
  4
  true
  true
]
60 0.12 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `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 LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ïp┌É_w╠é?b~=¤¿Þ"
]
61 0.06 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"\x11!1óHcÉ»ë░°+Z""
  "NimbitsPriceOnRequestNext.config.%"
]
62 0.07 ms
# generic-page::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = ? WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`)) ASC
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"\x11!1óHcÉ»ë░°+Z""
]
63 0.12 ms
# generic-page::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.name`,`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.customFields`,`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.fallback_1.title`,`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.fallback_1.alt`,`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.fallback_1.customFields`,`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.fallback_1.languageId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_1.languageId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = ? WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`, `shipping_method.deliveryTime.translation.fallback_1`.name as `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.fallback_1`.custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.fallback_1`.created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.fallback_1`.updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1`.language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = ? WHERE `shipping_method.deliveryTime.translation`.language_id = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId`, `shipping_method.media.translation.fallback_1`.title as `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.fallback_1`.alt as `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.fallback_1`.custom_fields as `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.fallback_1`.created_at as `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.fallback_1`.updated_at as `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.fallback_1`.media_id as `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.fallback_1`.language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation`.`media_id` = `shipping_method.media.translation.fallback_1`.`media_id` AND `shipping_method.media.translation.fallback_1`.language_id = ? WHERE `shipping_method.media.translation`.language_id = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x066UæòÄB\x7Fƒde„ZKHí"
]
64 0.09 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
]
65 0.09 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`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž2ù\x02\x13qØŠ\x16í\x06Ýö\x16Q"
]
66 0.06 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Ž2ù\x02\x13qØŠ\x16í\x06Ýö\x16Q"
]
67 0.08 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`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“° ÷BrÚ¥Õ6Ìž\x00•Ä"
]
68 0.06 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“° ÷BrÚ¥Õ6Ìž\x00•Ä"
]
69 0.06 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:
[]
70 0.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:
[]
71 0.06 ms
# generic-page::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"\x11!1óHcÉ»ë░°+Z""
]
72 0.11 ms
# generic-page::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_1.title`,`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_1.alt`,`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_1.customFields`,`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_1.languageId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId`, `payment_method.translation.fallback_1`.name as `payment_method.translation.fallback_1.name`, `payment_method.translation.fallback_1`.distinguishable_name as `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.fallback_1`.description as `payment_method.translation.fallback_1.description`, `payment_method.translation.fallback_1`.custom_fields as `payment_method.translation.fallback_1.customFields`, `payment_method.translation.fallback_1`.created_at as `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.fallback_1`.updated_at as `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.fallback_1`.payment_method_id as `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.fallback_1`.language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id` AND `payment_method.translation.fallback_1`.language_id = ? WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`, `payment_method.media.translation.fallback_1`.title as `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.fallback_1`.alt as `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.fallback_1`.custom_fields as `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.fallback_1`.created_at as `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.fallback_1`.updated_at as `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.fallback_1`.media_id as `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.fallback_1`.language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id` AND `payment_method.media.translation.fallback_1`.language_id = ? WHERE `payment_method.media.translation`.language_id = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¹ÇUiì¦A\x0E»ÇH>\x13«ßW"
]
73 0.09 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
]
74 0.08 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`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž2ù\x02\x13qØŠ\x16í\x06Ýö\x16Q"
]
75 0.04 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Ž2ù\x02\x13qØŠ\x16í\x06Ýö\x16Q"
]
76 0.08 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`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“° ÷BrÚ¥Õ6Ìž\x00•Ä"
]
77 0.04 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“° ÷BrÚ¥Õ6Ìž\x00•Ä"
]
78 0.07 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:
[]
79 0.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:
[]
80 0.09 ms
# Lexicon 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.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` = ?))
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01“?¡…Or¹‹"WÞB\x05\x04ˆ"
]
81 0.09 ms
# Lexicon 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`.`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""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01“?¡…Or¹‹"WÞB\x05\x04ˆ"
]
82 0.09 ms
# Lexicon 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`.`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""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01“?¡…Or¹‹"WÞB^¾ƒ"
  b"\x01“?¡…Or¹‹"WÞD•Õq"
]
83 0.09 ms
# Lexicon 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.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 WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?)))
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01“?¡…Or¹‹"WÞB³_‚"
  b"\x01“?¡…Or¹‹"WÞDðÎw"
  b"\x01“?¡…Or¹‹"WÞF\x05\x02"
  b"\x01“?¡…Or¹‹"WÞG\x04Íä"
  b"\x01“?¡…Or¹‹"WÞH#[®"
  b"\x01“?¡…Or¹‹"WÞIChx"
]
84 1.37 ms
# Lexicon getLetterLexiconEntries::search-ids
SELECT `cbax_lexicon_entry`.`id` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId`, `cbax_lexicon_entry.translation.fallback_1`.title as `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.fallback_1`.keyword as `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.fallback_1`.description as `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.fallback_1`.description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1`.link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.fallback_1`.meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.fallback_1`.meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1`.meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.fallback_1`.headline as `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.fallback_1`.attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.fallback_1`.attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.fallback_1`.attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.fallback_1`.attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.fallback_1`.created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.fallback_1`.updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.fallback_1`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1`.language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1`.`cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1`.language_id = ? WHERE `cbax_lexicon_entry.translation`.language_id = ?) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry`.`date` <= ?) AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = ? AND (COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`) LIKE ? OR COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`) LIKE ? OR COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`) LIKE ? OR COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`) LIKE ? OR COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`) LIKE ? OR COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`) LIKE ?)) GROUP BY `cbax_lexicon_entry`.`id` ORDER BY MIN(COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`)) ASC
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  "2025-04-18 19:12:12"
  b"\x11!1óHcÉ»ë░°+Z""
  "C%"
  "&C%"
  "#C%"
  "+C%"
  "-C%"
  "@C%"
]
85 0.91 ms
# Lexicon getLetterLexiconEntries::read
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_template` as `cbax_lexicon_entry.productTemplate`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`media2_id` as `cbax_lexicon_entry.media2Id`, `cbax_lexicon_entry`.`media3_id` as `cbax_lexicon_entry.media3Id`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.keyword`,`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.description`,`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.headline`,`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute1`,`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute4`,`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute5`,`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute6`,`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1.languageId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId`, `cbax_lexicon_entry.translation.fallback_1`.title as `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.fallback_1`.keyword as `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.fallback_1`.description as `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.fallback_1`.description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1`.link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.fallback_1`.meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.fallback_1`.meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1`.meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.fallback_1`.headline as `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.fallback_1`.attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.fallback_1`.attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.fallback_1`.attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.fallback_1`.attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.fallback_1`.created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.fallback_1`.updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.fallback_1`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1`.language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1`.`cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1`.language_id = ? WHERE `cbax_lexicon_entry.translation`.language_id = ?) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE `cbax_lexicon_entry`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“l ®Iq\x17®e¯Š\x1Aø˜\x12"
  b"\x01“l£hÓsÖ‚àãÂZ”©Â"
  b"\x01“h½·Žsf²záÌ…˜"["
  b"\x01ôh╣‗\x18rðŦ­¨\x11ÇFN"
  b"\x01“h»«kqg¬“óïš®(\x00"
  b"\x01“h¿ŠFq—¨ð÷†~†Ð\x1E"
  b"\x01“l®¢Ôr§´{ò%Ñ¥ÓŒ"
  b"\x01“l¯ûïq\x06œ\x0E–Qž]þ¨"
  b"""
    \x01ôl▒ñ\x17sÚØ/¼\n
    u8VÕ
    """
  b"\x01“l³`\x1As\x1F¬áR\x1AÕœ\x1F]"
  b"\x01ôlù7rèجêãø/ÑÕ"
  b"\x01“lµ%Npé¢VF*GÓkÁ"
  b"\x01“hŽéÿr@¿\x08\x1Cx\x17W]•"
  b"\x01ôl¾fp└¢èØGº─±´"
  b"\x01“l¹‰XsØš®+j]«GØ"
  b"\x01“l»<õsa Þf\x1C\x19oËb"
  b"\x01ômbñ╦s¢ÅRôÐ\x03Mx:"
  b"\x01“h›QÝqž·=Çbš\x0F"
  b"\x01“hÁ\tss\x02¶³ÛË«\eËÑ"
  b"\x01“mK\x17ØpΤ™Î{R£žœ"
]
86 0.08 ms
SELECT `cbax_lexicon_entry`.`id` FROM `cbax_lexicon_entry` LEFT JOIN `cbax_lexicon_sales_channel` `cbax_lexicon_entry.saleschannels` ON `cbax_lexicon_entry`.`id` = `cbax_lexicon_entry.saleschannels`.`cbax_lexicon_entry_id` WHERE ((`cbax_lexicon_entry`.`date` <= ?) AND `cbax_lexicon_entry.saleschannels`.`sales_channel_id` = ?) GROUP BY `cbax_lexicon_entry`.`id`
Parameters:
[
  "2025-04-18 19:12:12"
  b"\x11!1óHcÉ»ë░°+Z""
]
87 2.91 ms
SELECT `cbax_lexicon_entry`.`id` as `cbax_lexicon_entry.id`, `cbax_lexicon_entry`.`impressions` as `cbax_lexicon_entry.impressions`, `cbax_lexicon_entry`.`date` as `cbax_lexicon_entry.date`, `cbax_lexicon_entry`.`link` as `cbax_lexicon_entry.link`, `cbax_lexicon_entry`.`link_target` as `cbax_lexicon_entry.linkTarget`, `cbax_lexicon_entry`.`listing_type` as `cbax_lexicon_entry.listingType`, `cbax_lexicon_entry`.`product_stream_id` as `cbax_lexicon_entry.productStreamId`, `cbax_lexicon_entry`.`product_layout` as `cbax_lexicon_entry.productLayout`, `cbax_lexicon_entry`.`product_template` as `cbax_lexicon_entry.productTemplate`, `cbax_lexicon_entry`.`product_slider_width` as `cbax_lexicon_entry.productSliderWidth`, `cbax_lexicon_entry`.`product_sorting` as `cbax_lexicon_entry.productSorting`, `cbax_lexicon_entry`.`product_limit` as `cbax_lexicon_entry.productLimit`, `cbax_lexicon_entry`.`attribute2` as `cbax_lexicon_entry.attribute2`, `cbax_lexicon_entry`.`attribute3` as `cbax_lexicon_entry.attribute3`, `cbax_lexicon_entry`.`media2_id` as `cbax_lexicon_entry.media2Id`, `cbax_lexicon_entry`.`media3_id` as `cbax_lexicon_entry.media3Id`, `cbax_lexicon_entry`.`created_at` as `cbax_lexicon_entry.createdAt`, `cbax_lexicon_entry`.`updated_at` as `cbax_lexicon_entry.updatedAt`, `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.title`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.title`,`cbax_lexicon_entry.translation.title`,`cbax_lexicon_entry.translation.title`) as `cbax_lexicon_entry.title`, `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.keyword`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.keyword`,`cbax_lexicon_entry.translation.keyword`,`cbax_lexicon_entry.translation.keyword`) as `cbax_lexicon_entry.keyword`, `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.description`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.description`,`cbax_lexicon_entry.translation.description`,`cbax_lexicon_entry.translation.description`) as `cbax_lexicon_entry.description`, `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.descriptionLong`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`,`cbax_lexicon_entry.translation.descriptionLong`) as `cbax_lexicon_entry.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.linkDescription`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`,`cbax_lexicon_entry.translation.linkDescription`) as `cbax_lexicon_entry.linkDescription`, `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.metaTitle`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`,`cbax_lexicon_entry.translation.metaTitle`) as `cbax_lexicon_entry.metaTitle`, `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.metaKeywords`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`,`cbax_lexicon_entry.translation.metaKeywords`) as `cbax_lexicon_entry.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.metaDescription`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`,`cbax_lexicon_entry.translation.metaDescription`) as `cbax_lexicon_entry.metaDescription`, `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.headline`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.headline`,`cbax_lexicon_entry.translation.headline`,`cbax_lexicon_entry.translation.headline`) as `cbax_lexicon_entry.headline`, `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.attribute1`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute1`,`cbax_lexicon_entry.translation.attribute1`,`cbax_lexicon_entry.translation.attribute1`) as `cbax_lexicon_entry.attribute1`, `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.attribute4`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute4`,`cbax_lexicon_entry.translation.attribute4`,`cbax_lexicon_entry.translation.attribute4`) as `cbax_lexicon_entry.attribute4`, `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.attribute5`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute5`,`cbax_lexicon_entry.translation.attribute5`,`cbax_lexicon_entry.translation.attribute5`) as `cbax_lexicon_entry.attribute5`, `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.attribute6`, COALESCE(`cbax_lexicon_entry.translation.fallback_1.attribute6`,`cbax_lexicon_entry.translation.attribute6`,`cbax_lexicon_entry.translation.attribute6`) as `cbax_lexicon_entry.attribute6`, `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1.languageId`, `cbax_lexicon_entry.translation.languageId` FROM `cbax_lexicon_entry` LEFT JOIN (SELECT `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id, `cbax_lexicon_entry.translation`.title as `cbax_lexicon_entry.translation.title`, `cbax_lexicon_entry.translation`.keyword as `cbax_lexicon_entry.translation.keyword`, `cbax_lexicon_entry.translation`.description as `cbax_lexicon_entry.translation.description`, `cbax_lexicon_entry.translation`.description_long as `cbax_lexicon_entry.translation.descriptionLong`, `cbax_lexicon_entry.translation`.link_description as `cbax_lexicon_entry.translation.linkDescription`, `cbax_lexicon_entry.translation`.meta_title as `cbax_lexicon_entry.translation.metaTitle`, `cbax_lexicon_entry.translation`.meta_keywords as `cbax_lexicon_entry.translation.metaKeywords`, `cbax_lexicon_entry.translation`.meta_description as `cbax_lexicon_entry.translation.metaDescription`, `cbax_lexicon_entry.translation`.headline as `cbax_lexicon_entry.translation.headline`, `cbax_lexicon_entry.translation`.attribute1 as `cbax_lexicon_entry.translation.attribute1`, `cbax_lexicon_entry.translation`.attribute4 as `cbax_lexicon_entry.translation.attribute4`, `cbax_lexicon_entry.translation`.attribute5 as `cbax_lexicon_entry.translation.attribute5`, `cbax_lexicon_entry.translation`.attribute6 as `cbax_lexicon_entry.translation.attribute6`, `cbax_lexicon_entry.translation`.created_at as `cbax_lexicon_entry.translation.createdAt`, `cbax_lexicon_entry.translation`.updated_at as `cbax_lexicon_entry.translation.updatedAt`, `cbax_lexicon_entry.translation`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation`.language_id as `cbax_lexicon_entry.translation.languageId`, `cbax_lexicon_entry.translation.fallback_1`.title as `cbax_lexicon_entry.translation.fallback_1.title`, `cbax_lexicon_entry.translation.fallback_1`.keyword as `cbax_lexicon_entry.translation.fallback_1.keyword`, `cbax_lexicon_entry.translation.fallback_1`.description as `cbax_lexicon_entry.translation.fallback_1.description`, `cbax_lexicon_entry.translation.fallback_1`.description_long as `cbax_lexicon_entry.translation.fallback_1.descriptionLong`, `cbax_lexicon_entry.translation.fallback_1`.link_description as `cbax_lexicon_entry.translation.fallback_1.linkDescription`, `cbax_lexicon_entry.translation.fallback_1`.meta_title as `cbax_lexicon_entry.translation.fallback_1.metaTitle`, `cbax_lexicon_entry.translation.fallback_1`.meta_keywords as `cbax_lexicon_entry.translation.fallback_1.metaKeywords`, `cbax_lexicon_entry.translation.fallback_1`.meta_description as `cbax_lexicon_entry.translation.fallback_1.metaDescription`, `cbax_lexicon_entry.translation.fallback_1`.headline as `cbax_lexicon_entry.translation.fallback_1.headline`, `cbax_lexicon_entry.translation.fallback_1`.attribute1 as `cbax_lexicon_entry.translation.fallback_1.attribute1`, `cbax_lexicon_entry.translation.fallback_1`.attribute4 as `cbax_lexicon_entry.translation.fallback_1.attribute4`, `cbax_lexicon_entry.translation.fallback_1`.attribute5 as `cbax_lexicon_entry.translation.fallback_1.attribute5`, `cbax_lexicon_entry.translation.fallback_1`.attribute6 as `cbax_lexicon_entry.translation.fallback_1.attribute6`, `cbax_lexicon_entry.translation.fallback_1`.created_at as `cbax_lexicon_entry.translation.fallback_1.createdAt`, `cbax_lexicon_entry.translation.fallback_1`.updated_at as `cbax_lexicon_entry.translation.fallback_1.updatedAt`, `cbax_lexicon_entry.translation.fallback_1`.cbax_lexicon_entry_id as `cbax_lexicon_entry.translation.fallback_1.cbaxLexiconEntryId`, `cbax_lexicon_entry.translation.fallback_1`.language_id as `cbax_lexicon_entry.translation.fallback_1.languageId` FROM `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation` LEFT JOIN `cbax_lexicon_entry_translation` `cbax_lexicon_entry.translation.fallback_1` ON `cbax_lexicon_entry.translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry.translation.fallback_1`.`cbax_lexicon_entry_id` AND `cbax_lexicon_entry.translation.fallback_1`.language_id = ? WHERE `cbax_lexicon_entry.translation`.language_id = ?) `cbax_lexicon_entry.cbax_lexicon_entry_translation` ON `cbax_lexicon_entry.cbax_lexicon_entry_translation`.`cbax_lexicon_entry_id` = `cbax_lexicon_entry`.`id` WHERE `cbax_lexicon_entry`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ô?╣\x1A6s°îLêYì%fª"
  b"\x01“h/l¥rر'iÍðŠ·õ"
  b"""
    \x01“h4\n
    msu¬óþìu¹\x04\x15
    """
  b"\x01“hevzsP¹‰±Î’¡\x19}"
  b"\x01“hh)ŽpC¯$\x06\x07(Mʦ"
  b"\x01ôhiþ{q\ÅRÿ¸¥\x05\e"
  b"""
    \x01“hr»kq\x08“‘Ï\x1Dão\n
    ø
    """
  b"\x01“hx|ðr+ˆ\x06\fÜ"‰o\x1E"
  b"\x01ôh\x7F÷£qæú(ı/[(ɯ"
  b"\x01ôhà▒`reì¯kî»)\x12\x7F"
  b"\x01“h‡V‡r{·àÂòø(Èô"
  b"\x01“hŽéÿr@¿\x08\x1Cx\x17W]•"
  b"\x01“h‘\x0EáqòŒ&ãb×mù\x18"
  b"\x01“h”!¢r¢›\x16…‚\x1Aļý"
  b"\x01“h–g­säˆ$–Iþ\x12ø\t"
  b"\x01“h˜¬0pˆº¬\x12Àä‡`B"
  b"\x01“h›QÝqž·=Çbš\x0F"
  b"\x01ôhØ┴\x04qTüö─h█Æ╚V"
  b"\x01ôh¿\x0EâsDÉ/0¾┌VÈë"
  b"\x01ôh½0Ñqƒüd]³ZTIO"
  b"\x01ôh¡<÷r²ÉJ.6Oh\x03\x1D"
  b"\x01“h¯ª´s\x00•B”_uß\x13"
  b"\x01ôh▒}YrÿÂV┘\x10­┐çØ"
  b"\x01“h³/(râ…O<ð¸Pôú"
  b"\x01“hµ\x05Ûrn‘«NvA`Õ¸"
  b"\x01“h¸—\x13sD¨N~¹J¾üq"
  b"\x01ôh╣‗\x18rðŦ­¨\x11ÇFN"
  b"\x01“h»«kqg¬“óïš®(\x00"
  b"\x01“h½·Žsf²záÌ…˜"["
  b"\x01“h¿ŠFq—¨ð÷†~†Ð\x1E"
  b"\x01“hÁ\tss\x02¶³ÛË«\eËÑ"
  b"\x01“hº¯sÚ¶ñì\x04@\x1Dþ•"
  b"\x01“hÅßDp\x0F©\x1Aè÷Vp\x10÷"
  b"\x01“hÇÒŸsQŽýåGŠ¦\x07#"
  b"\x01“hÊ`ßp\t±s²›þ÷\v\x08"
  b"\x01“hÐ\f\x07q\x19\x08[\x17º&ô\x17"
  b"\x01“hÑ—¡r?¬\x15\x0F\x06Å]IÑ"
  b"\x01“hÓÈ$p˺>\x12\x055:k›"
  b"\x01“hÕ–·q.¿^~dG—\x10\x10"
  b"\x01ôhÎØÁq╗ºc'║o±¤╝"
  b"\x01“hÙ\x04–r%‘èö-9¢îö"
  b"\x01“hÚXÀp¨Žëöuô·Š\x00"
  b"""
    \x01“hÜ\x05erK¡dÞî„\n
    \x074
    """
  b"\x01ôh¦²ûq▓áyÒ\x05ûë\x03Ø"
  b"\x01“hà\x03.r\x07…i&ˆÒì9–"
  b"\x01“há’ñqý¢Ï\x03¼âãƒN"
  b"\x01“häüÞsj¹¡‚\x06\vúk£"
  b"\x01“hæn¾qy®Ï_šì"q”"
  b"\x01ôhÚÆ\x16q\x04À─ï"âÌ╦Å"
  b"\x01ôh‗▓§qãØz\x10¥iÁ¥L"
  b"\x01“hõ±¸sÊ‘6é`â·#Z"
  b"\x01“hù]¢p÷¥\x0Eó\x165Eñv"
  b"\x01ôh¹I\x00r╗«ê\x044=É8┼"
  b"\x01“lqÊ–p¦¯\f#ìè\x1A"
  b"\x01“lsGÏrK£e\x00‘ÚÒeü"
  b"\x01ôlx·┐s(Å\x0E\x15ãÈHQ"
  b"\x01“l}‹)r\x1Aº{\tÓ=\reI"
  b"\x01“lƒ¯\x00r\x1D‘À\x04•pàa/"
  b"\x01“l†§ùq¿¢s3-—8\x11n"
  b"\x01“lˆúhp±¥/càe߉¬"
  b"\x01“lŠ‚'sʘü´’à*v6"
  b"\x01ôlì©­s6╗_PªÈ╣ç?"
  b"\x01ôlÉ<0q>»ë╠×ñ\x00¬-"
  b"\x01“l‘ðÍp:¡v%É:ÎçN"
  b"\x01ôlø°lq\x14æ\x05rÅ΃│ç"
  b"\x01ôlØ×ñpOÇ\f┐@VY~á"
  b"\x01“lŸ\x1EArµºy'›Lh¢ö"
  b"\x01“l ®Iq\x17®e¯Š\x1Aø˜\x12"
  b"\x01“l£hÓsÖ‚àãÂZ”©Â"
  b"\x01“l¤Öêpš›X\x02\x14\x11:"2"
  b"\x01“l¦T÷p`†y ªÂ‰ïï"
  b"\x01“l¨$©p5·Ð‚/ ¢†f"
  b"\x01“l©ŒyqÚ¢rö=c°ƒ\r"
  b"\x01“l«\x18\x05re¥€‡]g{Â’"
  b"\x01“l¬ÜJr·«!Ÿ„ç-•ë"
  b"\x01“l®¢Ôr§´{ò%Ñ¥ÓŒ"
  b"\x01“l¯ûïq\x06œ\x0E–Qž]þ¨"
  b"""
    \x01ôl▒ñ\x17sÚØ/¼\n
    u8VÕ
    """
  b"\x01“l³`\x1As\x1F¬áR\x1AÕœ\x1F]"
  b"\x01“lµ%Npé¢VF*GÓkÁ"
  b"\x01ôl¾fp└¢èØGº─±´"
  b"\x01“l¹‰XsØš®+j]«GØ"
  b"\x01“l»<õsa Þf\x1C\x19oËb"
  b"\x01“l¼Ë\x1As¦€NSS¸\x19‚2"
  b"\x01“l¾»\x19qn‘}lŸùÿ\x1Fõ"
  b"\x01“lÁ/fqLˆ\x00~Èjm,Â"
  b"\x01“lÃr°p̘Ý퀂¢wö"
  b"\x01“lÅS€r{»p[ý4\x03àU"
  b"\x01ôlù7rèجêãø/ÑÕ"
  b"\x01“lÉÜmrõœ5Çœ08Fõ"
  b"\x01“lËy3sb«!Cÿãô@\x1F"
  b"""
    \x01“lÍ\n
    \x18sÍ¿{Î/–šÚ¾
    """
  b"\x01“lΪ\x07pF„ÏèÎ÷}Âò"
  b"\x01ôlð0FsÌüı┤êþ¦ÙZ"
  b"\x01“lÑ“`p\x02·òên|ë·Ò"
  b"\x01ôlÈMïrÿÉÙÇßJ»\x05Ï"
  b"\x01“lÕéwq°’ÌPÓ\x1C"
  b"\x01“lØp<s\x08±‚lÖXì¼°"
  b"\x01“lÚYypçŒïêó\x0F/V$"
  b"\x01“lÛדpÒ˜Ui{ñw^Ö"
  b"\x01“lÝs&qØ¿¤Óë3-ˆn"
  b"\x01“lßX\er’‰ð\x06\x16_8…g"
  b"\x01“lá)*s´€fæ†ê‰6Z"
  b"\x01“lâðJr?¥n³=\x185ŽS"
  b"\x01“læ*AqÛ¬¸šü!ÕiZ"
  b"\x01ôlÞO@r‗â´ıı×~╬ì"
  b"\x01ôlÚ╚Éq¯©ZÓ?ǯôÌ"
  b"\x01“lëv¦q\x13±»^lá\x1D|O"
  b"\x01“lí+<rÅŸ­Ù\x00\x10WOH"
  b"\x01“lîéÊr(º(YbÁY–?"
  b"\x01“lñ\x16­sî®Ù\x13Õ’|&å"
  b"\x01“lòŸ²q“®­\x06.a\x1E\x16\x14"
  b"\x01“lý\r\x11r‰ªõØ\x0Fß¾˜¯"
  b"\x01“lþ¯\x11s²·P.BL΃j"
  b"\x01“m\x00M>q•¦Ön¨Òæ3\t"
  b"\x01“m\x02\e\x02rø…YÛ!®\x02ö‰"
  b"\x01“m\x03¢Cp[£¾W“R)¨2"
  b"\x01“m\x05C\x16s‘–m\x17‚^‡ÔÌ"
  b"\x01ôm\x06ËÚs ½]³mæ\x1F"
  b"\x01“m\x08ÉÂpJ„ØŒ•8àA\x18"
  b"\x01“m\vá\x18sN–DHþùå\x7Fñ"
  b"\x01“m\rʈp\x1A€iU>\x13³jô"
  b"\x01“m\x0FŹq,³Skz–\x10r\x0E"
  b"\x01“m\x13³\x14qO»¿kÓÝðÞ\e"
  b"\x01“m\x15SNrV°U9Œ™l}ò"
  b"\x01“m\x17\x05\x08p% ’< l,\x10\x1F"
  b"\x01“m\x1A¦\x7FpFˆÈó¡“:Ù&"
  b"\x01ôm\x1Dh\x16p¿ò¹¡ÿùü!─"
  b"\x01ôm [\x1Aq\x02¬«(└X¬×Ø"
  b"\x01ôm"\r]pÍ┐»Dk}öSì"
  b"\x01“m#ßÎr\x08…ÑÜvon÷³"
  b"\x01“m&ä÷q‰šqóÚ!yoš"
  b"\x01“m)‡krǘüÜ‹\x02.z¯"
  b"\x01“m*î…s¢‰\~Ò>Èõ»"
  b"\x01ôm,gÀp\x08ªõ¬±3ZıØ"
  b"\x01ôm-¶¯p\x11å\x0FY:üCøø"
  b"\x01“m/HCqiªY\x18'—Ô<Z"
  b"\x01“m0¸¦r’¢hÝŸô‹\x10¯"
  b"\x01ôm2Ðäq$üzÉıAıc*"
  b"\x01“m4WÎs#”¶j\x08³M^e"
  b"\x01“m5áGq\x11ˆ\x1DKä‡9Õû"
  b"\x01“m8¢\er›”X·¡ÆÊr‰"
  b"\x01ôm:C┐p®ò$ËÉ│rÊ│"
  b"\x01“m<\vQr0’\x17ÂÚ¹%'æ"
  b"\x01“m=‘Õp<²&™þª\\x177"
  b"\x01ômA‗Ær\x18ÁÅà┌ä\x00┼´"
  b"\x01ômDf¸qîì\x0F¶╦¨JMM"
  b"\x01“mEñ™p*¯\x04|kÖL¼|"
  b"\x01“mG´ÂrÒ‡¬r£\x11\f"
  b"\x01“mI_Ñp†² „\x1EŒƒ›þ"
  b"\x01“mK\x17ØpΤ™Î{R£žœ"
  b"""
    \x01“mPNgs꼫lí\n
    ¨Æâ
    """
  b"\x01“mQºpr`Œ\x07Ô„ä\v"
  b"\x01“mS¤7r¹Œõ©Ì™ª‚Z"
  b"\x01ômU0Sq÷«╦^ÅÈU▀ "
  b"\x01“mV±ùq©‘{É\x7Fq"ÒE"
  b"\x01“mX\x074q:‡ù­D¯°¢“"
  b"\x01“mY€#q›­VÙ\x07x\r¦É"
  b"""
    \x01“m[\n
    “s\x15„ž¬üŽÚb2
    """
  b"\x01ôm\µåpF¬Úì¥7rËJ"
  b"\x01ôm^┤\x1Csêá▒²uÅ;P#"
  b"\x01“maLQsl‰xܳس\x07?"
  b"\x01ômbñ╦s¢ÅRôÐ\x03Mx:"
  b"\x01ômâ(BrKº\x08Ü5ìu»Z"
  b"\x01“m„̪sŠ¶K\x14‰è%„f"
  b"\x01“m†%ÆrC•äFòFQφ"
  b"\x01“m‡ýds\x1C—ÿb\x12Tªô‡"
  b"\x01“mŠ8êq\x7F€1Ýïðš+Ê"
  b"\x01“m‹†·s,‡8~\x7F\x18\t\x06ß"
  b"\x01“mŒÖ¶q\x17›¾¦œÊ˜fø"
  b"\x01ômÄÅ3qßïÍ\x7F│v ñU"
  b"\x01ômÅ█oq9íL4\x1CåtÛ6"
  b"\x01ômæµ─p┬ÅF=«\x1AôÈ·"
  b"\x01“m“RŽsé‰mjEÙÈi•"
  b"\x01“m”ÌSsó°\x07øÑÞø0"
  b"\x01“m–Œ¨qö¶4bV~Â\x02\v"
  b"\x01”õ\x0F_KrÛ…pχ\x11·\x18©"
]
88 0.08 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[]
89 0.16 ms
SELECT 1 as `exists`, `id` FROM `cbax_lexicon_entry` WHERE `id` IN (?)
Parameters:
[
  b"\x01“l£hÓsÖ‚àãÂZ”©Â"
]
90 0.06 ms
"START TRANSACTION"
Parameters:
[]
91 0.26 ms
UPDATE `cbax_lexicon_entry` SET `impressions` = ?, `updated_at` = ? WHERE id = ?
Parameters:
[
  479
  "2025-04-18 19:12:12.841"
  b"\x01“l£hÓsÖ‚àãÂZ”©Â"
]
92 0.13 ms
"COMMIT"
Parameters:
[]
93 0.11 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
]
94 0.09 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`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž2ù\x02\x13qØŠ\x16í\x06Ýö\x16Q"
]
95 0.06 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Ž2ù\x02\x13qØŠ\x16í\x06Ýö\x16Q"
]
96 0.08 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`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“° ÷BrÚ¥Õ6Ìž\x00•Ä"
]
97 0.06 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“° ÷BrÚ¥Õ6Ìž\x00•Ä"
]
98 0.05 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:
[]
99 0.02 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:
[]
100 0.33 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`.`language_id` = ? AND `seo_url`.`sales_channel_id` = ? AND `seo_url`.`route_name` = ? AND `seo_url`.`path_info` = ? AND `seo_url`.`is_deleted` = ? AND `seo_url`.`is_canonical` = ?)
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"\x11!1óHcÉ»ë░°+Z""
  "frontend.cbax.lexicon.detail"
  "/cbax/lexicon/detail/01936ca368d373d682e0e3c25a94a9c2"
  0
  1
]
101 0.06 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "en-GB"
]
102 0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"ß—\x00I\x1E<Ew¿ÙÇh\x19 tÂ"
]
103 0.02 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"\x11!1óHcÉ»ë░°+Z""
]
104 0.07 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
105 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
106 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
107 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
108 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
109 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
110 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
111 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
112 0.06 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
113 0.03 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"ß—\x00I\x1E<Ew¿ÙÇh\x19 tÂ"
]
114 0.06 ms
SELECT `app`.`id` FROM `app` LIMIT 1
Parameters:
[]
115 0.06 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:
[]
116 0.10 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.fallback_1.description`, `theme.translation.description`, COALESCE(`theme.translation.fallback_1.description`,`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.fallback_1.labels`, `theme.translation.labels`, COALESCE(`theme.translation.fallback_1.labels`,`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.fallback_1.helpTexts`, `theme.translation.helpTexts`, COALESCE(`theme.translation.fallback_1.helpTexts`,`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.fallback_1.customFields`, `theme.translation.customFields`, COALESCE(`theme.translation.fallback_1.customFields`,`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.fallback_1.createdAt`, `theme.translation.createdAt`, `theme.translation.fallback_1.updatedAt`, `theme.translation.updatedAt`, `theme.translation.fallback_1.themeId`, `theme.translation.themeId`, `theme.translation.fallback_1.languageId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId`, `theme.translation.fallback_1`.description as `theme.translation.fallback_1.description`, `theme.translation.fallback_1`.labels as `theme.translation.fallback_1.labels`, `theme.translation.fallback_1`.help_texts as `theme.translation.fallback_1.helpTexts`, `theme.translation.fallback_1`.custom_fields as `theme.translation.fallback_1.customFields`, `theme.translation.fallback_1`.created_at as `theme.translation.fallback_1.createdAt`, `theme.translation.fallback_1`.updated_at as `theme.translation.fallback_1.updatedAt`, `theme.translation.fallback_1`.theme_id as `theme.translation.fallback_1.themeId`, `theme.translation.fallback_1`.language_id as `theme.translation.fallback_1.languageId` FROM `theme_translation` `theme.translation` LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation`.`theme_id` = `theme.translation.fallback_1`.`theme_id` AND `theme.translation.fallback_1`.language_id = ? WHERE `theme.translation`.language_id = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
117 0.54 ms
# theme-service::resolve-media::read
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`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.fallback_1.title`, `media.translation.title`, COALESCE(`media.translation.fallback_1.title`,`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.fallback_1.alt`, `media.translation.alt`, COALESCE(`media.translation.fallback_1.alt`,`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.fallback_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.fallback_1.customFields`,`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.fallback_1.createdAt`, `media.translation.createdAt`, `media.translation.fallback_1.updatedAt`, `media.translation.updatedAt`, `media.translation.fallback_1.mediaId`, `media.translation.mediaId`, `media.translation.fallback_1.languageId`, `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`, `media.translation.fallback_1`.title as `media.translation.fallback_1.title`, `media.translation.fallback_1`.alt as `media.translation.fallback_1.alt`, `media.translation.fallback_1`.custom_fields as `media.translation.fallback_1.customFields`, `media.translation.fallback_1`.created_at as `media.translation.fallback_1.createdAt`, `media.translation.fallback_1`.updated_at as `media.translation.fallback_1.updatedAt`, `media.translation.fallback_1`.media_id as `media.translation.fallback_1.mediaId`, `media.translation.fallback_1`.language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation`.`media_id` = `media.translation.fallback_1`.`media_id` AND `media.translation.fallback_1`.language_id = ? 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""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"‚ãL\x7F›µO@›>\x1F‡”‚Ј"
  b"\x01‹l'$¤rs²ý,úvŸÇ|"
]
118 2.29 ms
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[
  "/navigation/17e6541fd5994e8ba330d59a3b357e1a"
  "/navigation/093fb7d366bd47128040bd65b195c2eb"
  "/navigation/97c9d2c249084d8390d822d0db1d5257"
  "/navigation/609e43b628a04152a1772520a202e2a2"
  "/navigation/e6474a460e0644a8b113e401cc079ed1"
  "/navigation/18bba8198fdc4069b2ba8f7a1f1a3c38"
  "/navigation/14c6b6ec6ef94d4e8efcd2bb3f9ac6c7"
  "/navigation/6554c0ed68d04dccb6dc71f7b36dad1b"
  "/navigation/5479c356608b4de6afbda2e02e8ca972"
  "/navigation/46f1dff0ed4e4116af088d8e49e83e1c"
  "/navigation/4498620c207045ab869cfda57bfa1061"
  "/navigation/8768eece1e00482390da695de9fa26eb"
  "/navigation/8090c93a7be14cc28c502c7bbdb5a6eb"
  "/navigation/01914ba9a98573a3b09901fe10417142"
  "/navigation/f7d8d2271cc44c3aa551cbefb2343d1b"
  "/navigation/4a5d774e97634ad18ffd81da992172a3"
  "/navigation/a9b858ca591c49c080e8333abb5615ca"
  "/navigation/01946527b3fd787bb633e52e53b0abb1"
  "/navigation/0195197a33a47c519968f0efc68da2d6"
  "/navigation/537b44a609db48549c4dceaf1fc3f25d"
  "/navigation/bb392dd13a924aab994bc049fb180f13"
  "/navigation/019465361430717185ffa6665eee5626"
  "/navigation/0194653631797bcebcf542bbcf1e55a2"
  "/navigation/a98f8b79ef3d43f88cb5d657299fe6b4"
  "/navigation/39e48ff5976f486dbe1e7cbff46bbac7"
  "/navigation/e0808ce2465243468cdc73986892ba86"
  "/navigation/8dacd65d2f4f40cd8407f4228b26bb87"
  "/navigation/bef0168523634c5ebe9949eaf0af2761"
  "/navigation/8e448cd3ce734e2bab84a9a3a7f38262"
  "/navigation/48f626b2c992482cbb86a08b998db19a"
  "/navigation/ab1e6f0f444f4d96a327fcc42ecf188f"
  "/navigation/a1334835941f44eea4be9a7b90f320f4"
  "/navigation/9da08c31d4f84c519e70928bcfd56d97"
  "/navigation/5eb6f2d510024f6590fa2f1caba0830c"
  "/navigation/6d51a2d87ebd4427b37f06a7b76a2fbf"
  "/navigation/2950aee4065a463ab181b405085ae0fb"
  "/navigation/53510ad6e8304ef0acd23adda95008df"
  "/navigation/2c7a463b97cb4f5ea0196309bcef67a3"
  "/navigation/70d9b680d7634f058bda185eb26daef6"
  "/navigation/252de73cea7544db95c1d165dfd1ca19"
  "/navigation/a033c9154aa7416daaebc0658cba5080"
  "/navigation/e1f4dae52b3a4056a8966c1f39920993"
  "/navigation/a298af7c38a74a3c9cf9ee40847e9d8d"
  "/navigation/c1828f3bc6bc4be98bc76a721afc5d10"
  "/navigation/26022a3c5004488196706ceb4b320820"
  "/navigation/c159a42fc48f49679732d1f64c003123"
  "/navigation/15a8dfd2b75442338fbddfc5605b782f"
  "/navigation/b84e0deae6d745ad981117940a04dcb7"
  "/navigation/2469bf41676f447289eac0dd18771b5e"
  "/navigation/01914ba9acc97346a4efb1d26d7bc91e"
  "/navigation/65ba691233fd4632815dfccf55d01cb6"
  "/navigation/0d09c6531de5420e88d7692539a819bd"
  "/navigation/a84629ff04e3441cafc2fec1d8e152d6"
  "/navigation/8aaf4a6217ac48c9911b7719530e5bb8"
  "/navigation/4bd79ee64527404d887b08cd1bfed982"
  "/navigation/b3a1a9486c26471fa157b6897effafc2"
  "/navigation/3c17f0a9b6994f5798931cb1e10966d0"
  "/navigation/dad72fd07b254503bf23d2f3bdfa5acd"
  "/navigation/d1658731db3c4b97878b331481fa18da"
  "/navigation/de228254944d40e5a154b2cbb8c2049c"
  "/navigation/df6fc0baba2d4e688b3e4e6a7730955f"
  "/navigation/718242c103084fae9281a120eea04e21"
  "/navigation/eeb0fedeb19045e893a140124efe2321"
  "/navigation/bfd20beb12984da3b70855b8bfbe0b88"
  "/navigation/cbe2b81c6c6e44108cf6eb0328f56948"
  "/navigation/7fc8fc3a06f646b899373a40e1a08808"
  "/navigation/19be08daee65411ca39abca89bb0e9e9"
  "/navigation/e3edcc121e0646d9ba3fb0f66e6b6d29"
  "/navigation/96fd68c65ebc46d3a66cf5a71e52f48a"
  "/navigation/b9af6256c3624680a86ec274ae4efcdd"
  "/navigation/ca02b6507ebd4a19b1603fca4a97bf1a"
  "/navigation/56d239ab410d4076ba25f2ad556dced2"
  "/navigation/73fb25442629452eb9d4de1352d68d1e"
  "/navigation/3ec673275eaa401385d435de1e89c531"
  "/navigation/4dc1db49e0fa4183b5b606889559a395"
  "/navigation/441c56cdf64b4743b2648750ff186f0f"
  "/navigation/2d1c2d4c8ff4412e90f3f29a20552617"
  "/navigation/09c1a53cc3564bbcb49492d772893520"
  "/navigation/ec32cc2ec9cd416798dacc9e5c15cf31"
  "/navigation/ec6e4dfa7ac443e9ac3ae1a982798362"
  "/navigation/36d2a980b3fa4cc18c299426374106c5"
  "/navigation/019368e6827370e6a729104ae82d23ad"
  "/navigation/019368e6bfbf799e8154a3b81a5bed79"
  "/navigation/3d7f4db8061241d5bf24b9a9f6087368"
  "/navigation/e5256b233bb545a98ecf25def40b4d28"
  "/navigation/5f8b2851bd9c4de2be03c9da76ffaf06"
  "/navigation/fe99ead500544270a8a759a3325ed12a"
  "/navigation/456539936f3b4c0d95b9dd94c563d317"
  "/navigation/01914ba9a98670279276ab27a4d2f20d"
  "/navigation/d876e3e8d0e84d74b02818ad35195a37"
  "/navigation/01914ba9a98670279276ab27a9c1755d"
  "/navigation/eb25265270ed4f1fab9f03fe6c20403a"
  "/navigation/01914ba9a98670279276ab27aee1850f"
  "/navigation/c338ae7266ba4de1aa426cef6e75ec97"
  "/navigation/1836e875dd7d42fb8b86c9319526e7b7"
  "/navigation/01914ba9a98771eea980fcfb2d5fb195"
  "/navigation/14cfefb98f8742e096c1548afe8f9f74"
  "/navigation/01a14b7520fa4208808cf2b22e291492"
  "/navigation/01914ba9a98771eea980fcfb30a8635d"
  "/navigation/815f511dcc7a498a8878c03523cb5c03"
  "/navigation/01914ba9a988714fbdb62cce40c1577b"
  "/navigation/0997aff779c94c32a2278cca10845053"
  "/navigation/0d4c3456757d4098a89d18bc07ec8c3b"
  "/navigation/288249002d0945fe98f09310b848016a"
  "/navigation/01914ba9a988714fbdb62cce463334e5"
  "/navigation/42cb3937e6cd433fadfc4ff710850fae"
  "/navigation/01914ba9a98971eca6ddec75dd12569f"
  "/navigation/6ee112b9ba2b4f7eb6e9aafe18f52bd3"
  "/navigation/4b806a17d15349f8b4217905a5e563ee"
  "/navigation/7e4595496fed4fc0b3e4b4b73fc64a24"
  "/navigation/8e6a1bec71c7427f990d0e84f3bfadf6"
  "/navigation/efe89bad7e3c49f6bc70f9c531184af1"
  "/navigation/bcaabe2979e04787b6b757c8ce7dc114"
  "/navigation/138bff0387c34fa09a989c9e3a7514d5"
  "/navigation/86d0d84369104b60a0a167fb6cbbe13a"
  "/navigation/a3c4126411a54eb68ecb74773db476b5"
  "/navigation/5b87e1b53bda472185576489f727617e"
  "/navigation/f28c640284514e4c81bb912e11de0020"
  "/navigation/b4059902da224c7390e60511a7245aca"
  "/navigation/730f75375d9840b9aec6c388fd6f9ed2"
  "/navigation/4d8bdb49526a479aa4afdda2c23949c0"
  "/navigation/f54b72ddb99546e89afc96c658277ec6"
  "/navigation/3d72e0e4cc3d45feb03706d0006f8b9a"
  "/navigation/5065b81db2e747eeb3ed3c243b9a8ae6"
  "/navigation/e617bb6e3957424b9aed4ea80591ef93"
  "/navigation/b77f932fd6284bbeb4659d1d05ed868c"
  "/navigation/882291668e454f7da0827176701f00e3"
  "/navigation/45196c8129a24d6d800c2296a6c214b1"
  "/navigation/14b54775151045eba3b1974759dcdb02"
  "/navigation/3468795ef8b74471a228b315d0dcb1a8"
  "/navigation/6219f19616ce4972a0880162e34ecf46"
  "/navigation/2e97bf604bd14208b671d4c504ed3e88"
  "/navigation/b0cbd77919f34d28a09056a6a9bcfc32"
  "/navigation/1c226c8f6ae3451290891e52fdf3a7a3"
  "/navigation/05390ef03918418d8d0297d5c7f89e56"
  "/navigation/fc52f65db64d43f2b2294f21b2e13c9c"
  "/navigation/13226af7e34a4e39afbeb9893d0476d5"
  "/navigation/da318cfd381e478f8b5821ced6328b0e"
  "/navigation/01914ba9a5d8721799e2983cfbe5e714"
  "/navigation/a777c1a23055430fa6e05ee9a2f5b499"
  "/cbax/lexicon/index"
  "/cbax/lexicon/listing/C"
  "/cbax/lexicon/detail/01936ca368d373d682e0e3c25a94a9c2"
  "/cbax/lexicon/detail/01936ca0ae497117ae65af8a1af89812"
  "/cbax/lexicon/detail/019368bdb78e7366b27ae1cc8598225b"
  "/cbax/lexicon/detail/019368b9f21872d08fddf0f91180464e"
  "/cbax/lexicon/detail/019368bbab6b7167ac93f3ef9aae2800"
  "/cbax/lexicon/detail/019368bf8a467197a8f0f7867e86d01e"
  "/cbax/lexicon/detail/01936caea2d472a7b47bf225d1a5d38c"
  "/cbax/lexicon/detail/01936caffbef71069c0e96519e5dfea8"
  "/cbax/lexicon/detail/01936cb1a41773e99d2fac0a753856e5"
  "/cbax/lexicon/detail/01936cb3601a731face1521ad59c1f5d"
  "/cbax/lexicon/detail/01936cc7fb37728a9daa88c69b2fa5e5"
  "/cbax/lexicon/detail/01936cb5254e70e9a256462a47d36bc1"
  "/cbax/lexicon/detail/0193688ee9ff7240bf081c7817575d95"
  "/cbax/lexicon/detail/01936cb6f36670c0bd8a9d47a7c4f1ef"
  "/cbax/lexicon/detail/01936cb9895873d89aae2b6a5dab47d8"
  "/cbax/lexicon/detail/01936cbb3cf57361a0de661c196fcb62"
  "/cbax/lexicon/detail/01936d62a4cb73bd8f5293d1034d783a"
  "/cbax/lexicon/detail/0193689b51dd719eb73dc7629a0f6ebe"
  "/cbax/lexicon/detail/019368c109737302b6b3dbcbab1bcbd1"
  "/cbax/lexicon/detail/01936d4b17d870cea499ce7b52a39e9c"
  "/cbax/lexicon/listing/0-9"
  "/cbax/lexicon/listing/A"
  "/cbax/lexicon/listing/B"
  "/cbax/lexicon/listing/D"
  "/cbax/lexicon/listing/E"
  "/cbax/lexicon/listing/F"
  "/cbax/lexicon/listing/G"
  "/cbax/lexicon/listing/H"
  "/cbax/lexicon/listing/I"
  "/cbax/lexicon/listing/J"
  "/cbax/lexicon/listing/L"
  "/cbax/lexicon/listing/M"
  "/cbax/lexicon/listing/N"
  "/cbax/lexicon/listing/O"
  "/cbax/lexicon/listing/P"
  "/cbax/lexicon/listing/R"
  "/cbax/lexicon/listing/S"
  "/cbax/lexicon/listing/T"
  "/cbax/lexicon/listing/U"
  "/cbax/lexicon/listing/V"
  "/cbax/lexicon/listing/W"
  "/cbax/lexicon/content"
  "/landingPage/01907e745fcb7a7e898b625f4d77ed8c"
  "/landingPage/01907e7d1fd07527986b70e62004d2fc"
  "/landingPage/01907e7e1ac87dd58697bbb838ab6a6b"
  b""\x18ðœ.ÙJʲ}K\vfH\e\x14"
  b"\x11!1óHcÉ»ë░°+Z""
]
119 0.11 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"\x02x\x11ús\rF<²å*Š³^É%"
  b"\x18¤åÉfCG╚¬æ×cõ`[\n"
  b"1¼¾Jc—L¼º ø\x1F,bâÖ"
  b"\x12‡é¼‘ôLš¥[³´v\x16®\x11"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.