Redirect 302 redirect from GET @frontend.account.order.page (5ca010)

Query Metrics

98 Database Queries
65 Different statements
95.40 ms Query time

Queries

Group similar statements

# Time Info
1 0.35 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.44 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.76 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
4 0.19 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 1.10 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.47 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"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
  "account/login"
]
7 0.29 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
  "/account/login"
]
8 0.55 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.77 ms
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND (`scop_platform_redirecter_redirect`.`salesChannelId` = ? OR `scop_platform_redirecter_redirect`.`salesChannelId` <=> ?)) LIMIT 1
Parameters:
[
  "//it/account/login?redirectTo=frontend.account.order.page&redirectParameters=%7B%22XmlHttpRequest%22:true,%22_noStore%22:true%7D"
  "/it/account/login?redirectTo=frontend.account.order.page&redirectParameters=%7B%22XmlHttpRequest%22:true,%22_noStore%22:true%7D"
  "https://gsetechnology.acceptatie01.hosting26.nl/it/account/login?redirectTo=frontend.account.order.page&redirectParameters=%7B%22XmlHttpRequest%22:true,%22_noStore%22:true%7D"
  "https://gsetechnology.acceptatie01.hosting26.nl//it/account/login?redirectTo=frontend.account.order.page&redirectParameters=%7B%22XmlHttpRequest%22:true,%22_noStore%22:true%7D"
  "/it/account/login?redirectTo=frontend.account.order.page&redirectParameters=%7B%22XmlHttpRequest%22:true,%22_noStore%22:true%7D"
  "//it/account/login?redirectTo=frontend.account.order.page&redirectParameters=%7B%22XmlHttpRequest%22:true,%22_noStore%22:true%7D"
  "it/account/login?redirectTo=frontend.account.order.page&redirectParameters=%7B%22XmlHttpRequest%22:true,%22_noStore%22:true%7D"
  true
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
  null
]
10 1.68 ms
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND `scop_platform_redirecter_redirect`.`queryParamsHandling` IN (?, ?)) LIMIT 1
Parameters:
[
  "//it/account/login"
  "/it/account/login"
  "https://gsetechnology.acceptatie01.hosting26.nl/it/account/login"
  "https://gsetechnology.acceptatie01.hosting26.nl//it/account/login"
  "/it/account/login"
  "//it/account/login"
  "it/account/login"
  true
  1
  2
]
11 0.48 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
  "RUUh8bqNENJIM0L3qNHxURIhm7V6Mk9B"
]
12 0.48 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"­dPÎ\x1CvB®“Y’&»Éò‚"
]
13 0.14 ms
SELECT LOWER(HEX(language.parent_id)) FROM language WHERE language.id = ?
Parameters:
[
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
]
14 2.09 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_2.shortName`, `sales_channel.currency.translation.fallback_1.shortName`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.fallback_2.shortName`,`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_2.name`, `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.fallback_2.name`,`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_2.customFields`, `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.fallback_2.customFields`,`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_2.createdAt`, `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.fallback_2.updatedAt`, `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.fallback_2.currencyId`, `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.fallback_2.languageId`, `sales_channel.currency.translation.fallback_1.languageId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.fallback_2.name`, `sales_channel.translation.fallback_1.name`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.fallback_2.name`,`sales_channel.translation.fallback_1.name`,`sales_channel.translation.name`,`sales_channel.translation.name`) AS `sales_channel.name`, `sales_channel.translation.fallback_2.homeSlotConfig`, `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.fallback_2.homeSlotConfig`,`sales_channel.translation.fallback_1.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) AS `sales_channel.homeSlotConfig`, `sales_channel.translation.fallback_2.homeEnabled`, `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.fallback_2.homeEnabled`,`sales_channel.translation.fallback_1.homeEnabled`,`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) AS `sales_channel.homeEnabled`, `sales_channel.translation.fallback_2.homeName`, `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.fallback_2.homeName`,`sales_channel.translation.fallback_1.homeName`,`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) AS `sales_channel.homeName`, `sales_channel.translation.fallback_2.homeMetaTitle`, `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.fallback_2.homeMetaTitle`,`sales_channel.translation.fallback_1.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) AS `sales_channel.homeMetaTitle`, `sales_channel.translation.fallback_2.homeMetaDescription`, `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.fallback_2.homeMetaDescription`,`sales_channel.translation.fallback_1.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) AS `sales_channel.homeMetaDescription`, `sales_channel.translation.fallback_2.homeKeywords`, `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.fallback_2.homeKeywords`,`sales_channel.translation.fallback_1.homeKeywords`,`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) AS `sales_channel.homeKeywords`, `sales_channel.translation.fallback_2.customFields`, `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.fallback_2.customFields`,`sales_channel.translation.fallback_1.customFields`,`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) AS `sales_channel.customFields`, `sales_channel.translation.fallback_2.createdAt`, `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.createdAt`, `sales_channel.translation.fallback_2.updatedAt`, `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.fallback_2.salesChannelId`, `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.fallback_2.languageId`, `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`, `sales_channel.translation.fallback_2`.name AS `sales_channel.translation.fallback_2.name`, `sales_channel.translation.fallback_2`.home_slot_config AS `sales_channel.translation.fallback_2.homeSlotConfig`, `sales_channel.translation.fallback_2`.home_enabled AS `sales_channel.translation.fallback_2.homeEnabled`, `sales_channel.translation.fallback_2`.home_name AS `sales_channel.translation.fallback_2.homeName`, `sales_channel.translation.fallback_2`.home_meta_title AS `sales_channel.translation.fallback_2.homeMetaTitle`, `sales_channel.translation.fallback_2`.home_meta_description AS `sales_channel.translation.fallback_2.homeMetaDescription`, `sales_channel.translation.fallback_2`.home_keywords AS `sales_channel.translation.fallback_2.homeKeywords`, `sales_channel.translation.fallback_2`.custom_fields AS `sales_channel.translation.fallback_2.customFields`, `sales_channel.translation.fallback_2`.created_at AS `sales_channel.translation.fallback_2.createdAt`, `sales_channel.translation.fallback_2`.updated_at AS `sales_channel.translation.fallback_2.updatedAt`, `sales_channel.translation.fallback_2`.sales_channel_id AS `sales_channel.translation.fallback_2.salesChannelId`, `sales_channel.translation.fallback_2`.language_id AS `sales_channel.translation.fallback_2.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 = ? LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_2` ON `sales_channel.translation`.`sales_channel_id` = `sales_channel.translation.fallback_2`.`sales_channel_id` AND `sales_channel.translation.fallback_2`.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`, `sales_channel.currency.translation.fallback_2`.short_name AS `sales_channel.currency.translation.fallback_2.shortName`, `sales_channel.currency.translation.fallback_2`.name AS `sales_channel.currency.translation.fallback_2.name`, `sales_channel.currency.translation.fallback_2`.custom_fields AS `sales_channel.currency.translation.fallback_2.customFields`, `sales_channel.currency.translation.fallback_2`.created_at AS `sales_channel.currency.translation.fallback_2.createdAt`, `sales_channel.currency.translation.fallback_2`.updated_at AS `sales_channel.currency.translation.fallback_2.updatedAt`, `sales_channel.currency.translation.fallback_2`.currency_id AS `sales_channel.currency.translation.fallback_2.currencyId`, `sales_channel.currency.translation.fallback_2`.language_id AS `sales_channel.currency.translation.fallback_2.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 = ? LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_2` ON `sales_channel.currency.translation`.`currency_id` = `sales_channel.currency.translation.fallback_2`.`currency_id` AND `sales_channel.currency.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
]
15 0.21 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
16 0.29 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"­dPÎ\x1CvB®“Y’&»Éò‚"
]
17 0.82 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_2.shortName`, `currency.translation.fallback_1.shortName`, `currency.translation.shortName`, COALESCE(`currency.translation.fallback_2.shortName`,`currency.translation.fallback_1.shortName`,`currency.translation.shortName`,`currency.translation.shortName`) AS `currency.shortName`, `currency.translation.fallback_2.name`, `currency.translation.fallback_1.name`, `currency.translation.name`, COALESCE(`currency.translation.fallback_2.name`,`currency.translation.fallback_1.name`,`currency.translation.name`,`currency.translation.name`) AS `currency.name`, `currency.translation.fallback_2.customFields`, `currency.translation.fallback_1.customFields`, `currency.translation.customFields`, COALESCE(`currency.translation.fallback_2.customFields`,`currency.translation.fallback_1.customFields`,`currency.translation.customFields`,`currency.translation.customFields`) AS `currency.customFields`, `currency.translation.fallback_2.createdAt`, `currency.translation.fallback_1.createdAt`, `currency.translation.createdAt`, `currency.translation.fallback_2.updatedAt`, `currency.translation.fallback_1.updatedAt`, `currency.translation.updatedAt`, `currency.translation.fallback_2.currencyId`, `currency.translation.fallback_1.currencyId`, `currency.translation.currencyId`, `currency.translation.fallback_2.languageId`, `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`, `currency.translation.fallback_2`.short_name AS `currency.translation.fallback_2.shortName`, `currency.translation.fallback_2`.name AS `currency.translation.fallback_2.name`, `currency.translation.fallback_2`.custom_fields AS `currency.translation.fallback_2.customFields`, `currency.translation.fallback_2`.created_at AS `currency.translation.fallback_2.createdAt`, `currency.translation.fallback_2`.updated_at AS `currency.translation.fallback_2.updatedAt`, `currency.translation.fallback_2`.currency_id AS `currency.translation.fallback_2.currencyId`, `currency.translation.fallback_2`.language_id AS `currency.translation.fallback_2.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 = ? LEFT JOIN `currency_translation` `currency.translation.fallback_2` ON `currency.translation`.`currency_id` = `currency.translation.fallback_2`.`currency_id` AND `currency.translation.fallback_2`.language_id = ? WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
18 0.96 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_2.name`, `country.translation.fallback_1.name`, `country.translation.name`, COALESCE(`country.translation.fallback_2.name`,`country.translation.fallback_1.name`,`country.translation.name`,`country.translation.name`) AS `country.name`, `country.translation.fallback_2.addressFormat`, `country.translation.fallback_1.addressFormat`, `country.translation.addressFormat`, COALESCE(`country.translation.fallback_2.addressFormat`,`country.translation.fallback_1.addressFormat`,`country.translation.addressFormat`,`country.translation.addressFormat`) AS `country.addressFormat`, `country.translation.fallback_2.customFields`, `country.translation.fallback_1.customFields`, `country.translation.customFields`, COALESCE(`country.translation.fallback_2.customFields`,`country.translation.fallback_1.customFields`,`country.translation.customFields`,`country.translation.customFields`) AS `country.customFields`, `country.translation.fallback_2.createdAt`, `country.translation.fallback_1.createdAt`, `country.translation.createdAt`, `country.translation.fallback_2.updatedAt`, `country.translation.fallback_1.updatedAt`, `country.translation.updatedAt`, `country.translation.fallback_2.countryId`, `country.translation.fallback_1.countryId`, `country.translation.countryId`, `country.translation.fallback_2.languageId`, `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`, `country.translation.fallback_2`.name AS `country.translation.fallback_2.name`, `country.translation.fallback_2`.address_format AS `country.translation.fallback_2.addressFormat`, `country.translation.fallback_2`.custom_fields AS `country.translation.fallback_2.customFields`, `country.translation.fallback_2`.created_at AS `country.translation.fallback_2.createdAt`, `country.translation.fallback_2`.updated_at AS `country.translation.fallback_2.updatedAt`, `country.translation.fallback_2`.country_id AS `country.translation.fallback_2.countryId`, `country.translation.fallback_2`.language_id AS `country.translation.fallback_2.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 = ? LEFT JOIN `country_translation` `country.translation.fallback_2` ON `country.translation`.`country_id` = `country.translation.fallback_2`.`country_id` AND `country.translation.fallback_2`.language_id = ? WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Ùv\x7Fp—|Gq¯šVÀøÖñà"
]
19 1.02 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_2.name`, `customer_group.translation.fallback_1.name`, `customer_group.translation.name`, COALESCE(`customer_group.translation.fallback_2.name`,`customer_group.translation.fallback_1.name`,`customer_group.translation.name`,`customer_group.translation.name`) AS `customer_group.name`, `customer_group.translation.fallback_2.registrationTitle`, `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.fallback_2.registrationTitle`,`customer_group.translation.fallback_1.registrationTitle`,`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) AS `customer_group.registrationTitle`, `customer_group.translation.fallback_2.registrationIntroduction`, `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.fallback_2.registrationIntroduction`,`customer_group.translation.fallback_1.registrationIntroduction`,`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) AS `customer_group.registrationIntroduction`, `customer_group.translation.fallback_2.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.fallback_2.registrationOnlyCompanyRegistration`,`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) AS `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_2.registrationSeoMetaDescription`, `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.fallback_2.registrationSeoMetaDescription`,`customer_group.translation.fallback_1.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) AS `customer_group.registrationSeoMetaDescription`, `customer_group.translation.fallback_2.customFields`, `customer_group.translation.fallback_1.customFields`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.fallback_2.customFields`,`customer_group.translation.fallback_1.customFields`,`customer_group.translation.customFields`,`customer_group.translation.customFields`) AS `customer_group.customFields`, `customer_group.translation.fallback_2.createdAt`, `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.createdAt`, `customer_group.translation.fallback_2.updatedAt`, `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.updatedAt`, `customer_group.translation.fallback_2.customerGroupId`, `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.customerGroupId`, `customer_group.translation.fallback_2.languageId`, `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`, `customer_group.translation.fallback_2`.name AS `customer_group.translation.fallback_2.name`, `customer_group.translation.fallback_2`.registration_title AS `customer_group.translation.fallback_2.registrationTitle`, `customer_group.translation.fallback_2`.registration_introduction AS `customer_group.translation.fallback_2.registrationIntroduction`, `customer_group.translation.fallback_2`.registration_only_company_registration AS `customer_group.translation.fallback_2.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_2`.registration_seo_meta_description AS `customer_group.translation.fallback_2.registrationSeoMetaDescription`, `customer_group.translation.fallback_2`.custom_fields AS `customer_group.translation.fallback_2.customFields`, `customer_group.translation.fallback_2`.created_at AS `customer_group.translation.fallback_2.createdAt`, `customer_group.translation.fallback_2`.updated_at AS `customer_group.translation.fallback_2.updatedAt`, `customer_group.translation.fallback_2`.customer_group_id AS `customer_group.translation.fallback_2.customerGroupId`, `customer_group.translation.fallback_2`.language_id AS `customer_group.translation.fallback_2.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 = ? LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_2` ON `customer_group.translation`.`customer_group_id` = `customer_group.translation.fallback_2`.`customer_group_id` AND `customer_group.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
20 0.22 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:
[]
21 1.10 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_2.typeName`, `tax_rule.type.translation.fallback_1.typeName`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.fallback_2.typeName`,`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_2.createdAt`, `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.fallback_2.updatedAt`, `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.fallback_2.taxRuleTypeId`, `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.fallback_2.languageId`, `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`, `tax_rule.type.translation.fallback_2`.type_name AS `tax_rule.type.translation.fallback_2.typeName`, `tax_rule.type.translation.fallback_2`.created_at AS `tax_rule.type.translation.fallback_2.createdAt`, `tax_rule.type.translation.fallback_2`.updated_at AS `tax_rule.type.translation.fallback_2.updatedAt`, `tax_rule.type.translation.fallback_2`.tax_rule_type_id AS `tax_rule.type.translation.fallback_2.taxRuleTypeId`, `tax_rule.type.translation.fallback_2`.language_id AS `tax_rule.type.translation.fallback_2.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 = ? LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_2` ON `tax_rule.type.translation`.`tax_rule_type_id` = `tax_rule.type.translation.fallback_2`.`tax_rule_type_id` AND `tax_rule.type.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"M0Ž•\x0E<Gǘ ô\x10\x12\x7F"
  b"o\x1A=\x16P©O┐ü\x15u╗ Ùw┐"
  b"‡YàU_*J<©³¨,-Ï›t"
]
22 1.78 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`.`technical_name` AS `payment_method.technicalName`, `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`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `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_2.title`, `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_2.title`,`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_2.alt`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_2.alt`,`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_2.customFields`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_2.customFields`,`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_2.createdAt`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_2.updatedAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_2.mediaId`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_2.languageId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_2.name`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_2.name`,`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) AS `payment_method.name`, `payment_method.translation.fallback_2.distinguishableName`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_2.distinguishableName`,`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) AS `payment_method.distinguishableName`, `payment_method.translation.fallback_2.description`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_2.description`,`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) AS `payment_method.description`, `payment_method.translation.fallback_2.customFields`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_2.customFields`,`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) AS `payment_method.customFields`, `payment_method.translation.fallback_2.createdAt`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_2.updatedAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_2.paymentMethodId`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_2.languageId`, `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`, `payment_method.translation.fallback_2`.name AS `payment_method.translation.fallback_2.name`, `payment_method.translation.fallback_2`.distinguishable_name AS `payment_method.translation.fallback_2.distinguishableName`, `payment_method.translation.fallback_2`.description AS `payment_method.translation.fallback_2.description`, `payment_method.translation.fallback_2`.custom_fields AS `payment_method.translation.fallback_2.customFields`, `payment_method.translation.fallback_2`.created_at AS `payment_method.translation.fallback_2.createdAt`, `payment_method.translation.fallback_2`.updated_at AS `payment_method.translation.fallback_2.updatedAt`, `payment_method.translation.fallback_2`.payment_method_id AS `payment_method.translation.fallback_2.paymentMethodId`, `payment_method.translation.fallback_2`.language_id AS `payment_method.translation.fallback_2.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 = ? LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_2` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_2`.`payment_method_id` AND `payment_method.translation.fallback_2`.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`, `payment_method.media.translation.fallback_2`.title AS `payment_method.media.translation.fallback_2.title`, `payment_method.media.translation.fallback_2`.alt AS `payment_method.media.translation.fallback_2.alt`, `payment_method.media.translation.fallback_2`.custom_fields AS `payment_method.media.translation.fallback_2.customFields`, `payment_method.media.translation.fallback_2`.created_at AS `payment_method.media.translation.fallback_2.createdAt`, `payment_method.media.translation.fallback_2`.updated_at AS `payment_method.media.translation.fallback_2.updatedAt`, `payment_method.media.translation.fallback_2`.media_id AS `payment_method.media.translation.fallback_2.mediaId`, `payment_method.media.translation.fallback_2`.language_id AS `payment_method.media.translation.fallback_2.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 = ? LEFT JOIN `media_translation` `payment_method.media.translation.fallback_2` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_2`.`media_id` AND `payment_method.media.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"úQ\x0E]┘WA\x12èRØ )¬\x13ú"
]
23 2.33 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_2.name`, `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_2.name`,`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_2.customFields`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_2.customFields`,`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_2.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_2.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_2.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_2.languageId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method.appShippingMethod`.`id` AS `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` AS `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` AS `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` AS `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` AS `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` AS `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` AS `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` AS `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` AS `shipping_method.technicalName`, `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`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `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_2.title`, `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.fallback_2.title`,`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_2.alt`, `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.fallback_2.alt`,`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_2.customFields`, `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.fallback_2.customFields`,`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_2.createdAt`, `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.fallback_2.updatedAt`, `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.fallback_2.mediaId`, `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.fallback_2.languageId`, `shipping_method.media.translation.fallback_1.languageId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.fallback_2.name`, `shipping_method.translation.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_2.name`,`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) AS `shipping_method.name`, `shipping_method.translation.fallback_2.description`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_2.description`,`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) AS `shipping_method.description`, `shipping_method.translation.fallback_2.trackingUrl`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_2.trackingUrl`,`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) AS `shipping_method.trackingUrl`, `shipping_method.translation.fallback_2.customFields`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_2.customFields`,`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) AS `shipping_method.customFields`, `shipping_method.translation.fallback_2.createdAt`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_2.updatedAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_2.shippingMethodId`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_2.languageId`, `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`, `shipping_method.translation.fallback_2`.name AS `shipping_method.translation.fallback_2.name`, `shipping_method.translation.fallback_2`.description AS `shipping_method.translation.fallback_2.description`, `shipping_method.translation.fallback_2`.tracking_url AS `shipping_method.translation.fallback_2.trackingUrl`, `shipping_method.translation.fallback_2`.custom_fields AS `shipping_method.translation.fallback_2.customFields`, `shipping_method.translation.fallback_2`.created_at AS `shipping_method.translation.fallback_2.createdAt`, `shipping_method.translation.fallback_2`.updated_at AS `shipping_method.translation.fallback_2.updatedAt`, `shipping_method.translation.fallback_2`.shipping_method_id AS `shipping_method.translation.fallback_2.shippingMethodId`, `shipping_method.translation.fallback_2`.language_id AS `shipping_method.translation.fallback_2.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 = ? LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_2` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_2`.`shipping_method_id` AND `shipping_method.translation.fallback_2`.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 `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_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`, `shipping_method.deliveryTime.translation.fallback_2`.name AS `shipping_method.deliveryTime.translation.fallback_2.name`, `shipping_method.deliveryTime.translation.fallback_2`.custom_fields AS `shipping_method.deliveryTime.translation.fallback_2.customFields`, `shipping_method.deliveryTime.translation.fallback_2`.created_at AS `shipping_method.deliveryTime.translation.fallback_2.createdAt`, `shipping_method.deliveryTime.translation.fallback_2`.updated_at AS `shipping_method.deliveryTime.translation.fallback_2.updatedAt`, `shipping_method.deliveryTime.translation.fallback_2`.delivery_time_id AS `shipping_method.deliveryTime.translation.fallback_2.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_2`.language_id AS `shipping_method.deliveryTime.translation.fallback_2.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 = ? LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_2` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_2`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_2`.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`, `shipping_method.media.translation.fallback_2`.title AS `shipping_method.media.translation.fallback_2.title`, `shipping_method.media.translation.fallback_2`.alt AS `shipping_method.media.translation.fallback_2.alt`, `shipping_method.media.translation.fallback_2`.custom_fields AS `shipping_method.media.translation.fallback_2.customFields`, `shipping_method.media.translation.fallback_2`.created_at AS `shipping_method.media.translation.fallback_2.createdAt`, `shipping_method.media.translation.fallback_2`.updated_at AS `shipping_method.media.translation.fallback_2.updatedAt`, `shipping_method.media.translation.fallback_2`.media_id AS `shipping_method.media.translation.fallback_2.mediaId`, `shipping_method.media.translation.fallback_2`.language_id AS `shipping_method.media.translation.fallback_2.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 = ? LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_2` ON `shipping_method.media.translation`.`media_id` = `shipping_method.media.translation.fallback_2`.`media_id` AND `shipping_method.media.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"†Ç!\x13Á÷J÷‹í<J;=3\x0E"
]
24 0.47 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"Ùv\x7Fp—|Gq¯šVÀøÖñà"
]
25 1.35 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
26 0.22 ms
#cart-persister::load
                SELECT `cart`.`cart` AS payload, `cart`.`rule_ids`, 0 AS `compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "RUUh8bqNENJIM0L3qNHxURIhm7V6Mk9B"
]
27 0.29 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
28 0.45 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"\r\x0FdÀìf@Þ„ï\rvJ¡än"
  b"\x18┼ó û×F³éÓØ"+U)í"
  b"L|\x13ž¹eB,™¢€3y\x1F‡Ê"
  b"ji#ᇴI\x18®Á\x07Øã׫¿"
  b"ŽZ½¤‰9M\fœ;\f9ÔSÍ\x02"
  b"ã~É\f[!JwÆ\x02:¹F╩Hï"
  b"ÒR├èBæ@B╣ÉVÌ´ðÛþ"
  b"""
    ܬ\n
    تbI@©Ïäœ$ë\r\x10
    """
  b"\x1F┬M©WTAÄìbá\x15ê¯ØË"
  b"\rÀÇâË™D¨¯ï\x15Ào)÷¨"
  b"#ý»qÁàI?ˆ„dô˜R\x1Aï"
  b")\Ö@r\x04LH¡×­²g\x16&\x14"
  b"*5~╬‗hNÇ║Lü<(#╚k"
  b",YØ_\x0FTM•ƒ6:_\x10\x13"
  b"AŽ6ègíOM¤\x17ºäþPBo"
  b"BpÓ*BœB,†`•…D p+"
  b"Fý4\f\x14;Oèœ>?㌲ż"
  b"NF╗╔ñ0G,É l9\x05ıÒ\n"
  b"\x1A:\x00ë@ý A£s£\f\x08\x14"
  b"rÔ‹Éï\x06D½¶z¢ÚÂôz"
  b"‰l’eGªE[¡éN=Ðô×\x0F"
  b"¯‡Q¯u˜F\x08­n\x05\x02iT‹¤"
  b"\e@¸á.C¶ìê,ð└³C┼"
  b"â\x1Cº·«ÒAdzkeÐ1$pÜ"
  b"ù|¦g:\x1CF3‡8~T°\x0EN™"
]
29 1.23 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
]
30 1.11 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"¸½"¨b‰A'¾•Í¯ù\x18‰‡"
]
31 0.54 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"¸½"¨b‰A'¾•Í¯ù\x18‰‡"
]
32 0.80 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:
[]
33 0.24 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
34 0.42 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"­dPÎ\x1CvB®“Y’&»Éò‚"
  b"Ùv\x7Fp—|Gq¯šVÀøÖñà"
]
35 0.95 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
]
36 1.18 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"¸½"¨b‰A'¾•Í¯ù\x18‰‡"
]
37 0.38 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"¸½"¨b‰A'¾•Í¯ù\x18‰‡"
]
38 0.56 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.24 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
40 1.02 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"­dPÎ\x1CvB®“Y’&»Éò‚"
]
41 1.03 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"­dPÎ\x1CvB®“Y’&»Éò‚"
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
]
42 1.61 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_2.name`, `language.translationCode.translation.fallback_1.name`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.fallback_2.name`,`language.translationCode.translation.fallback_1.name`,`language.translationCode.translation.name`,`language.translationCode.translation.name`) AS `language.translationCode.name`, `language.translationCode.translation.fallback_2.territory`, `language.translationCode.translation.fallback_1.territory`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.fallback_2.territory`,`language.translationCode.translation.fallback_1.territory`,`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) AS `language.translationCode.territory`, `language.translationCode.translation.fallback_2.customFields`, `language.translationCode.translation.fallback_1.customFields`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.fallback_2.customFields`,`language.translationCode.translation.fallback_1.customFields`,`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) AS `language.translationCode.customFields`, `language.translationCode.translation.fallback_2.createdAt`, `language.translationCode.translation.fallback_1.createdAt`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.fallback_2.updatedAt`, `language.translationCode.translation.fallback_1.updatedAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.fallback_2.localeId`, `language.translationCode.translation.fallback_1.localeId`, `language.translationCode.translation.localeId`, `language.translationCode.translation.fallback_2.languageId`, `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`, `language.translationCode.translation.fallback_2`.name AS `language.translationCode.translation.fallback_2.name`, `language.translationCode.translation.fallback_2`.territory AS `language.translationCode.translation.fallback_2.territory`, `language.translationCode.translation.fallback_2`.custom_fields AS `language.translationCode.translation.fallback_2.customFields`, `language.translationCode.translation.fallback_2`.created_at AS `language.translationCode.translation.fallback_2.createdAt`, `language.translationCode.translation.fallback_2`.updated_at AS `language.translationCode.translation.fallback_2.updatedAt`, `language.translationCode.translation.fallback_2`.locale_id AS `language.translationCode.translation.fallback_2.localeId`, `language.translationCode.translation.fallback_2`.language_id AS `language.translationCode.translation.fallback_2.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 = ? LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_2` ON `language.translationCode.translation`.`locale_id` = `language.translationCode.translation.fallback_2`.`locale_id` AND `language.translationCode.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Ûuì╩v\x19Kvà\x12\x00\x1E\x11Z3u"
  b"­D3¡ø6C~±e‰C²›¼E"
  b"▄lÕ.\rÝOlî▒7ü7>q!"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
43 0.62 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"ð4χÔÁHÁ»+½¯'£«Å"
  b"ð4χÔÁHÁ»+½¯'£«Å"
  b"ð4χÔÁHÁ»+½¯'£«Å"
]
44 4.79 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.fallback_2.title`, `category.media.translation.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_2.title`,`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.fallback_2.alt`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_2.alt`,`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.fallback_2.customFields`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_2.customFields`,`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.fallback_2.createdAt`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_2.updatedAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_2.mediaId`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_2.languageId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_2.name`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_2.name`,`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.fallback_2.breadcrumb`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_2.breadcrumb`,`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.fallback_2.slotConfig`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_2.slotConfig`,`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.fallback_2.linkType`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_2.linkType`,`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.fallback_2.internalLink`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_2.internalLink`,`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.fallback_2.externalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_2.externalLink`,`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.fallback_2.linkNewTab`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_2.linkNewTab`,`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.fallback_2.description`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_2.description`,`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.fallback_2.metaTitle`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_2.metaTitle`,`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.fallback_2.metaDescription`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_2.metaDescription`,`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.fallback_2.keywords`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_2.keywords`,`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.fallback_2.customFields`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_2.customFields`,`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.fallback_2.createdAt`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_2.updatedAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_2.categoryId`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_2.languageId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_2.categoryVersionId`, `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`, `category.translation.fallback_2`.name AS `category.translation.fallback_2.name`, `category.translation.fallback_2`.breadcrumb AS `category.translation.fallback_2.breadcrumb`, `category.translation.fallback_2`.slot_config AS `category.translation.fallback_2.slotConfig`, `category.translation.fallback_2`.link_type AS `category.translation.fallback_2.linkType`, `category.translation.fallback_2`.internal_link AS `category.translation.fallback_2.internalLink`, `category.translation.fallback_2`.external_link AS `category.translation.fallback_2.externalLink`, `category.translation.fallback_2`.link_new_tab AS `category.translation.fallback_2.linkNewTab`, `category.translation.fallback_2`.description AS `category.translation.fallback_2.description`, `category.translation.fallback_2`.meta_title AS `category.translation.fallback_2.metaTitle`, `category.translation.fallback_2`.meta_description AS `category.translation.fallback_2.metaDescription`, `category.translation.fallback_2`.keywords AS `category.translation.fallback_2.keywords`, `category.translation.fallback_2`.custom_fields AS `category.translation.fallback_2.customFields`, `category.translation.fallback_2`.created_at AS `category.translation.fallback_2.createdAt`, `category.translation.fallback_2`.updated_at AS `category.translation.fallback_2.updatedAt`, `category.translation.fallback_2`.category_id AS `category.translation.fallback_2.categoryId`, `category.translation.fallback_2`.language_id AS `category.translation.fallback_2.languageId`, `category.translation.fallback_2`.category_version_id AS `category.translation.fallback_2.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 LEFT JOIN `category_translation` `category.translation.fallback_2` ON `category.translation`.`category_id` = `category.translation.fallback_2`.`category_id` AND `category.translation.fallback_2`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_2`.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`, `category.media.translation.fallback_2`.title AS `category.media.translation.fallback_2.title`, `category.media.translation.fallback_2`.alt AS `category.media.translation.fallback_2.alt`, `category.media.translation.fallback_2`.custom_fields AS `category.media.translation.fallback_2.customFields`, `category.media.translation.fallback_2`.created_at AS `category.media.translation.fallback_2.createdAt`, `category.media.translation.fallback_2`.updated_at AS `category.media.translation.fallback_2.updatedAt`, `category.media.translation.fallback_2`.media_id AS `category.media.translation.fallback_2.mediaId`, `category.media.translation.fallback_2`.language_id AS `category.media.translation.fallback_2.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 = ? LEFT JOIN `media_translation` `category.media.translation.fallback_2` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_2`.`media_id` AND `category.media.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|f034cf87d4c148c1bb2bbdaf27a3abc5|%"
  1
  4
]
45 1.13 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%"
  "%|f034cf87d4c148c1bb2bbdaf27a3abc5|%"
  4
  true
  true
]
46 2.31 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.fallback_2.title`, `category.media.translation.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_2.title`,`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.fallback_2.alt`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_2.alt`,`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.fallback_2.customFields`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_2.customFields`,`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.fallback_2.createdAt`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_2.updatedAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_2.mediaId`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_2.languageId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_2.name`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_2.name`,`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.fallback_2.breadcrumb`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_2.breadcrumb`,`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.fallback_2.slotConfig`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_2.slotConfig`,`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.fallback_2.linkType`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_2.linkType`,`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.fallback_2.internalLink`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_2.internalLink`,`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.fallback_2.externalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_2.externalLink`,`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.fallback_2.linkNewTab`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_2.linkNewTab`,`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.fallback_2.description`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_2.description`,`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.fallback_2.metaTitle`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_2.metaTitle`,`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.fallback_2.metaDescription`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_2.metaDescription`,`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.fallback_2.keywords`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_2.keywords`,`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.fallback_2.customFields`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_2.customFields`,`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.fallback_2.createdAt`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_2.updatedAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_2.categoryId`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_2.languageId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_2.categoryVersionId`, `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`, `category.translation.fallback_2`.name AS `category.translation.fallback_2.name`, `category.translation.fallback_2`.breadcrumb AS `category.translation.fallback_2.breadcrumb`, `category.translation.fallback_2`.slot_config AS `category.translation.fallback_2.slotConfig`, `category.translation.fallback_2`.link_type AS `category.translation.fallback_2.linkType`, `category.translation.fallback_2`.internal_link AS `category.translation.fallback_2.internalLink`, `category.translation.fallback_2`.external_link AS `category.translation.fallback_2.externalLink`, `category.translation.fallback_2`.link_new_tab AS `category.translation.fallback_2.linkNewTab`, `category.translation.fallback_2`.description AS `category.translation.fallback_2.description`, `category.translation.fallback_2`.meta_title AS `category.translation.fallback_2.metaTitle`, `category.translation.fallback_2`.meta_description AS `category.translation.fallback_2.metaDescription`, `category.translation.fallback_2`.keywords AS `category.translation.fallback_2.keywords`, `category.translation.fallback_2`.custom_fields AS `category.translation.fallback_2.customFields`, `category.translation.fallback_2`.created_at AS `category.translation.fallback_2.createdAt`, `category.translation.fallback_2`.updated_at AS `category.translation.fallback_2.updatedAt`, `category.translation.fallback_2`.category_id AS `category.translation.fallback_2.categoryId`, `category.translation.fallback_2`.language_id AS `category.translation.fallback_2.languageId`, `category.translation.fallback_2`.category_version_id AS `category.translation.fallback_2.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 LEFT JOIN `category_translation` `category.translation.fallback_2` ON `category.translation`.`category_id` = `category.translation.fallback_2`.`category_id` AND `category.translation.fallback_2`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_2`.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`, `category.media.translation.fallback_2`.title AS `category.media.translation.fallback_2.title`, `category.media.translation.fallback_2`.alt AS `category.media.translation.fallback_2.alt`, `category.media.translation.fallback_2`.custom_fields AS `category.media.translation.fallback_2.customFields`, `category.media.translation.fallback_2`.created_at AS `category.media.translation.fallback_2.createdAt`, `category.media.translation.fallback_2`.updated_at AS `category.media.translation.fallback_2.updatedAt`, `category.media.translation.fallback_2`.media_id AS `category.media.translation.fallback_2.mediaId`, `category.media.translation.fallback_2`.language_id AS `category.media.translation.fallback_2.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 = ? LEFT JOIN `media_translation` `category.media.translation.fallback_2` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_2`.`media_id` AND `category.media.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ð4χÔÁHÁ»+½¯'£«Å"
]
47 0.50 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"­dPÎ\x1CvB®“Y’&»Éò‚"
]
48 0.69 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_2.shortName`, `currency.translation.fallback_1.shortName`, `currency.translation.shortName`, COALESCE(`currency.translation.fallback_2.shortName`,`currency.translation.fallback_1.shortName`,`currency.translation.shortName`,`currency.translation.shortName`) AS `currency.shortName`, `currency.translation.fallback_2.name`, `currency.translation.fallback_1.name`, `currency.translation.name`, COALESCE(`currency.translation.fallback_2.name`,`currency.translation.fallback_1.name`,`currency.translation.name`,`currency.translation.name`) AS `currency.name`, `currency.translation.fallback_2.customFields`, `currency.translation.fallback_1.customFields`, `currency.translation.customFields`, COALESCE(`currency.translation.fallback_2.customFields`,`currency.translation.fallback_1.customFields`,`currency.translation.customFields`,`currency.translation.customFields`) AS `currency.customFields`, `currency.translation.fallback_2.createdAt`, `currency.translation.fallback_1.createdAt`, `currency.translation.createdAt`, `currency.translation.fallback_2.updatedAt`, `currency.translation.fallback_1.updatedAt`, `currency.translation.updatedAt`, `currency.translation.fallback_2.currencyId`, `currency.translation.fallback_1.currencyId`, `currency.translation.currencyId`, `currency.translation.fallback_2.languageId`, `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`, `currency.translation.fallback_2`.short_name AS `currency.translation.fallback_2.shortName`, `currency.translation.fallback_2`.name AS `currency.translation.fallback_2.name`, `currency.translation.fallback_2`.custom_fields AS `currency.translation.fallback_2.customFields`, `currency.translation.fallback_2`.created_at AS `currency.translation.fallback_2.createdAt`, `currency.translation.fallback_2`.updated_at AS `currency.translation.fallback_2.updatedAt`, `currency.translation.fallback_2`.currency_id AS `currency.translation.fallback_2.currencyId`, `currency.translation.fallback_2`.language_id AS `currency.translation.fallback_2.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 = ? LEFT JOIN `currency_translation` `currency.translation.fallback_2` ON `currency.translation`.`currency_id` = `currency.translation.fallback_2`.`currency_id` AND `currency.translation.fallback_2`.language_id = ? WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
49 0.40 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"ð+ª┐ü╚C¬ûÁgø${?9"
  b"ð+ª┐ü╚C¬ûÁgø${?9"
  b"ð+ª┐ü╚C¬ûÁgø${?9"
]
50 2.05 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.fallback_2.title`, `category.media.translation.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_2.title`,`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.fallback_2.alt`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_2.alt`,`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.fallback_2.customFields`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_2.customFields`,`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.fallback_2.createdAt`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_2.updatedAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_2.mediaId`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_2.languageId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_2.name`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_2.name`,`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.fallback_2.breadcrumb`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_2.breadcrumb`,`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.fallback_2.slotConfig`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_2.slotConfig`,`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.fallback_2.linkType`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_2.linkType`,`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.fallback_2.internalLink`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_2.internalLink`,`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.fallback_2.externalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_2.externalLink`,`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.fallback_2.linkNewTab`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_2.linkNewTab`,`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.fallback_2.description`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_2.description`,`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.fallback_2.metaTitle`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_2.metaTitle`,`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.fallback_2.metaDescription`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_2.metaDescription`,`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.fallback_2.keywords`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_2.keywords`,`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.fallback_2.customFields`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_2.customFields`,`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.fallback_2.createdAt`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_2.updatedAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_2.categoryId`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_2.languageId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_2.categoryVersionId`, `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`, `category.translation.fallback_2`.name AS `category.translation.fallback_2.name`, `category.translation.fallback_2`.breadcrumb AS `category.translation.fallback_2.breadcrumb`, `category.translation.fallback_2`.slot_config AS `category.translation.fallback_2.slotConfig`, `category.translation.fallback_2`.link_type AS `category.translation.fallback_2.linkType`, `category.translation.fallback_2`.internal_link AS `category.translation.fallback_2.internalLink`, `category.translation.fallback_2`.external_link AS `category.translation.fallback_2.externalLink`, `category.translation.fallback_2`.link_new_tab AS `category.translation.fallback_2.linkNewTab`, `category.translation.fallback_2`.description AS `category.translation.fallback_2.description`, `category.translation.fallback_2`.meta_title AS `category.translation.fallback_2.metaTitle`, `category.translation.fallback_2`.meta_description AS `category.translation.fallback_2.metaDescription`, `category.translation.fallback_2`.keywords AS `category.translation.fallback_2.keywords`, `category.translation.fallback_2`.custom_fields AS `category.translation.fallback_2.customFields`, `category.translation.fallback_2`.created_at AS `category.translation.fallback_2.createdAt`, `category.translation.fallback_2`.updated_at AS `category.translation.fallback_2.updatedAt`, `category.translation.fallback_2`.category_id AS `category.translation.fallback_2.categoryId`, `category.translation.fallback_2`.language_id AS `category.translation.fallback_2.languageId`, `category.translation.fallback_2`.category_version_id AS `category.translation.fallback_2.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 LEFT JOIN `category_translation` `category.translation.fallback_2` ON `category.translation`.`category_id` = `category.translation.fallback_2`.`category_id` AND `category.translation.fallback_2`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_2`.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`, `category.media.translation.fallback_2`.title AS `category.media.translation.fallback_2.title`, `category.media.translation.fallback_2`.alt AS `category.media.translation.fallback_2.alt`, `category.media.translation.fallback_2`.custom_fields AS `category.media.translation.fallback_2.customFields`, `category.media.translation.fallback_2`.created_at AS `category.media.translation.fallback_2.createdAt`, `category.media.translation.fallback_2`.updated_at AS `category.media.translation.fallback_2.updatedAt`, `category.media.translation.fallback_2`.media_id AS `category.media.translation.fallback_2.mediaId`, `category.media.translation.fallback_2`.language_id AS `category.media.translation.fallback_2.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 = ? LEFT JOIN `media_translation` `category.media.translation.fallback_2` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_2`.`media_id` AND `category.media.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|d02ba6bf81c843aa96b5679b247b3f39|%"
  1
  4
]
51 0.82 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%"
  "%|d02ba6bf81c843aa96b5679b247b3f39|%"
  4
  true
  true
]
52 1.82 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.fallback_2.title`, `category.media.translation.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_2.title`,`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.fallback_2.alt`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_2.alt`,`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.fallback_2.customFields`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_2.customFields`,`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.fallback_2.createdAt`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_2.updatedAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_2.mediaId`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_2.languageId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_2.name`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_2.name`,`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.fallback_2.breadcrumb`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_2.breadcrumb`,`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.fallback_2.slotConfig`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_2.slotConfig`,`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.fallback_2.linkType`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_2.linkType`,`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.fallback_2.internalLink`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_2.internalLink`,`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.fallback_2.externalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_2.externalLink`,`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.fallback_2.linkNewTab`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_2.linkNewTab`,`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.fallback_2.description`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_2.description`,`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.fallback_2.metaTitle`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_2.metaTitle`,`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.fallback_2.metaDescription`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_2.metaDescription`,`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.fallback_2.keywords`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_2.keywords`,`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.fallback_2.customFields`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_2.customFields`,`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.fallback_2.createdAt`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_2.updatedAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_2.categoryId`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_2.languageId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_2.categoryVersionId`, `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`, `category.translation.fallback_2`.name AS `category.translation.fallback_2.name`, `category.translation.fallback_2`.breadcrumb AS `category.translation.fallback_2.breadcrumb`, `category.translation.fallback_2`.slot_config AS `category.translation.fallback_2.slotConfig`, `category.translation.fallback_2`.link_type AS `category.translation.fallback_2.linkType`, `category.translation.fallback_2`.internal_link AS `category.translation.fallback_2.internalLink`, `category.translation.fallback_2`.external_link AS `category.translation.fallback_2.externalLink`, `category.translation.fallback_2`.link_new_tab AS `category.translation.fallback_2.linkNewTab`, `category.translation.fallback_2`.description AS `category.translation.fallback_2.description`, `category.translation.fallback_2`.meta_title AS `category.translation.fallback_2.metaTitle`, `category.translation.fallback_2`.meta_description AS `category.translation.fallback_2.metaDescription`, `category.translation.fallback_2`.keywords AS `category.translation.fallback_2.keywords`, `category.translation.fallback_2`.custom_fields AS `category.translation.fallback_2.customFields`, `category.translation.fallback_2`.created_at AS `category.translation.fallback_2.createdAt`, `category.translation.fallback_2`.updated_at AS `category.translation.fallback_2.updatedAt`, `category.translation.fallback_2`.category_id AS `category.translation.fallback_2.categoryId`, `category.translation.fallback_2`.language_id AS `category.translation.fallback_2.languageId`, `category.translation.fallback_2`.category_version_id AS `category.translation.fallback_2.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 LEFT JOIN `category_translation` `category.translation.fallback_2` ON `category.translation`.`category_id` = `category.translation.fallback_2`.`category_id` AND `category.translation.fallback_2`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_2`.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`, `category.media.translation.fallback_2`.title AS `category.media.translation.fallback_2.title`, `category.media.translation.fallback_2`.alt AS `category.media.translation.fallback_2.alt`, `category.media.translation.fallback_2`.custom_fields AS `category.media.translation.fallback_2.customFields`, `category.media.translation.fallback_2`.created_at AS `category.media.translation.fallback_2.createdAt`, `category.media.translation.fallback_2`.updated_at AS `category.media.translation.fallback_2.updatedAt`, `category.media.translation.fallback_2`.media_id AS `category.media.translation.fallback_2.mediaId`, `category.media.translation.fallback_2`.language_id AS `category.media.translation.fallback_2.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 = ? LEFT JOIN `media_translation` `category.media.translation.fallback_2` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_2`.`media_id` AND `category.media.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ð+ª┐ü╚C¬ûÁgø${?9"
]
53 1.13 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`, `shipping_method.translation.fallback_2`.name AS `shipping_method.translation.fallback_2.name`, `shipping_method.translation.fallback_2`.description AS `shipping_method.translation.fallback_2.description`, `shipping_method.translation.fallback_2`.tracking_url AS `shipping_method.translation.fallback_2.trackingUrl`, `shipping_method.translation.fallback_2`.custom_fields AS `shipping_method.translation.fallback_2.customFields`, `shipping_method.translation.fallback_2`.created_at AS `shipping_method.translation.fallback_2.createdAt`, `shipping_method.translation.fallback_2`.updated_at AS `shipping_method.translation.fallback_2.updatedAt`, `shipping_method.translation.fallback_2`.shipping_method_id AS `shipping_method.translation.fallback_2.shippingMethodId`, `shipping_method.translation.fallback_2`.language_id AS `shipping_method.translation.fallback_2.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 = ? LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_2` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_2`.`shipping_method_id` AND `shipping_method.translation.fallback_2`.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_2.name`,`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`)) ASC
Parameters:
[
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
]
54 1.97 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_2.name`, `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_2.name`,`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_2.customFields`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_2.customFields`,`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_2.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_2.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_2.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_2.languageId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method.appShippingMethod`.`id` AS `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` AS `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` AS `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` AS `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` AS `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` AS `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` AS `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` AS `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` AS `shipping_method.technicalName`, `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`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `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_2.title`, `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.fallback_2.title`,`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_2.alt`, `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.fallback_2.alt`,`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_2.customFields`, `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.fallback_2.customFields`,`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_2.createdAt`, `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.fallback_2.updatedAt`, `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.fallback_2.mediaId`, `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.fallback_2.languageId`, `shipping_method.media.translation.fallback_1.languageId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.fallback_2.name`, `shipping_method.translation.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_2.name`,`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) AS `shipping_method.name`, `shipping_method.translation.fallback_2.description`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_2.description`,`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) AS `shipping_method.description`, `shipping_method.translation.fallback_2.trackingUrl`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_2.trackingUrl`,`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) AS `shipping_method.trackingUrl`, `shipping_method.translation.fallback_2.customFields`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_2.customFields`,`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) AS `shipping_method.customFields`, `shipping_method.translation.fallback_2.createdAt`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_2.updatedAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_2.shippingMethodId`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_2.languageId`, `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`, `shipping_method.translation.fallback_2`.name AS `shipping_method.translation.fallback_2.name`, `shipping_method.translation.fallback_2`.description AS `shipping_method.translation.fallback_2.description`, `shipping_method.translation.fallback_2`.tracking_url AS `shipping_method.translation.fallback_2.trackingUrl`, `shipping_method.translation.fallback_2`.custom_fields AS `shipping_method.translation.fallback_2.customFields`, `shipping_method.translation.fallback_2`.created_at AS `shipping_method.translation.fallback_2.createdAt`, `shipping_method.translation.fallback_2`.updated_at AS `shipping_method.translation.fallback_2.updatedAt`, `shipping_method.translation.fallback_2`.shipping_method_id AS `shipping_method.translation.fallback_2.shippingMethodId`, `shipping_method.translation.fallback_2`.language_id AS `shipping_method.translation.fallback_2.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 = ? LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_2` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_2`.`shipping_method_id` AND `shipping_method.translation.fallback_2`.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 `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_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`, `shipping_method.deliveryTime.translation.fallback_2`.name AS `shipping_method.deliveryTime.translation.fallback_2.name`, `shipping_method.deliveryTime.translation.fallback_2`.custom_fields AS `shipping_method.deliveryTime.translation.fallback_2.customFields`, `shipping_method.deliveryTime.translation.fallback_2`.created_at AS `shipping_method.deliveryTime.translation.fallback_2.createdAt`, `shipping_method.deliveryTime.translation.fallback_2`.updated_at AS `shipping_method.deliveryTime.translation.fallback_2.updatedAt`, `shipping_method.deliveryTime.translation.fallback_2`.delivery_time_id AS `shipping_method.deliveryTime.translation.fallback_2.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_2`.language_id AS `shipping_method.deliveryTime.translation.fallback_2.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 = ? LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_2` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_2`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_2`.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`, `shipping_method.media.translation.fallback_2`.title AS `shipping_method.media.translation.fallback_2.title`, `shipping_method.media.translation.fallback_2`.alt AS `shipping_method.media.translation.fallback_2.alt`, `shipping_method.media.translation.fallback_2`.custom_fields AS `shipping_method.media.translation.fallback_2.customFields`, `shipping_method.media.translation.fallback_2`.created_at AS `shipping_method.media.translation.fallback_2.createdAt`, `shipping_method.media.translation.fallback_2`.updated_at AS `shipping_method.media.translation.fallback_2.updatedAt`, `shipping_method.media.translation.fallback_2`.media_id AS `shipping_method.media.translation.fallback_2.mediaId`, `shipping_method.media.translation.fallback_2`.language_id AS `shipping_method.media.translation.fallback_2.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 = ? LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_2` ON `shipping_method.media.translation`.`media_id` = `shipping_method.media.translation.fallback_2`.`media_id` AND `shipping_method.media.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"†Ç!\x13Á÷J÷‹í<J;=3\x0E"
]
55 1.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
]
56 1.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"¸½"¨b‰A'¾•Í¯ù\x18‰‡"
]
57 0.33 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"¸½"¨b‰A'¾•Í¯ù\x18‰‡"
]
58 0.56 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:
[]
59 0.22 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
60 0.68 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"­dPÎ\x1CvB®“Y’&»Éò‚"
]
61 1.87 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`.`technical_name` AS `payment_method.technicalName`, `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`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `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_2.title`, `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_2.title`,`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_2.alt`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_2.alt`,`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_2.customFields`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_2.customFields`,`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_2.createdAt`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_2.updatedAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_2.mediaId`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_2.languageId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_2.name`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_2.name`,`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) AS `payment_method.name`, `payment_method.translation.fallback_2.distinguishableName`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_2.distinguishableName`,`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) AS `payment_method.distinguishableName`, `payment_method.translation.fallback_2.description`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_2.description`,`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) AS `payment_method.description`, `payment_method.translation.fallback_2.customFields`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_2.customFields`,`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) AS `payment_method.customFields`, `payment_method.translation.fallback_2.createdAt`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_2.updatedAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_2.paymentMethodId`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_2.languageId`, `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`, `payment_method.translation.fallback_2`.name AS `payment_method.translation.fallback_2.name`, `payment_method.translation.fallback_2`.distinguishable_name AS `payment_method.translation.fallback_2.distinguishableName`, `payment_method.translation.fallback_2`.description AS `payment_method.translation.fallback_2.description`, `payment_method.translation.fallback_2`.custom_fields AS `payment_method.translation.fallback_2.customFields`, `payment_method.translation.fallback_2`.created_at AS `payment_method.translation.fallback_2.createdAt`, `payment_method.translation.fallback_2`.updated_at AS `payment_method.translation.fallback_2.updatedAt`, `payment_method.translation.fallback_2`.payment_method_id AS `payment_method.translation.fallback_2.paymentMethodId`, `payment_method.translation.fallback_2`.language_id AS `payment_method.translation.fallback_2.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 = ? LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_2` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_2`.`payment_method_id` AND `payment_method.translation.fallback_2`.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`, `payment_method.media.translation.fallback_2`.title AS `payment_method.media.translation.fallback_2.title`, `payment_method.media.translation.fallback_2`.alt AS `payment_method.media.translation.fallback_2.alt`, `payment_method.media.translation.fallback_2`.custom_fields AS `payment_method.media.translation.fallback_2.customFields`, `payment_method.media.translation.fallback_2`.created_at AS `payment_method.media.translation.fallback_2.createdAt`, `payment_method.media.translation.fallback_2`.updated_at AS `payment_method.media.translation.fallback_2.updatedAt`, `payment_method.media.translation.fallback_2`.media_id AS `payment_method.media.translation.fallback_2.mediaId`, `payment_method.media.translation.fallback_2`.language_id AS `payment_method.media.translation.fallback_2.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 = ? LEFT JOIN `media_translation` `payment_method.media.translation.fallback_2` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_2`.`media_id` AND `payment_method.media.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"úQ\x0E]┘WA\x12èRØ )¬\x13ú"
]
62 3.21 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
]
63 1.36 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"¸½"¨b‰A'¾•Í¯ù\x18‰‡"
]
64 0.66 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"¸½"¨b‰A'¾•Í¯ù\x18‰‡"
]
65 0.67 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:
[]
66 0.35 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:
[]
67 1.31 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`.`active` = ? AND `country`.`active` = ? AND `country.salesChannels`.`id` = ?) GROUP BY `country`.`id`
Parameters:
[
  true
  true
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
]
68 1.66 ms
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_2.name`, `country.translation.fallback_1.name`, `country.translation.name`, COALESCE(`country.translation.fallback_2.name`,`country.translation.fallback_1.name`,`country.translation.name`,`country.translation.name`) AS `country.name`, `country.translation.fallback_2.addressFormat`, `country.translation.fallback_1.addressFormat`, `country.translation.addressFormat`, COALESCE(`country.translation.fallback_2.addressFormat`,`country.translation.fallback_1.addressFormat`,`country.translation.addressFormat`,`country.translation.addressFormat`) AS `country.addressFormat`, `country.translation.fallback_2.customFields`, `country.translation.fallback_1.customFields`, `country.translation.customFields`, COALESCE(`country.translation.fallback_2.customFields`,`country.translation.fallback_1.customFields`,`country.translation.customFields`,`country.translation.customFields`) AS `country.customFields`, `country.translation.fallback_2.createdAt`, `country.translation.fallback_1.createdAt`, `country.translation.createdAt`, `country.translation.fallback_2.updatedAt`, `country.translation.fallback_1.updatedAt`, `country.translation.updatedAt`, `country.translation.fallback_2.countryId`, `country.translation.fallback_1.countryId`, `country.translation.countryId`, `country.translation.fallback_2.languageId`, `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`, `country.translation.fallback_2`.name AS `country.translation.fallback_2.name`, `country.translation.fallback_2`.address_format AS `country.translation.fallback_2.addressFormat`, `country.translation.fallback_2`.custom_fields AS `country.translation.fallback_2.customFields`, `country.translation.fallback_2`.created_at AS `country.translation.fallback_2.createdAt`, `country.translation.fallback_2`.updated_at AS `country.translation.fallback_2.updatedAt`, `country.translation.fallback_2`.country_id AS `country.translation.fallback_2.countryId`, `country.translation.fallback_2`.language_id AS `country.translation.fallback_2.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 = ? LEFT JOIN `country_translation` `country.translation.fallback_2` ON `country.translation`.`country_id` = `country.translation.fallback_2`.`country_id` AND `country.translation.fallback_2`.language_id = ? WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x05Ì\x05.ÔöJ[ª¥Š˜È\x1A"
  b"\x06ï©\x14Ö…HOŒÇHIgÑ݈"
  b"\t&­Î‘žHÁ¯Ø\x17Ï\x0EtÊh"
  b"\vj‹©É?H\x06šÙnåíì/ã"
  b"\x11!z×­ðMö„bLUˆ«\x7Fž"
  b"\x13(CV\x0EEB\x10ºÔƒìÇïÝT"
  b"\x17›"'Ú¡DiºòèOe÷Kò"
  b"\x1D2“È\x0E²N›œ\v\x18÷ÌFŒ\x05"
  b"&‡pº»×H“®\x13\x1DíŒFy5"
  b"-$eÞ¸ûEF•š.\x1A\rÚ\x06X"
  b"CÔ¤\x18wVI—ªL\x0E\x08›b\x7F?"
  b"Cؾò¯¬BÔ·}ŸGb\x04"
  b"Q²š\x04N\x05Iw¦zÙR\x1F*\x05"
  b"R nÝ\x1FrDÖ®êL‹ÃâùØ"
  b"Z¡╩\x0F\x11ÉFéÄ\x02FÃXÜ╣w"
  b"]▀Ψm\x1EDµüñl\rÄ}¯"
  b"j\e ö\x1D C\e–ÂÿU‚\x13“h"
  b"kØJF\x7FgLà†É•ìæFü½"
  b"r¤1┼\x13×J\e×î1ìxoά"
  b"·Šs>\x1D¥K˜”É“ûå{ßT"
  b"Äçš··gMNžý¤#ñobÏ"
  b"""
    ╚°ÿO<©M©╝ì\x15Ý\n
    1Ò9
    """
  b"╦óM:É\x06@█óÎ90ÿë^¦"
  b"Ùv\x7Fp—|Gq¯šVÀøÖñà"
  b"¦┴h┬¯üM┘âc\x00ï║w╔Ô"
  b"ß/t¾»OG±‚Eñ \x1EÒ`Ð"
  b"èTc,|ˆF\x07·\x03\x07\x19Çp³\x1F"
  b"ÚO7¢═ø@Sü╝Ê*Új‗Ï"
  b"ô\x1Fª5&\x19Fä¦X\x1C܃ó¤f"
  b"þŠ%\x11@\x18KO¤õ£E\x046Ź"
]
69 7.03 ms
SELECT `country_state`.`id` AS `country_state.id`, `country_state`.`country_id` AS `country_state.countryId`, `country_state`.`short_code` AS `country_state.shortCode`, `country_state`.`position` AS `country_state.position`, `country_state`.`active` AS `country_state.active`, `country_state`.`created_at` AS `country_state.createdAt`, `country_state`.`updated_at` AS `country_state.updatedAt`, `country_state.translation.fallback_2.name`, `country_state.translation.fallback_1.name`, `country_state.translation.name`, COALESCE(`country_state.translation.fallback_2.name`,`country_state.translation.fallback_1.name`,`country_state.translation.name`,`country_state.translation.name`) AS `country_state.name`, `country_state.translation.fallback_2.customFields`, `country_state.translation.fallback_1.customFields`, `country_state.translation.customFields`, COALESCE(`country_state.translation.fallback_2.customFields`,`country_state.translation.fallback_1.customFields`,`country_state.translation.customFields`,`country_state.translation.customFields`) AS `country_state.customFields`, `country_state.translation.fallback_2.createdAt`, `country_state.translation.fallback_1.createdAt`, `country_state.translation.createdAt`, `country_state.translation.fallback_2.updatedAt`, `country_state.translation.fallback_1.updatedAt`, `country_state.translation.updatedAt`, `country_state.translation.fallback_2.countryStateId`, `country_state.translation.fallback_1.countryStateId`, `country_state.translation.countryStateId`, `country_state.translation.fallback_2.languageId`, `country_state.translation.fallback_1.languageId`, `country_state.translation.languageId` FROM `country_state` LEFT JOIN `country` `country_state.country` ON `country_state`.`country_id` = `country_state.country`.`id` LEFT JOIN (SELECT `country_state.translation`.country_state_id, `country_state.translation`.name AS `country_state.translation.name`, `country_state.translation`.custom_fields AS `country_state.translation.customFields`, `country_state.translation`.created_at AS `country_state.translation.createdAt`, `country_state.translation`.updated_at AS `country_state.translation.updatedAt`, `country_state.translation`.country_state_id AS `country_state.translation.countryStateId`, `country_state.translation`.language_id AS `country_state.translation.languageId`, `country_state.translation.fallback_1`.name AS `country_state.translation.fallback_1.name`, `country_state.translation.fallback_1`.custom_fields AS `country_state.translation.fallback_1.customFields`, `country_state.translation.fallback_1`.created_at AS `country_state.translation.fallback_1.createdAt`, `country_state.translation.fallback_1`.updated_at AS `country_state.translation.fallback_1.updatedAt`, `country_state.translation.fallback_1`.country_state_id AS `country_state.translation.fallback_1.countryStateId`, `country_state.translation.fallback_1`.language_id AS `country_state.translation.fallback_1.languageId`, `country_state.translation.fallback_2`.name AS `country_state.translation.fallback_2.name`, `country_state.translation.fallback_2`.custom_fields AS `country_state.translation.fallback_2.customFields`, `country_state.translation.fallback_2`.created_at AS `country_state.translation.fallback_2.createdAt`, `country_state.translation.fallback_2`.updated_at AS `country_state.translation.fallback_2.updatedAt`, `country_state.translation.fallback_2`.country_state_id AS `country_state.translation.fallback_2.countryStateId`, `country_state.translation.fallback_2`.language_id AS `country_state.translation.fallback_2.languageId` FROM `country_state_translation` `country_state.translation` LEFT JOIN `country_state_translation` `country_state.translation.fallback_1` ON `country_state.translation`.`country_state_id` = `country_state.translation.fallback_1`.`country_state_id` AND `country_state.translation.fallback_1`.language_id = ? LEFT JOIN `country_state_translation` `country_state.translation.fallback_2` ON `country_state.translation`.`country_state_id` = `country_state.translation.fallback_2`.`country_state_id` AND `country_state.translation.fallback_2`.language_id = ? WHERE `country_state.translation`.language_id = ?) `country_state.country_state_translation` ON `country_state.country_state_translation`.`country_state_id` = `country_state`.`id` LEFT JOIN `sales_channel_country` `country_state.country.salesChannels.mapping` ON `country_state.country`.`id` = `country_state.country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country_state.country.salesChannels` ON `country_state.country.salesChannels.mapping`.`sales_channel_id` = `country_state.country.salesChannels`.`id`  WHERE (`country_state.country.salesChannels`.`id` = ? AND `country_state`.`country_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
  b"\x05Ì\x05.ÔöJ[ª¥Š˜È\x1A"
  b"\x06ï©\x14Ö…HOŒÇHIgÑ݈"
  b"\t&­Î‘žHÁ¯Ø\x17Ï\x0EtÊh"
  b"\vj‹©É?H\x06šÙnåíì/ã"
  b"\x11!z×­ðMö„bLUˆ«\x7Fž"
  b"\x13(CV\x0EEB\x10ºÔƒìÇïÝT"
  b"\x17›"'Ú¡DiºòèOe÷Kò"
  b"\x1D2“È\x0E²N›œ\v\x18÷ÌFŒ\x05"
  b"&‡pº»×H“®\x13\x1DíŒFy5"
  b"-$eÞ¸ûEF•š.\x1A\rÚ\x06X"
  b"CÔ¤\x18wVI—ªL\x0E\x08›b\x7F?"
  b"Cؾò¯¬BÔ·}ŸGb\x04"
  b"Q²š\x04N\x05Iw¦zÙR\x1F*\x05"
  b"R nÝ\x1FrDÖ®êL‹ÃâùØ"
  b"Z¡╩\x0F\x11ÉFéÄ\x02FÃXÜ╣w"
  b"]▀Ψm\x1EDµüñl\rÄ}¯"
  b"j\e ö\x1D C\e–ÂÿU‚\x13“h"
  b"kØJF\x7FgLà†É•ìæFü½"
  b"r¤1┼\x13×J\e×î1ìxoά"
  b"·Šs>\x1D¥K˜”É“ûå{ßT"
  b"Äçš··gMNžý¤#ñobÏ"
  b"""
    ╚°ÿO<©M©╝ì\x15Ý\n
    1Ò9
    """
  b"╦óM:É\x06@█óÎ90ÿë^¦"
  b"Ùv\x7Fp—|Gq¯šVÀøÖñà"
  b"¦┴h┬¯üM┘âc\x00ï║w╔Ô"
  b"ß/t¾»OG±‚Eñ \x1EÒ`Ð"
  b"èTc,|ˆF\x07·\x03\x07\x19Çp³\x1F"
  b"ÚO7¢═ø@Sü╝Ê*Új‗Ï"
  b"ô\x1Fª5&\x19Fä¦X\x1C܃ó¤f"
  b"þŠ%\x11@\x18KO¤õ£E\x046Ź"
]
70 0.96 ms
SELECT `salutation`.`id` AS `salutation.id`, `salutation`.`salutation_key` AS `salutation.salutationKey`, `salutation`.`created_at` AS `salutation.createdAt`, `salutation`.`updated_at` AS `salutation.updatedAt`, `salutation.translation.fallback_2.displayName`, `salutation.translation.fallback_1.displayName`, `salutation.translation.displayName`, COALESCE(`salutation.translation.fallback_2.displayName`,`salutation.translation.fallback_1.displayName`,`salutation.translation.displayName`,`salutation.translation.displayName`) AS `salutation.displayName`, `salutation.translation.fallback_2.letterName`, `salutation.translation.fallback_1.letterName`, `salutation.translation.letterName`, COALESCE(`salutation.translation.fallback_2.letterName`,`salutation.translation.fallback_1.letterName`,`salutation.translation.letterName`,`salutation.translation.letterName`) AS `salutation.letterName`, `salutation.translation.fallback_2.customFields`, `salutation.translation.fallback_1.customFields`, `salutation.translation.customFields`, COALESCE(`salutation.translation.fallback_2.customFields`,`salutation.translation.fallback_1.customFields`,`salutation.translation.customFields`,`salutation.translation.customFields`) AS `salutation.customFields`, `salutation.translation.fallback_2.createdAt`, `salutation.translation.fallback_1.createdAt`, `salutation.translation.createdAt`, `salutation.translation.fallback_2.updatedAt`, `salutation.translation.fallback_1.updatedAt`, `salutation.translation.updatedAt`, `salutation.translation.fallback_2.salutationId`, `salutation.translation.fallback_1.salutationId`, `salutation.translation.salutationId`, `salutation.translation.fallback_2.languageId`, `salutation.translation.fallback_1.languageId`, `salutation.translation.languageId` FROM `salutation` LEFT JOIN (SELECT `salutation.translation`.salutation_id, `salutation.translation`.display_name AS `salutation.translation.displayName`, `salutation.translation`.letter_name AS `salutation.translation.letterName`, `salutation.translation`.custom_fields AS `salutation.translation.customFields`, `salutation.translation`.created_at AS `salutation.translation.createdAt`, `salutation.translation`.updated_at AS `salutation.translation.updatedAt`, `salutation.translation`.salutation_id AS `salutation.translation.salutationId`, `salutation.translation`.language_id AS `salutation.translation.languageId`, `salutation.translation.fallback_1`.display_name AS `salutation.translation.fallback_1.displayName`, `salutation.translation.fallback_1`.letter_name AS `salutation.translation.fallback_1.letterName`, `salutation.translation.fallback_1`.custom_fields AS `salutation.translation.fallback_1.customFields`, `salutation.translation.fallback_1`.created_at AS `salutation.translation.fallback_1.createdAt`, `salutation.translation.fallback_1`.updated_at AS `salutation.translation.fallback_1.updatedAt`, `salutation.translation.fallback_1`.salutation_id AS `salutation.translation.fallback_1.salutationId`, `salutation.translation.fallback_1`.language_id AS `salutation.translation.fallback_1.languageId`, `salutation.translation.fallback_2`.display_name AS `salutation.translation.fallback_2.displayName`, `salutation.translation.fallback_2`.letter_name AS `salutation.translation.fallback_2.letterName`, `salutation.translation.fallback_2`.custom_fields AS `salutation.translation.fallback_2.customFields`, `salutation.translation.fallback_2`.created_at AS `salutation.translation.fallback_2.createdAt`, `salutation.translation.fallback_2`.updated_at AS `salutation.translation.fallback_2.updatedAt`, `salutation.translation.fallback_2`.salutation_id AS `salutation.translation.fallback_2.salutationId`, `salutation.translation.fallback_2`.language_id AS `salutation.translation.fallback_2.languageId` FROM `salutation_translation` `salutation.translation` LEFT JOIN `salutation_translation` `salutation.translation.fallback_1` ON `salutation.translation`.`salutation_id` = `salutation.translation.fallback_1`.`salutation_id` AND `salutation.translation.fallback_1`.language_id = ? LEFT JOIN `salutation_translation` `salutation.translation.fallback_2` ON `salutation.translation`.`salutation_id` = `salutation.translation.fallback_2`.`salutation_id` AND `salutation.translation.fallback_2`.language_id = ? WHERE `salutation.translation`.language_id = ?) `salutation.salutation_translation` ON `salutation.salutation_translation`.`salutation_id` = `salutation`.`id`
Parameters:
[
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
71 0.78 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
]
72 1.11 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"¸½"¨b‰A'¾•Í¯ù\x18‰‡"
]
73 0.35 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"¸½"¨b‰A'¾•Í¯ù\x18‰‡"
]
74 0.49 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:
[]
75 0.23 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
76 0.38 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
]
77 1.80 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?, ?, ?, ?, ?)
Parameters:
[
  "/account/login"
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"­D3¡ø6C~±e‰C²›¼E"
  b"Ûuì╩v\x19Kvà\x12\x00\x1E\x11Z3u"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"▄lÕ.\rÝOlî▒7ü7>q!"
]
78 1.33 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
79 0.62 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:
[]
80 3.32 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_2.description`, `theme.translation.fallback_1.description`, `theme.translation.description`, COALESCE(`theme.translation.fallback_2.description`,`theme.translation.fallback_1.description`,`theme.translation.description`,`theme.translation.description`) AS `theme.description`, `theme.translation.fallback_2.labels`, `theme.translation.fallback_1.labels`, `theme.translation.labels`, COALESCE(`theme.translation.fallback_2.labels`,`theme.translation.fallback_1.labels`,`theme.translation.labels`,`theme.translation.labels`) AS `theme.labels`, `theme.translation.fallback_2.helpTexts`, `theme.translation.fallback_1.helpTexts`, `theme.translation.helpTexts`, COALESCE(`theme.translation.fallback_2.helpTexts`,`theme.translation.fallback_1.helpTexts`,`theme.translation.helpTexts`,`theme.translation.helpTexts`) AS `theme.helpTexts`, `theme.translation.fallback_2.customFields`, `theme.translation.fallback_1.customFields`, `theme.translation.customFields`, COALESCE(`theme.translation.fallback_2.customFields`,`theme.translation.fallback_1.customFields`,`theme.translation.customFields`,`theme.translation.customFields`) AS `theme.customFields`, `theme.translation.fallback_2.createdAt`, `theme.translation.fallback_1.createdAt`, `theme.translation.createdAt`, `theme.translation.fallback_2.updatedAt`, `theme.translation.fallback_1.updatedAt`, `theme.translation.updatedAt`, `theme.translation.fallback_2.themeId`, `theme.translation.fallback_1.themeId`, `theme.translation.themeId`, `theme.translation.fallback_2.languageId`, `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`, `theme.translation.fallback_2`.description AS `theme.translation.fallback_2.description`, `theme.translation.fallback_2`.labels AS `theme.translation.fallback_2.labels`, `theme.translation.fallback_2`.help_texts AS `theme.translation.fallback_2.helpTexts`, `theme.translation.fallback_2`.custom_fields AS `theme.translation.fallback_2.customFields`, `theme.translation.fallback_2`.created_at AS `theme.translation.fallback_2.createdAt`, `theme.translation.fallback_2`.updated_at AS `theme.translation.fallback_2.updatedAt`, `theme.translation.fallback_2`.theme_id AS `theme.translation.fallback_2.themeId`, `theme.translation.fallback_2`.language_id AS `theme.translation.fallback_2.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 = ? LEFT JOIN `theme_translation` `theme.translation.fallback_2` ON `theme.translation`.`theme_id` = `theme.translation.fallback_2`.`theme_id` AND `theme.translation.fallback_2`.language_id = ? WHERE `theme.translation`.language_id = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
81 1.51 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`.`config` AS `media.config`, `media`.`path` AS `media.path`, `media`.`private` AS `media.private`, `media`.`thumbnails_ro` AS `media.thumbnailsRo`, `media`.`created_at` AS `media.createdAt`, `media`.`updated_at` AS `media.updatedAt`, `media.translation.fallback_2.title`, `media.translation.fallback_1.title`, `media.translation.title`, COALESCE(`media.translation.fallback_2.title`,`media.translation.fallback_1.title`,`media.translation.title`,`media.translation.title`) AS `media.title`, `media.translation.fallback_2.alt`, `media.translation.fallback_1.alt`, `media.translation.alt`, COALESCE(`media.translation.fallback_2.alt`,`media.translation.fallback_1.alt`,`media.translation.alt`,`media.translation.alt`) AS `media.alt`, `media.translation.fallback_2.customFields`, `media.translation.fallback_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.fallback_2.customFields`,`media.translation.fallback_1.customFields`,`media.translation.customFields`,`media.translation.customFields`) AS `media.customFields`, `media.translation.fallback_2.createdAt`, `media.translation.fallback_1.createdAt`, `media.translation.createdAt`, `media.translation.fallback_2.updatedAt`, `media.translation.fallback_1.updatedAt`, `media.translation.updatedAt`, `media.translation.fallback_2.mediaId`, `media.translation.fallback_1.mediaId`, `media.translation.mediaId`, `media.translation.fallback_2.languageId`, `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`, `media.translation.fallback_2`.title AS `media.translation.fallback_2.title`, `media.translation.fallback_2`.alt AS `media.translation.fallback_2.alt`, `media.translation.fallback_2`.custom_fields AS `media.translation.fallback_2.customFields`, `media.translation.fallback_2`.created_at AS `media.translation.fallback_2.createdAt`, `media.translation.fallback_2`.updated_at AS `media.translation.fallback_2.updatedAt`, `media.translation.fallback_2`.media_id AS `media.translation.fallback_2.mediaId`, `media.translation.fallback_2`.language_id AS `media.translation.fallback_2.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 = ? LEFT JOIN `media_translation` `media.translation.fallback_2` ON `media.translation`.`media_id` = `media.translation.fallback_2`.`media_id` AND `media.translation.fallback_2`.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"ó\x1EPáÖÊHä \x1C,¹ãK\r"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01Å\t¿^Fw╝░\v+¯øÓ┬À"
  b"Ñ3\fvÑÇH,‡vj\x11¬PŠd"
]
82 1.29 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
83 0.45 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "it-IT"
]
84 0.27 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"Ïûl¡é5AáˆÏü\x0E\x02Й\x02"
]
85 1.85 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"­dPÎ\x1CvB®“Y’&»Éò‚"
]
86 0.28 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
87 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
88 0.13 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
89 0.47 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
90 0.21 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
91 0.13 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
92 0.32 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
93 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
94 0.11 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
95 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
96 0.59 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"Ïûl¡é5AáˆÏü\x0E\x02Й\x02"
]
97 2.37 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/navigation/018f09e4406578d2ac9339b43af3f982"
  "/navigation/f1121f064e0b4cadaff2a1681fede0be"
  "/navigation/7b98f36b717b49429676d5cd473dee3b"
  "/navigation/19f93601ba9042958454bd9fbda391f4"
  "/navigation/e94c21f4f1464f55889d9e9b09bbfa9c"
  "/navigation/018f197396f37e87be9c417c1c8e6e3e"
  "/navigation/018fa567418f7fbba3769379d28f0406"
  "/navigation/99d89160a0664bf09689add1f706bb61"
  "/navigation/6e6d1c0c9a1c4ad587f9612a7bd94411"
  "/navigation/8cfa29f4593149cabb97ee8f4f12124c"
  "/navigation/018fb8ff37b2758b8dfff3e6e1303343"
  "/navigation/018fb8ff5db37594971b54318e1be26d"
  "/navigation/018fb8ff888c7f119c5161139f7bfdea"
  "/navigation/018fb8ffa0117adabaac4b71c86095b0"
  "/navigation/018fb8ffc2c5794eba2a4e06bcefa74d"
  "/navigation/018fb8ffe63c7bbd8b276ac7f7bbd1f6"
  "/navigation/018fa5676f9470fc9bb0004c79a5b2c4"
  "/navigation/0c2708642c5c4af7842ee8284275987e"
  "/navigation/b41c738b813447ecb7596ceef0c38d81"
  "/navigation/5b6265544c8940999edd3b01afc01e63"
  "/navigation/01909bf76d5e718285347733adfd9348"
  "/navigation/01909bf7d4657543991f477310f12aa7"
  "/navigation/0b82cedb939e467fb645de676a212542"
  "/account/recover"
  "/navigation/018fed931d3272c69160d73430a5f7d7"
  "/"
  "/navigation/018f1bab9cdb70038b6de2fb158594e8"
  "/navigation/018f1baa93837a94a65edbfc0665894f"
  "/navigation/018f1baaf1ea7bbebf089ee414b3984e"
  b"%âõŒ\x1C,Oø¢k\x06]½¯s\r"
  b"­dPÎ\x1CvB®“Y’&»Éò‚"
]
98 0.74 ms
SELECT `rule`.`id` AS `rule.id`, `rule`.`name` AS `rule.name`, `rule`.`priority` AS `rule.priority`, `rule`.`description` AS `rule.description`, `rule`.`payload` AS `rule.payload`, `rule`.`invalid` AS `rule.invalid`, `rule`.`areas` AS `rule.areas`, `rule`.`custom_fields` AS `rule.customFields`, `rule`.`module_types` AS `rule.moduleTypes`, `rule`.`created_at` AS `rule.createdAt`, `rule`.`updated_at` AS `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?)
Parameters:
[
  b"\r\x0FdÀìf@Þ„ï\rvJ¡än"
  b"\x18┼ó û×F³éÓØ"+U)í"
  b"ŽZ½¤‰9M\fœ;\f9ÔSÍ\x02"
  b"ÒR├èBæ@B╣ÉVÌ´ðÛþ"
  b"¯‡Q¯u˜F\x08­n\x05\x02iT‹¤"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.