GET https://shopware-6.showcase-wallee.com/checkout/cart

Query Metrics

58 Database Queries
57 Different statements
137.81 ms Query time

Queries

Group similar statements

# Time Info
1 0.30 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.28 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.22 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.27 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.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:
[]
6 0.54 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"
]
7 7.84 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
  "checkout/cart"
  "checkout/cart/"
]
8 7.71 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"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
  "/checkout/cart"
]
9 0.47 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
10 0.35 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
11 0.24 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
  "ZudjAnbB39TYD76JS3KpEwIdwPQ3QXcI"
]
12 0.43 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"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
13 0.67 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`.`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.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `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` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (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` FROM `currency_translation` `sales_channel.currency.translation` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
14 0.40 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"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
15 0.45 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.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` 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` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
16 0.43 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`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    \x01–²ÒaÀre‘@u\n
    \x0Fƒ?\x08
    """
]
17 0.41 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.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `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` FROM `customer_group_translation` `customer_group.translation` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
18 0.21 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:
[]
19 0.60 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`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `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.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` 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` FROM `tax_rule_type_translation` `tax_rule.type.translation` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²Òg€s¾³eœì\fk…ø"
  b"\x01û▓ÊgÇs¥│e£ý\fì╔)"
  b"\x01–²Ò•ês¬—T\x1F\x1C\x0FŸ"
]
20 0.69 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.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` 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.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` FROM `payment_method_translation` `payment_method.translation` 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 (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²Ø¤¾pßÚÐòô\\e""
]
21 0.76 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.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `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.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` 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.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` 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 (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` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` 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`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²ÒgjsYŠ\x14ø\x195\x06Íë"
]
22 44.63 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"""
    \x01–²ÒaÀre‘@u\n
    \x0Fƒ?\x08
    """
]
23 0.35 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "ZudjAnbB39TYD76JS3KpEwIdwPQ3QXcI"
]
24 0.31 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
25 0.31 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"\x01û▓Êg3ruÉ;Äò\x07uÝm"
  b"\x01–²ÒgjsYŠ\x14ø\x1968¹‘"
  b"\x01–²ÒgãsGŸ/\fª9W™^"
  b"\x01–²Ò„¶sP‹Sc\x18·}ôÐ"
  b"\x01–²ÒgÛq—‡•v\x01¼Š¨¾"
  b"\x01–²Ògßrâ´ò4ŸÛÔ\x07¤"
  b"\x01–²ÒÙÝpTŸÓhzã®\x0F>"
]
26 0.55 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:
[]
27 0.25 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:
[]
28 0.18 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
  b"""
    \x01–²ÒaÀre‘@u\n
    \x0Fƒ?\x08
    """
]
29 0.47 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"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
30 0.55 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"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
  b"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
31 0.49 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.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` 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` FROM `locale_translation` `language.translationCode.translation` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
32 0.41 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01–²Òg„sø¿©\x08K|äsñ"
  b"\x01–²Òg„sø¿©\x08K|äsñ"
  b"\x01–²Òg„sø¿©\x08K|äsñ"
]
33 9.88 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|0196b2d2678473f8bfa9084b7ce473f1|%"
  1
  5
]
34 23.01 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%"
  "%|0196b2d2678473f8bfa9084b7ce473f1|%"
  5
  true
  true
]
35 0.85 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01–²Òg„sø¿©\x08K|äsñ"
]
36 0.59 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"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
37 0.51 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.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` 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` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01û▓Êg\x19q­ÜØ×\rËëÒi"
  b"\x01û▓Êg\x19q­ÜØ×\rÈW▄É"
  b"\x01–²Ò~¡pq²£¬Ró‡—‘"
  b"\x01–²Ò~¨sf·Ü\x00-«_iP"
  b"\x01û▓Ê~«p?¬ÑÅ\x17w½Ï\t"
  b"\x01–²Ò~´qŠºuß]\x12—Ú³"
  b"\x01û▓Ê~║r\x0FÉIuÏ\x14Ê■þ"
  b"\x01û▓ÊÜ1p·éls¬xëì±"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
38 0.63 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` FROM `shipping_method_translation` `shipping_method.translation` 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.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
39 0.81 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.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `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.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` 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.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` 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 (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` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` 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`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²ÒgjsYŠ\x14ø\x195q^š"
  b"\x01–²ÒgjsYŠ\x14ø\x195\x06Íë"
]
40 0.51 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"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
41 0.83 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.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` 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.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` FROM `payment_method_translation` `payment_method.translation` 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 (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²Øœ\fs…‚ñ„Ñ:CÔF"
  b"\x01–²Øž\x19r\x06ºvð\x10ßg²;"
  b"\x01û▓σ?qª│▀─\x05OÜØ©"
  b"\x01–²Ø wpÆ‘aS0[á\x11j"
  b"\x01–²Ø¡èp¥±·T5§A\x16µ"
  b"\x01û▓Ïú8r6ÖUg┐ÞÀüã"
  b"\x01–²Ø¤¾pßÚÐòô\\e""
]
42 0.46 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:
[]
43 0.20 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "en-GB"
]
44 0.18 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x01–²ÒgÄp\x1F°b\f‘2Ñ*ö"
]
45 0.26 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            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"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
46 0.17 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
47 0.28 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x01–²ÒgÄp\x1F°b\f‘2Ñ*ö"
]
48 0.92 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.salesChannels`.`id` = ?) GROUP BY `country`.`id`
Parameters:
[
  true
  b"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
49 3.08 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`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    \x01–²ÒaÀre‘@u\n
    \x0Fƒ?\x08
    """
  b"\x01û▓Êb&qÿ▒ UØÆþ\x10O"
  b"\x01û▓Êb,p«×É\v³ÚÈÈC"
  b"\x01û▓Êeóp¥ÿì╚Í╣¯\x14ª"
  b"\x01–²Òe¨s…³^#\r¥Ù„‘"
  b"\x01–²Òe­pùˆr¹@\x13< H"
  b"\x01û▓Êe│r¯ìØ\x03*'\x04\x19·"
  b"\x01–²Òe¹s\x18¡òeÝ@À>¾"
  b"\x01–²Òe¿qȨ6|\x17Ì´q\"
  b"\x01–²ÒeÄp·ª–ÊCT+üm"
  b"\x01–²ÒeÊsoº\x07Ò\x06ãkŠC"
  b"\x01–²ÒeÐqP’-0\tˆU¾Õ"
  b"\x01–²ÒeÖr×£}¦‡~\x1E"
  b"\x01–²ÒeÜr8¬4÷ nŽýè"
  b"\x01–²Òeâp"‡-1ª!\x17ƒä"
  b"\x01–²Òeèsq…\x19uåz‹ÿ\x12"
  b"\x01û▓Êe¯rB¿\x13\£é─ìu"
  b"\x01–²Òeóp\x00ˆpa\x1C™!ã!"
  b"\x01–²ÒfÀs@ºƒÀ¦Ûn"V"
  b"\x01û▓Êfãqhîü\x10[µ­tÀ"
  b"""
    \x01û▓Êf╠r¤▒\x19¿\n
    §ßü├
    """
  b"\x01–²ÒfÒsí»,¤\v\t¤@\r"
  b"\x01û▓ÊfÏsDÀ«╠ìÈQ¨┬"
  b"\x01–²ÒfÞqÝŸ\eÖsÓ©\x1Fî"
  b"\x01–²Òfäp+©‹\x1ER#¼­â"
  b"\x01–²Òfêry¦U0—*\x02`c"
  b"\x01–²Òfðp,„\v¸KaÈé"
  b"\x01–²Òfõr2™æãÊ\x1CTÁÉ"
  b"\x01–²Òfûr\x00©S—\x06CøÎb"
  b"\x01–²Òg\x01s\x13©Éò…lˆ$Ò"
  b"\x01–²Òg\x07s‚ºDtÅø&£W"
  b"\x01–²Òg\rr\e›?§r$Ó\x18\x1D"
  b"\x01–²Òg\x13rB‘Óoé¤Kk¸"
  b"\x01û▓ÊÅlr=Ç╩Ó9p╗╚ù"
  b"\x01û▓ÊÅ{rgûÛ┬¼¶jQ4"
  b"\x01û▓ÊÅçpW▒ú2úÑ+Ø├"
  b"\x01û▓ÊÅôpÇì¿«÷»\x1E└s"
  b"\x01û▓ÊÅárI░]╦Ù\x0Ev\x18l"
  b"\x01û▓ÊÅ»p┌¼,-Ms\x1FÐö"
  b"\x01û▓ÊÅ╝qV┤╩÷3\x0Fr,s"
  b"\x01û▓ÊÅ╦s■«─±o■[¡-"
  b"\x01û▓ÊÅ┌qxòñ黵\x1C▓R"
  b"\x01û▓ÊÅÞsôú\x03g▄6¢pR"
  b"\x01û▓ÊŸq¨Ü\x11¿¤b\x0F·É"
  b"\x01û▓ÊÉ\x05r$Æ1´Bà\e"
  b"\x01û▓ÊÉ\x13s▒öycÄY\x16"
  b"\x01û▓ÊÉ!rOÄCã¡Ý\vr‗"
  b"\x01û▓ÊÉ0q\x10üÐ\&┘cÝÆ"
  b"\x01û▓ÊÉ>pqº\x00®Sï┐>\x1F"
  b"\x01û▓ÊÉKsòÀ│(╬Þ)z,"
  b"\x01û▓ÊÉdr²ƒ¶▀\rH­├ò"
  b"\x01û▓ÊÉ|p ×Õo°Ê¼║/"
  b"\x01û▓ÊÉôqÞºT\x17\x10\x1A"
  b"\x01û▓ÊÉós·è│x*ºÒÝP"
  b"\x01û▓ÊÉ░pÜ¥gCañxÃÁ"
  b"\x01û▓ÊÉ╝s÷åÄÈvÓ[¿×"
  b"\x01û▓ÊÉ╔rg«ÁP█─H§Í"
  b"\x01û▓ÊÉÈpóºWàß\x1C\x1Dÿ'"
  b"\x01û▓ÊÉ▀s\x04│ú┌ç»B]¯"
  b"\x01û▓ÊÉÛq▀╗Jû\x00n`b­"
  b"\x01û▓ÊÉ÷p▀¬ufî<ØTí"
  b"\x01–²Ò‘\x00rf¬†\x0F,ýøŸI"
  b"\x01û▓Êæ\tpÅÜ\x1F+ÂÚ:\x19\x06"
  b"\x01û▓Êæ\x0Es¶è╗?\fþ!.ì"
  b"\x01–²Ò‘\x13r}™NMo!»ÚÀ"
  b"\x01–²Ò‘\x19sþ´\x18@7\x08r¦¼"
  b"\x01–²Ò‘\x1Fq%€³\x1A-=·‹\x01"
  b"\x01–²Ò‘)pé«^P\x030¦÷\f"
  b"""
    \x01–²Ò‘3p\n
    ›eüFkÕ³Ž
    """
  b"\x01–²Ò‘>sáªÕôÁSê\r\x10"
  b"\x01–²Ò‘lq\r°ß¥¥\r@\x12â"
  b"\x01–²Ò‘‘rè¢ðÍIï*÷<"
  b"\x01–²Ò‘˜p†¸3¿€¾ÉÊu"
  b"\x01–²Ò‘¢sQ‹;»\x10´ºói"
  b"\x01–²Ò‘¬rU„¼dKN¿cI"
  b"\x01–²Ò‘³r\r½Ã­bˆÖ\x1FÙ"
  b"\x01–²Ò‘ºsÿºœH¥¤\x0Eƒä"
  b"\x01–²Ò‘Árއ¸fqË\x0FD7"
  b"\x01–²Ò‘ÇsJ©Pˆ¨DfÙI"
  b"\x01–²Ò‘Îpœ©Ò¸fæWƒJ"
  b"\x01–²Ò‘Ôq\f‘Q\x7FG{M•3"
  b"\x01–²Ò‘Úrã‘,¦âîO'”"
  b"\x01–²Ò‘àpÒŽ\x03ÙÑj\x11\x17"
  b"\x01–²Ò‘çr»¶›)U/dv³"
  b"\x01–²Ò‘ípv°‡ŸºÞc€®"
  b"\x01–²Ò‘ópQ«ÃëÛÊ€\x1CC"
  b"\x01û▓Êæ¨r,èÙÅ\x06\x10\x07ÚX"
  b"\x01–²Ò‘þq\x01»Nxg|¬x‡"
  b"\x01–²Ò’\x05sæ)\x1D²ˆ‹1Þ"
  b"\x01–²Ò’\vr\x15…×}éí•»³"
  b"\x01û▓ÊÆ\x11p└æõ1└KüSD"
  b"\x01–²Ò’\x17sÖ½\fQaž´\x08¾"
  b"\x01–²Ò’\x1Ds²µ\×Ä–x™ë"
  b"\x01–²Ò’#rÕ³4e}Nïhí"
  b"\x01–²Ò’)pð¹ÀHôìôžÎ"
  b"\x01û▓ÊÆ/pÁìÿ¢Ç┴T(f"
  b"\x01–²Ò’5pM«:oPlŸä¬"
  b"\x01–²Ò’;p\x00…ÄB\x11\x10·ŒË"
  b"\x01–²Ò’Ar.¥Û\x1Fü\x1F}íP"
  b"\x01–²Ò’Gsª³¯¸à‹L="
  b"\x01–²Ò’Mp™…‰¬\x14üLšq"
  b"\x01–²Ò’SqvŒmbûðA׌"
  b"\x01–²Ò’Yp˜„¬>#’Û’°"
  b"\x01û▓ÊÆ_s>ÿÉ0ÎäÒ{ı"
  b"\x01û▓ÊÆdptô─_üuÞ³\x13"
  b"\x01û▓ÊÆjqsòéXÛ¡8\x0Eü"
  b"\x01–²Ò’pq\eƒC4ãÕ`¼B"
  b"\x01û▓ÊÆvsçªæ7:MÅìä"
  b"\x01û▓ÊÆ}r└ì°@½\x08É­Ù"
  b"\x01–²Ò’…rÿªŠ£|G"g1"
  b"\x01–²Ò’‹q̤nöÝdÅ#>"
  b"\x01–²Ò’‘q0 ošzðí£È"
  b"\x01–²Ò’—rv…`ö\x18÷¤-%"
  b"\x01û▓ÊÆØp ÉÞ┴\x00 C╬á"
  b"\x01–²Ò’£s˜‹ý\x01;`Þ—Ü"
  b"\x01–²Ò’©r¼¸F¹<wrq•"
  b"\x01–²Ò’¯q.ª<â!\x06·H\x1F"
  b"\x01–²Ò’µq„‚Ùp­ŠÓ\x11\x18"
  b"\x01–²Ò’»põ€1iF‡BÓ¡"
  b"\x01–²Ò’Ápưò`‘X%Üz"
  b"\x01û▓ÊÆÃr_Ä]á║É­®C"
  b"\x01–²Ò’Íp‰£7\x00(¸²\x12¢"
  b"\x01û▓ÊÆËs\x00»iVdakü*"
  b"\x01–²Ò’Ùqr«§ô±Ã¡~Y"
  b"\x01–²Ò’ßpa³[8\v¥\x7F†Y"
  b"\x01–²Ò’åp_º\t-Ð•Õ V"
  b"\x01–²Ò’ësu‘ÖE89=ݸ"
  b"\x01–²Ò’ñq³¼\x15\eBÛA"
  b"\x01û▓ÊÆ¸rBí!ã'╬ÏéØ"
  b"\x01–²Ò’ýpŸ’ŒÆ\x08)ºâØ"
  b"\x01–²Ò“\x03q\x04¨íôp@øªÈ"
  b"\x01–²Ò“\x08q"š†¨Ýh³“|"
  b"\x01–²Ò“\x0Er·…°–L\x07L¦P"
  b"\x01–²Ò“\x15sÞ¿ÎÀ™¯xøÁ"
  b"\x01û▓Êô\x1Asëü╔*ë¼ÜE\n"
  b"\x01–²Ò“!qÁ \x18ù"ép\¤"
  b"\x01–²Ò“&p¡©\x00\x1E½û“|m"
  b"\x01–²Ò“-qè‘\x08³ˆ\v?à6"
  b"\x01–²Ò“3q÷§ÔîÈ\x08¾yÒ"
  b"\x01–²Ò“9q\x03°_<Y¶]\x1D`"
  b"\x01û▓Êô?séøM6ÃuØòÚ"
  b"\x01–²Ò“Dsþ™2Á4ÐRe\x11"
  b"\x01–²Ò“Js\x14¡ç£%¥qQ³"
  b"\x01–²Ò“Prw¡}ÿÉú^\x19«"
  b"\x01–²Ò“Vq¡„úZDê§—["
  b"\x01û▓Êô\rÅ╗h\x00H¿i N"
  b"\x01–²Ò“br;®ï›9˜èòÛ"
  b"\x01û▓Êôhpü½\x14­×▓62Ñ"
  b"\x01–²Ò“npL¬ƒDÇ)y¿l"
  b"\x01–²Ò“tq‰‹# ï\x13É[I"
  b"\x01–²Ò“zqÉŸvÒ/å4\x04$"
  b"\x01û▓ÊôÇs\v½åÅÍ9ìø\x7F"
  b"\x01–²Ò“‡rЬ\x05©ÈqRÝ#"
  b"\x01û▓Êôìsã®┬\x07\x03ñHZÊ"
  b"\x01–²Ò““sÕ§+åuÈø©ú"
  b"\x01–²Ò“™r`¢J\x05‚wË‚M"
  b"\x01–²Ò“Ÿqä­l/@ê\x0E·]"
  b"\x01–²Ò“¥rq±Sw”¥&w\x7F"
  b"\x01–²Ò“«r‘›€;Àa9N¶"
  b"\x01–²Ò“±qô¥ÈÁ$C¡r~"
  b"""
    \x01–²Ò“·p\n
    \fªÄr\x05&@
    """
  b"\x01û▓Êô¢rßÁ¨g\x10$^ر"
  b"\x01–²Ò“Åph¸ïY2ؾ:›"
  b"\x01–²Ò“ËpV–rˆ\x19¤å/£"
  b"\x01û▓ÊôÐqëä\x15UýëØÏ@"
  b"\x01–²Ò“×rh—\x03Ü?Ïu(Ö"
  b"\x01–²Ò“ÝqÒ»\x10¾°¶/¹¦"
  b"\x01–²Ò“ãsF«Íéž™\x7FÜJ"
  b"\x01û▓ÊôÛsSü\x11©sÔ®\x7F\x12"
  b"\x01–²Ò“ðqŸ¼w\x08`ÈX“\x00"
  b"\x01–²Ò“ör™Ž4³®p©1v"
  b"\x01û▓Êô¹q\x10ü==%5\x022q"
  b"\x01–²Ò”\x02qï¤T“¯øHeþ"
  b"\x01û▓Êö\x08p³ö>(üð█├Ò"
  b"\x01–²Ò”\x0Er¶’@±®\x05¶¥\x0F"
  b"\x01–²Ò”\x14sæ¿w²šÓ̸Ù"
  b"\x01–²Ò”\x1AqøºªtVAe›Ä"
  b"\x01–²Ò” s€žÉØý\x078èÌ"
  b"\x01–²Ò”&s~«i\x00\t1\x14"
  b"\x01û▓Êö,sBÀìº╔{k·\"
  b"\x01–²Ò”2r\x7F•±ëY^\x15Éi"
  b"\x01–²Ò”8r\x15žFj\x0EC$éT"
  b"\x01–²Ò”>sÑ“'&<^™Á˜"
  b"\x01–²Ò”DsÆ»úÙˆ\Ï÷”"
  b"\x01–²Ò”Js#‘ñ\x1D‚Q\x0E„¶"
  b"\x01û▓ÊöPqRÉd9ª\x13þ»Ñ"
  b"\x01–²Ò”Vr_—}o\x10•#­l"
  b"\x01û▓Êö\púØ░@p\x14ãïÐ"
  b"\x01–²Ò”brå‹—\x1F$„ \tá"
  b"\x01–²Ò”hs¯°µv~¡”^4"
  b"\x01–²Ò”nrA–~H`˜ŠDÑ"
  b"\x01–²Ò”tp‰·y#VK)]ü"
  b"\x01–²Ò”zr‡-˜\eø\x14ž­"
  b"\x01–²Ò”€s.¡pÔ‚áÊV\x1D"
  b"\x01–²Ò”†rô¡‡vÅ\x03½%•"
  b"\x01–²Ò”ŒpÛ¤0Ÿù\x02ãV¦"
  b"\x01–²Ò”’s.›Eñ_Ñ„DŒ"
  b"\x01û▓ÊöÿpÙü\ttaÃí¬┴"
  b"\x01û▓Êö×sü┐gÚt{¸\x1AØ"
  b"\x01–²Ò”¤p׳\x00ÐÕ‹Ûâô"
  b"\x01û▓Êö¬qtâ\x1AüCø1▄è"
  b"\x01–²Ò”°p]’õ6Þ/ºà¹"
  b"\x01–²Ò”¶sµ‡‰^¹!\x12³j"
  b"\x01–²Ò”¼rR¤‚Ë «­­Þ"
  b"\x01–²Ò”ÂqP°\\x06A#Ñ•¹"
  b"\x01û▓Êö╚p¡é?╔Øà&ÙR"
  b"\x01–²Ò”ÎpÔ’y3Ýÿ\x14¥œ"
  b"\x01–²Ò”Ôsšƒ?{ ÙLÇ"
  b"\x01–²Ò”Úq>®È>\x12Xè·ø"
  b"\x01–²Ò”àrù©Ø7¦ïf²Ü"
  b"\x01–²Ò”æs\x16½mïä1ÏÐs"
  b"""
    \x01–²Ò”ìp\n
    œyt9šëÿ?
    """
  b"\x01û▓Êö‗rÉ©\x11ò\x13╩ü¾f"
  b"\x01–²Ò”øpÇ \x12v\x1CB¹¼!"
  b"\x01–²Ò”þs\x08®ø+\x00Ë|æ\x01"
  b"\x01–²Ò•\x05q\x7FŸË£öIvbÐ"
  b"\x01û▓Êò\vp-ÿaj1▀¤─ì"
  b"\x01–²Ò•\x15p§¤\x08…›ñUêÈ"
  b"\x01û▓Êò\eq\x11É=\x01-°éx╔"
  b"\x01û▓Êò!rfä'ÖüÇ╗*╠"
  b"\x01–²Ò•'p\¾(ÇÛ|Œæ`"
  b"\x01–²Ò•-pL¼ŒQéz!Î?"
  b"\x01–²Ò•3p\x1D½Ž@YßÀÒ "
  b"\x01û▓Êò9pêÉù@ÇÀb\x16û"
  b"\x01–²Ò•?pW–¬Nc'JÔ¯"
  b"\x01–²Ò•EqWŽ›´µ¬BëK"
  b"\x01–²Ò•Kruµ¤€^:JTÍ"
  b"\x01–²Ò•Qp®¢VdÁz\vÖþ"
  b"\x01–²Ò•Wr®¡Sl³é¦\x14e"
  b"\x01–²Ò•]sä«'Ne­\x18­Û"
  b"\x01–²Ò•cs1œŒyîJÅr0"
  b"\x01–²Ò•isp¸>\v\x11\x1D\f‡Ü"
  b"\x01–²Ò•or\t›N&oi]v—"
  b"\x01–²Ò•up³Ž¼o„cŸ’ð"
  b"\x01–²Ò•{rÆ€=u±°·_>"
  b"\x01û▓Êòüp~Æ}´Ó█i\x19Ð"
  b"\x01–²Ò•‡pª¬}à¬\x08€Þ°"
  b"\x01–²Ò•ŽpŸ”딄Ÿüf\x18"
  b"\x01–²Ò•”r§ºßN’aÈ%þ"
  b"\x01û▓ÊòÜs0óØ^ñ#1¸■"
  b"\x01–²Ò• p\x11¦³"§¥ «„"
  b"\x01û▓Êòªq(ñÕ¤■[Å\x1Cc"
  b"""
    \x01–²Ò•¬qÓŽ\x17à¤C\n
    ×%
    """
  b"\x01–²Ò•²pøˆ\x7F+|Ph\x04\x19"
  b"\x01–²Ò•¸qd€ÇæøB¡\x0F«"
  b"\x01–²Ò•¾rÈ¡ÒŬ¤{)\x1E"
  b"\x01–²Ò•Ärú†FI¬\x11-@º"
  b"\x01–²Ò•Êq§¿\x15šZ<þ`¾"
  b"\x01–²Ò•Ðp[¤o²°J3\x1FÒ"
  b"\x01–²Ò•Ös”¶JÜ­~mè¯"
]
50 0.64 ms
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"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
51 1.41 ms
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.appPaymentMethod.app`.`id` as `payment_method.appPaymentMethod.app.id`, `payment_method.appPaymentMethod.app`.`name` as `payment_method.appPaymentMethod.app.name`, `payment_method.appPaymentMethod.app`.`path` as `payment_method.appPaymentMethod.app.path`, `payment_method.appPaymentMethod.app`.`author` as `payment_method.appPaymentMethod.app.author`, `payment_method.appPaymentMethod.app`.`copyright` as `payment_method.appPaymentMethod.app.copyright`, `payment_method.appPaymentMethod.app`.`license` as `payment_method.appPaymentMethod.app.license`, `payment_method.appPaymentMethod.app`.`active` as `payment_method.appPaymentMethod.app.active`, `payment_method.appPaymentMethod.app`.`configurable` as `payment_method.appPaymentMethod.app.configurable`, `payment_method.appPaymentMethod.app`.`privacy` as `payment_method.appPaymentMethod.app.privacy`, `payment_method.appPaymentMethod.app`.`version` as `payment_method.appPaymentMethod.app.version`, `payment_method.appPaymentMethod.app`.`icon` as `payment_method.appPaymentMethod.app.iconRaw`, `payment_method.appPaymentMethod.app`.`app_secret` as `payment_method.appPaymentMethod.app.appSecret`, `payment_method.appPaymentMethod.app`.`modules` as `payment_method.appPaymentMethod.app.modules`, `payment_method.appPaymentMethod.app`.`main_module` as `payment_method.appPaymentMethod.app.mainModule`, `payment_method.appPaymentMethod.app`.`cookies` as `payment_method.appPaymentMethod.app.cookies`, `payment_method.appPaymentMethod.app`.`allow_disable` as `payment_method.appPaymentMethod.app.allowDisable`, `payment_method.appPaymentMethod.app`.`base_app_url` as `payment_method.appPaymentMethod.app.baseAppUrl`, `payment_method.appPaymentMethod.app`.`allowed_hosts` as `payment_method.appPaymentMethod.app.allowedHosts`, `payment_method.appPaymentMethod.app`.`template_load_priority` as `payment_method.appPaymentMethod.app.templateLoadPriority`, `payment_method.appPaymentMethod.app`.`checkout_gateway_url` as `payment_method.appPaymentMethod.app.checkoutGatewayUrl`, `payment_method.appPaymentMethod.app`.`source_type` as `payment_method.appPaymentMethod.app.sourceType`, `payment_method.appPaymentMethod.app`.`source_config` as `payment_method.appPaymentMethod.app.sourceConfig`, `payment_method.appPaymentMethod.app`.`self_managed` as `payment_method.appPaymentMethod.app.selfManaged`, `payment_method.appPaymentMethod.app`.`integration_id` as `payment_method.appPaymentMethod.app.integrationId`, `payment_method.appPaymentMethod.app.integration`.`id` as `payment_method.appPaymentMethod.app.integration.id`, `payment_method.appPaymentMethod.app.integration`.`label` as `payment_method.appPaymentMethod.app.integration.label`, `payment_method.appPaymentMethod.app.integration`.`access_key` as `payment_method.appPaymentMethod.app.integration.accessKey`, `payment_method.appPaymentMethod.app.integration`.`secret_access_key` as `payment_method.appPaymentMethod.app.integration.secretAccessKey`, `payment_method.appPaymentMethod.app.integration`.`last_usage_at` as `payment_method.appPaymentMethod.app.integration.lastUsageAt`, `payment_method.appPaymentMethod.app.integration`.`admin` as `payment_method.appPaymentMethod.app.integration.admin`, `payment_method.appPaymentMethod.app.integration`.`custom_fields` as `payment_method.appPaymentMethod.app.integration.customFields`, `payment_method.appPaymentMethod.app.integration`.`deleted_at` as `payment_method.appPaymentMethod.app.integration.deletedAt`, `payment_method.appPaymentMethod.app.integration`.`created_at` as `payment_method.appPaymentMethod.app.integration.createdAt`, `payment_method.appPaymentMethod.app.integration`.`updated_at` as `payment_method.appPaymentMethod.app.integration.updatedAt`, `payment_method.appPaymentMethod.app`.`acl_role_id` as `payment_method.appPaymentMethod.app.aclRoleId`, `payment_method.appPaymentMethod.app.aclRole`.`id` as `payment_method.appPaymentMethod.app.aclRole.id`, `payment_method.appPaymentMethod.app.aclRole`.`name` as `payment_method.appPaymentMethod.app.aclRole.name`, `payment_method.appPaymentMethod.app.aclRole`.`description` as `payment_method.appPaymentMethod.app.aclRole.description`, `payment_method.appPaymentMethod.app.aclRole`.`privileges` as `payment_method.appPaymentMethod.app.aclRole.privileges`, `payment_method.appPaymentMethod.app.aclRole`.`deleted_at` as `payment_method.appPaymentMethod.app.aclRole.deletedAt`, `payment_method.appPaymentMethod.app.aclRole`.`created_at` as `payment_method.appPaymentMethod.app.aclRole.createdAt`, `payment_method.appPaymentMethod.app.aclRole`.`updated_at` as `payment_method.appPaymentMethod.app.aclRole.updatedAt`, `payment_method.appPaymentMethod.app`.`created_at` as `payment_method.appPaymentMethod.app.createdAt`, `payment_method.appPaymentMethod.app`.`updated_at` as `payment_method.appPaymentMethod.app.updatedAt`, `payment_method.appPaymentMethod.app.translation.label`, `payment_method.appPaymentMethod.app.translation.label` as `payment_method.appPaymentMethod.app.label`, `payment_method.appPaymentMethod.app.translation.description`, `payment_method.appPaymentMethod.app.translation.description` as `payment_method.appPaymentMethod.app.description`, `payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions`, `payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions` as `payment_method.appPaymentMethod.app.privacyPolicyExtensions`, `payment_method.appPaymentMethod.app.translation.customFields`, `payment_method.appPaymentMethod.app.translation.customFields` as `payment_method.appPaymentMethod.app.customFields`, `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.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` 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.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` FROM `payment_method_translation` `payment_method.translation` 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.appPaymentMethod.app` ON `payment_method.appPaymentMethod`.`app_id` = `payment_method.appPaymentMethod.app`.`id` LEFT JOIN `integration` `payment_method.appPaymentMethod.app.integration` ON `payment_method.appPaymentMethod.app`.`integration_id` = `payment_method.appPaymentMethod.app.integration`.`id` LEFT JOIN `acl_role` `payment_method.appPaymentMethod.app.aclRole` ON `payment_method.appPaymentMethod.app`.`acl_role_id` = `payment_method.appPaymentMethod.app.aclRole`.`id` LEFT JOIN (SELECT `payment_method.appPaymentMethod.app.translation`.`app_id`, `payment_method.appPaymentMethod.app.translation`.`label` as `payment_method.appPaymentMethod.app.translation.label`, `payment_method.appPaymentMethod.app.translation`.`description` as `payment_method.appPaymentMethod.app.translation.description`, `payment_method.appPaymentMethod.app.translation`.`privacy_policy_extensions` as `payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions`, `payment_method.appPaymentMethod.app.translation`.`custom_fields` as `payment_method.appPaymentMethod.app.translation.customFields` FROM `app_translation` `payment_method.appPaymentMethod.app.translation` WHERE `payment_method.appPaymentMethod.app.translation`.`language_id` = ?) `payment_method.appPaymentMethod.app.app_translation` ON `payment_method.appPaymentMethod.app.app_translation`.`app_id` = `payment_method.appPaymentMethod.app`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²Øœ\fs…‚ñ„Ñ:CÔF"
  b"\x01–²Øž\x19r\x06ºvð\x10ßg²;"
  b"\x01û▓σ?qª│▀─\x05OÜØ©"
  b"\x01–²Ø wpÆ‘aS0[á\x11j"
  b"\x01–²Ø¡èp¥±·T5§A\x16µ"
  b"\x01û▓Ïú8r6ÖUg┐ÞÀüã"
  b"\x01–²Ø¤¾pßÚÐòô\\e""
]
52 0.69 ms
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` FROM `shipping_method_translation` `shipping_method.translation` 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.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
53 1.23 ms
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.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `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.appShippingMethod.app`.`id` as `shipping_method.appShippingMethod.app.id`, `shipping_method.appShippingMethod.app`.`name` as `shipping_method.appShippingMethod.app.name`, `shipping_method.appShippingMethod.app`.`path` as `shipping_method.appShippingMethod.app.path`, `shipping_method.appShippingMethod.app`.`author` as `shipping_method.appShippingMethod.app.author`, `shipping_method.appShippingMethod.app`.`copyright` as `shipping_method.appShippingMethod.app.copyright`, `shipping_method.appShippingMethod.app`.`license` as `shipping_method.appShippingMethod.app.license`, `shipping_method.appShippingMethod.app`.`active` as `shipping_method.appShippingMethod.app.active`, `shipping_method.appShippingMethod.app`.`configurable` as `shipping_method.appShippingMethod.app.configurable`, `shipping_method.appShippingMethod.app`.`privacy` as `shipping_method.appShippingMethod.app.privacy`, `shipping_method.appShippingMethod.app`.`version` as `shipping_method.appShippingMethod.app.version`, `shipping_method.appShippingMethod.app`.`icon` as `shipping_method.appShippingMethod.app.iconRaw`, `shipping_method.appShippingMethod.app`.`app_secret` as `shipping_method.appShippingMethod.app.appSecret`, `shipping_method.appShippingMethod.app`.`modules` as `shipping_method.appShippingMethod.app.modules`, `shipping_method.appShippingMethod.app`.`main_module` as `shipping_method.appShippingMethod.app.mainModule`, `shipping_method.appShippingMethod.app`.`cookies` as `shipping_method.appShippingMethod.app.cookies`, `shipping_method.appShippingMethod.app`.`allow_disable` as `shipping_method.appShippingMethod.app.allowDisable`, `shipping_method.appShippingMethod.app`.`base_app_url` as `shipping_method.appShippingMethod.app.baseAppUrl`, `shipping_method.appShippingMethod.app`.`allowed_hosts` as `shipping_method.appShippingMethod.app.allowedHosts`, `shipping_method.appShippingMethod.app`.`template_load_priority` as `shipping_method.appShippingMethod.app.templateLoadPriority`, `shipping_method.appShippingMethod.app`.`checkout_gateway_url` as `shipping_method.appShippingMethod.app.checkoutGatewayUrl`, `shipping_method.appShippingMethod.app`.`source_type` as `shipping_method.appShippingMethod.app.sourceType`, `shipping_method.appShippingMethod.app`.`source_config` as `shipping_method.appShippingMethod.app.sourceConfig`, `shipping_method.appShippingMethod.app`.`self_managed` as `shipping_method.appShippingMethod.app.selfManaged`, `shipping_method.appShippingMethod.app`.`integration_id` as `shipping_method.appShippingMethod.app.integrationId`, `shipping_method.appShippingMethod.app.integration`.`id` as `shipping_method.appShippingMethod.app.integration.id`, `shipping_method.appShippingMethod.app.integration`.`label` as `shipping_method.appShippingMethod.app.integration.label`, `shipping_method.appShippingMethod.app.integration`.`access_key` as `shipping_method.appShippingMethod.app.integration.accessKey`, `shipping_method.appShippingMethod.app.integration`.`secret_access_key` as `shipping_method.appShippingMethod.app.integration.secretAccessKey`, `shipping_method.appShippingMethod.app.integration`.`last_usage_at` as `shipping_method.appShippingMethod.app.integration.lastUsageAt`, `shipping_method.appShippingMethod.app.integration`.`admin` as `shipping_method.appShippingMethod.app.integration.admin`, `shipping_method.appShippingMethod.app.integration`.`custom_fields` as `shipping_method.appShippingMethod.app.integration.customFields`, `shipping_method.appShippingMethod.app.integration`.`deleted_at` as `shipping_method.appShippingMethod.app.integration.deletedAt`, `shipping_method.appShippingMethod.app.integration`.`created_at` as `shipping_method.appShippingMethod.app.integration.createdAt`, `shipping_method.appShippingMethod.app.integration`.`updated_at` as `shipping_method.appShippingMethod.app.integration.updatedAt`, `shipping_method.appShippingMethod.app`.`acl_role_id` as `shipping_method.appShippingMethod.app.aclRoleId`, `shipping_method.appShippingMethod.app.aclRole`.`id` as `shipping_method.appShippingMethod.app.aclRole.id`, `shipping_method.appShippingMethod.app.aclRole`.`name` as `shipping_method.appShippingMethod.app.aclRole.name`, `shipping_method.appShippingMethod.app.aclRole`.`description` as `shipping_method.appShippingMethod.app.aclRole.description`, `shipping_method.appShippingMethod.app.aclRole`.`privileges` as `shipping_method.appShippingMethod.app.aclRole.privileges`, `shipping_method.appShippingMethod.app.aclRole`.`deleted_at` as `shipping_method.appShippingMethod.app.aclRole.deletedAt`, `shipping_method.appShippingMethod.app.aclRole`.`created_at` as `shipping_method.appShippingMethod.app.aclRole.createdAt`, `shipping_method.appShippingMethod.app.aclRole`.`updated_at` as `shipping_method.appShippingMethod.app.aclRole.updatedAt`, `shipping_method.appShippingMethod.app`.`created_at` as `shipping_method.appShippingMethod.app.createdAt`, `shipping_method.appShippingMethod.app`.`updated_at` as `shipping_method.appShippingMethod.app.updatedAt`, `shipping_method.appShippingMethod.app.translation.label`, `shipping_method.appShippingMethod.app.translation.label` as `shipping_method.appShippingMethod.app.label`, `shipping_method.appShippingMethod.app.translation.description`, `shipping_method.appShippingMethod.app.translation.description` as `shipping_method.appShippingMethod.app.description`, `shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions`, `shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions` as `shipping_method.appShippingMethod.app.privacyPolicyExtensions`, `shipping_method.appShippingMethod.app.translation.customFields`, `shipping_method.appShippingMethod.app.translation.customFields` as `shipping_method.appShippingMethod.app.customFields`, `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.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` 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.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` 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 (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` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` 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 `app` `shipping_method.appShippingMethod.app` ON `shipping_method.appShippingMethod`.`app_id` = `shipping_method.appShippingMethod.app`.`id` LEFT JOIN `integration` `shipping_method.appShippingMethod.app.integration` ON `shipping_method.appShippingMethod.app`.`integration_id` = `shipping_method.appShippingMethod.app.integration`.`id` LEFT JOIN `acl_role` `shipping_method.appShippingMethod.app.aclRole` ON `shipping_method.appShippingMethod.app`.`acl_role_id` = `shipping_method.appShippingMethod.app.aclRole`.`id` LEFT JOIN (SELECT `shipping_method.appShippingMethod.app.translation`.`app_id`, `shipping_method.appShippingMethod.app.translation`.`label` as `shipping_method.appShippingMethod.app.translation.label`, `shipping_method.appShippingMethod.app.translation`.`description` as `shipping_method.appShippingMethod.app.translation.description`, `shipping_method.appShippingMethod.app.translation`.`privacy_policy_extensions` as `shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions`, `shipping_method.appShippingMethod.app.translation`.`custom_fields` as `shipping_method.appShippingMethod.app.translation.customFields` FROM `app_translation` `shipping_method.appShippingMethod.app.translation` WHERE `shipping_method.appShippingMethod.app.translation`.`language_id` = ?) `shipping_method.appShippingMethod.app.app_translation` ON `shipping_method.appShippingMethod.app.app_translation`.`app_id` = `shipping_method.appShippingMethod.app`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²ÒgjsYŠ\x14ø\x195q^š"
  b"\x01–²ÒgjsYŠ\x14ø\x195\x06Íë"
]
54 0.44 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:
[]
55 0.67 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.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` 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` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
56 0.68 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.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` 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`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01û▓Ë\x15Åqò▓®ñá²{┬r"
  b"\x01û▓Ë\x15Åqò▓®ñí\x00MÅ "
]
57 16.54 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/0196b2d370957291af823af69a6816c7"
  "/navigation/0196b2d3709972d1a77dacd470a52a4b"
  "/navigation/0196b2d370a873879f212ae7d22fbf9e"
  "/navigation/0196b2d370ab71fe8e85b39913749b67"
  "/navigation/0196b2d370ac737d8fc52056964e5019"
  "/navigation/0196b2d370bd733cab095125ab27cb5f"
  "/navigation/0196b2d370c272b7a6c23e0baeba1856"
  "/navigation/0196b2d370c47368bf65f30158ff2945"
  "/navigation/0196b2d370ce73cd8ade94f015743112"
  "/navigation/0196b2d370db71269a4eacb5ba5c9dd2"
  "/navigation/0196b2d370967243b0f1071246e20e3a"
  "/navigation/0196b2d370967243b0f1071246e4771a"
  "/navigation/0196b2d370967243b0f1071246fc82d9"
  "/navigation/0196b2d3709773bf958b90f58f0ea6a1"
  "/navigation/0196b2d3709773bf958b90f58f592a0b"
  "/navigation/0196b2d3709773bf958b90f5902d5fb0"
  "/navigation/0196b2d3709773bf958b90f59108bf0c"
  "/navigation/0196b2d3709773bf958b90f59137ab5f"
  "/navigation/0196b2d3709773bf958b90f591ef6294"
  "/navigation/0196b2d3709773bf958b90f592b06ca8"
  "/navigation/0196b2d3709773bf958b90f5935ce7d7"
  "/navigation/0196b2d3709773bf958b90f593bc13af"
  "/navigation/0196b2d3709773bf958b90f5947e4b50"
  "/navigation/0196b2d3709773bf958b90f59561c37e"
  "/navigation/0196b2d3709773bf958b90f595de5ba3"
  "/navigation/0196b2d3709773bf958b90f596c2cb4b"
  "/navigation/0196b2d3709773bf958b90f597900b2e"
  "/navigation/0196b2d3709773bf958b90f5981d5225"
  "/navigation/0196b2d3709773bf958b90f59918f517"
  "/navigation/0196b2d3709773bf958b90f59a122891"
  "/navigation/0196b2d3709773bf958b90f59ad4d639"
  "/navigation/0196b2d3709872ef9613f10bad98459f"
  "/navigation/0196b2d3709872ef9613f10badc4003d"
  "/navigation/0196b2d3709872ef9613f10bae8c1d14"
  "/navigation/0196b2d3709872ef9613f10baea8693d"
  "/navigation/0196b2d3709872ef9613f10baf1afbb0"
  "/navigation/0196b2d3709872ef9613f10bafe6aacf"
  "/navigation/0196b2d3709872ef9613f10bb06e98fe"
  "/navigation/0196b2d3709872ef9613f10bb075527d"
  "/navigation/0196b2d3709872ef9613f10bb13f1772"
  "/navigation/0196b2d3709872ef9613f10bb1bd6965"
  "/navigation/0196b2d3709872ef9613f10bb24154a7"
  "/navigation/0196b2d3709872ef9613f10bb28d2f67"
  "/navigation/0196b2d3709872ef9613f10bb3524142"
  "/navigation/0196b2d3709872ef9613f10bb3e5c33a"
  "/navigation/0196b2d3709872ef9613f10bb47f48ff"
  "/navigation/0196b2d3709872ef9613f10bb4b56771"
  "/navigation/0196b2d3709872ef9613f10bb52ad13d"
  "/navigation/0196b2d3709872ef9613f10bb585c7f3"
  "/navigation/0196b2d3709972d1a77dacd46fea30e4"
  "/navigation/0196b2d3709972d1a77dacd4718762f2"
  "/navigation/0196b2d3709972d1a77dacd471f38ec7"
  "/navigation/0196b2d3709972d1a77dacd472061fef"
  "/navigation/0196b2d3709972d1a77dacd474ca44db"
  "/navigation/0196b2d3709972d1a77dacd476e7da6b"
  "/navigation/0196b2d3709a705e9f91fed1fb79b957"
  "/navigation/0196b2d3709a705e9f91fed1fe428902"
  "/navigation/0196b2d3709a705e9f91fed1ff0f19d8"
  "/navigation/0196b2d3709a705e9f91fed1ffd4e16d"
  "/navigation/0196b2d3709a705e9f91fed201b33b15"
  "/navigation/0196b2d3709a705e9f91fed2032fb712"
  "/navigation/0196b2d3709b70d7ae58815b3142beef"
  "/navigation/0196b2d3709b70d7ae58815b3433be9b"
  "/navigation/0196b2d3709b70d7ae58815b34535b7a"
  "/navigation/0196b2d3709b70d7ae58815b36815a4d"
  "/navigation/0196b2d3709b70d7ae58815b379177b1"
  "/navigation/0196b2d3709c71a59e9dda41bcb9e1b9"
  "/navigation/0196b2d3709c71a59e9dda41bff6593d"
  "/navigation/0196b2d3709c71a59e9dda41c1e10625"
  "/navigation/0196b2d3709c71a59e9dda41c5971948"
  "/navigation/0196b2d3709c71a59e9dda41c612362e"
  "/navigation/0196b2d3709d71fabe6bb926be867d96"
  "/navigation/0196b2d3709d71fabe6bb926bf4ef266"
  "/navigation/0196b2d3709d71fabe6bb926c0673332"
  "/navigation/0196b2d3709d71fabe6bb926c09bdd98"
  "/navigation/0196b2d3709d71fabe6bb926c1529005"
  "/navigation/0196b2d3709d71fabe6bb926c44a63df"
  "/navigation/0196b2d3709e721cb4882fb0df3f0842"
  "/navigation/0196b2d3709e721cb4882fb0e23ac660"
  "/navigation/0196b2d3709e721cb4882fb0e5207834"
  "/navigation/0196b2d3709e721cb4882fb0e5ac1501"
  "/navigation/0196b2d3709f7281a8bb0651610173cc"
  "/navigation/0196b2d3709f7281a8bb0651636521ab"
  "/navigation/0196b2d3709f7281a8bb065165c3b2a5"
  "/navigation/0196b2d3709f7281a8bb065167a3d986"
  "/navigation/0196b2d3709f7281a8bb0651686c941d"
  "/navigation/0196b2d370a070b2b062f11b615030b1"
  "/navigation/0196b2d370a070b2b062f11b64bce84c"
  "/navigation/0196b2d370a070b2b062f11b67500d64"
  "/navigation/0196b2d370a070b2b062f11b688a87a0"
  "/navigation/0196b2d370a171b58d7e42e807276fa6"
  "/navigation/0196b2d370a171b58d7e42e807846738"
  "/navigation/0196b2d370a171b58d7e42e809958ca5"
  "/navigation/0196b2d370a171b58d7e42e80b9b8c91"
  "/navigation/0196b2d370a171b58d7e42e80d84e242"
  "/navigation/0196b2d370a27351ac7f5f3489727989"
  "/navigation/0196b2d370a27351ac7f5f3489768a9b"
  "/navigation/0196b2d370a27351ac7f5f348a25c43f"
  "/navigation/0196b2d370a27351ac7f5f348bb880cd"
  "/navigation/0196b2d370a27351ac7f5f348de464f6"
  "/navigation/0196b2d370a37346be46255effcfe7c4"
  "/navigation/0196b2d370a37346be46255f00a3d736"
  "/navigation/0196b2d370a37346be46255f0372fc01"
  "/navigation/0196b2d370a37346be46255f04433949"
  "/navigation/0196b2d370a37346be46255f05afc33c"
  "/navigation/0196b2d370a473ca9ba76881b5fb1362"
  "/navigation/0196b2d370a473ca9ba76881b938410c"
  "/navigation/0196b2d370a473ca9ba76881b975b912"
  "/navigation/0196b2d370a473ca9ba76881ba3bb9d1"
  "/navigation/0196b2d370a473ca9ba76881bd4538be"
  "/navigation/0196b2d370a57355969bd03c26780b7d"
  "/navigation/0196b2d370a57355969bd03c29f51664"
  "/navigation/0196b2d370a57355969bd03c2ba52442"
  "/navigation/0196b2d370a57355969bd03c2c78c2ef"
  "/navigation/0196b2d370a57355969bd03c2f2df00c"
  "/navigation/0196b2d370a671e8981e8b4caca1d055"
  "/navigation/0196b2d370a671e8981e8b4caee5b737"
  "/navigation/0196b2d370a671e8981e8b4cb0b0a5c8"
  "/navigation/0196b2d370a671e8981e8b4cb11d0247"
  "/navigation/0196b2d370a671e8981e8b4cb29bbb8b"
  "/navigation/0196b2d370a77077bf7563b79ac91320"
  "/navigation/0196b2d370a77077bf7563b79adb99db"
  "/navigation/0196b2d370a77077bf7563b79bcde2c5"
  "/navigation/0196b2d370a77077bf7563b79cdab057"
  "/navigation/0196b2d370a77077bf7563b79ec6b69e"
  "/navigation/0196b2d370a873879f212ae7d0ece979"
  "/navigation/0196b2d370a873879f212ae7d31e5716"
  "/navigation/0196b2d370a873879f212ae7d3cf58ad"
  "/navigation/0196b2d370a873879f212ae7d401c9f7"
  "/navigation/0196b2d370a873879f212ae7d4e52505"
  "/navigation/0196b2d370a873879f212ae7d53e2d2a"
  "/navigation/0196b2d370a873879f212ae7d6275281"
  "/navigation/0196b2d370a873879f212ae7d66aec36"
  "/navigation/0196b2d370a873879f212ae7d67b7654"
  "/navigation/0196b2d370a873879f212ae7d6862d6b"
  "/navigation/0196b2d370a873879f212ae7d6ed1e22"
  "/navigation/0196b2d370a873879f212ae7d6fa2abc"
  "/navigation/0196b2d370a9718db1ddaf536f277a2b"
  "/navigation/0196b2d370a9718db1ddaf536f66970e"
  "/navigation/0196b2d370a9718db1ddaf536ffb3ee2"
  "/navigation/0196b2d370a9718db1ddaf5370bc9eac"
  "/navigation/0196b2d370a9718db1ddaf53713f616c"
  "/navigation/0196b2d370a9718db1ddaf5372160b42"
  "/navigation/0196b2d370a9718db1ddaf5372f8aeb5"
  "/navigation/0196b2d370a9718db1ddaf537322558d"
  "/navigation/0196b2d370a9718db1ddaf5373db2e69"
  "/navigation/0196b2d370a9718db1ddaf5373e8a6ed"
  "/navigation/0196b2d370a9718db1ddaf5374084df6"
  "/navigation/0196b2d370a9718db1ddaf53747a90c7"
  "/navigation/0196b2d370a9718db1ddaf53750c8422"
  "/navigation/0196b2d370a9718db1ddaf537513f6cd"
  "/navigation/0196b2d370a9718db1ddaf537523fd58"
  "/navigation/0196b2d370a9718db1ddaf5375d8af69"
  "/navigation/0196b2d370aa73f4a0fac9999d4fe9bf"
  "/navigation/0196b2d370aa73f4a0fac9999d6b78c1"
  "/navigation/0196b2d370aa73f4a0fac9999d8c72a3"
  "/navigation/0196b2d370aa73f4a0fac9999e6b66ba"
  "/navigation/0196b2d370aa73f4a0fac9999f559cb1"
  "/navigation/0196b2d370aa73f4a0fac9999ffee9a0"
  "/navigation/0196b2d370aa73f4a0fac999a0d7d699"
  "/navigation/0196b2d370aa73f4a0fac999a15e95ac"
  "/navigation/0196b2d370aa73f4a0fac999a168797c"
  "/navigation/0196b2d370aa73f4a0fac999a248b9f7"
  "/navigation/0196b2d370aa73f4a0fac999a2aecd84"
  "/navigation/0196b2d370aa73f4a0fac999a2be548d"
  "/navigation/0196b2d370aa73f4a0fac999a2bf39e0"
  "/navigation/0196b2d370aa73f4a0fac999a319a972"
  "/navigation/0196b2d370aa73f4a0fac999a3daba62"
  "/navigation/0196b2d370aa73f4a0fac999a4ab8802"
  "/navigation/0196b2d370aa73f4a0fac999a4ea5f68"
  "/navigation/0196b2d370aa73f4a0fac999a56f0b74"
  "/navigation/0196b2d370aa73f4a0fac999a624e7b2"
  "/navigation/0196b2d370ab71fe8e85b399120f6beb"
  "/navigation/0196b2d370ab71fe8e85b3991283f34e"
  "/navigation/0196b2d370ab71fe8e85b39913c88c62"
  "/navigation/0196b2d370ab71fe8e85b3991415e760"
  "/navigation/0196b2d370ab71fe8e85b399141893cd"
  "/navigation/0196b2d370ab71fe8e85b39914bae3a0"
  "/navigation/0196b2d370ab71fe8e85b39914bf22c2"
  "/navigation/0196b2d370ab71fe8e85b39914de1c9e"
  "/navigation/0196b2d370ab71fe8e85b39915d328ab"
  "/navigation/0196b2d370ab71fe8e85b39916b06479"
  "/navigation/0196b2d370ab71fe8e85b39916b955b8"
  "/navigation/0196b2d370ab71fe8e85b399177620d9"
  "/navigation/0196b2d370ab71fe8e85b39918059a61"
  "/navigation/0196b2d370ab71fe8e85b3991862ed39"
  "/navigation/0196b2d370ab71fe8e85b39918d0fd3d"
  "/navigation/0196b2d370ac737d8fc5205690ae1d78"
  "/navigation/0196b2d370ac737d8fc520569123b474"
  "/navigation/0196b2d370ac737d8fc5205691d2a632"
  "/navigation/0196b2d370ac737d8fc520569291e657"
  "/navigation/0196b2d370ac737d8fc5205692f879ae"
  "/navigation/0196b2d370ac737d8fc5205693a0b479"
  "/navigation/0196b2d370ac737d8fc5205693e971f3"
  "/navigation/0196b2d370ac737d8fc52056940cfb77"
  "/navigation/0196b2d370ac737d8fc5205694dea2b2"
  "/navigation/0196b2d370ac737d8fc5205695763e0b"
  "/navigation/0196b2d370ac737d8fc5205695f2f5e3"
  "/navigation/0196b2d370ac737d8fc5205696a69e21"
  "/navigation/0196b2d370ac737d8fc52056979623d6"
  "/navigation/0196b2d370ac737d8fc52056983361e7"
  "/navigation/0196b2d370ad7254af7bf974343b2de8"
  "/navigation/0196b2d370ad7254af7bf974378fdeae"
  "/navigation/0196b2d370ad7254af7bf97439dc4a9e"
  "/navigation/0196b2d370ae729e8f24a2bccaad1e1c"
  "/navigation/0196b2d370ae729e8f24a2bccb3345d3"
  "/navigation/0196b2d370ae729e8f24a2bccdadaf32"
  "/navigation/0196b2d370ae729e8f24a2bcd02de196"
  "/navigation/0196b2d370af700c8311ac8072e832d3"
  "/navigation/0196b2d370af700c8311ac8074f5c2e1"
  "/navigation/0196b2d370af700c8311ac8075c4f5f0"
  "/navigation/0196b2d370af700c8311ac8076bf873b"
  "/navigation/0196b2d370af700c8311ac80788ed9e1"
  "/navigation/0196b2d370af700c8311ac807adfb85b"
  "/navigation/0196b2d370b07261a3d5a75bc4b34632"
  "/navigation/0196b2d370b07261a3d5a75bc63156b3"
  "/navigation/0196b2d370b07261a3d5a75bc886e462"
  "/navigation/0196b2d370b07261a3d5a75bc962bc67"
  "/navigation/0196b2d370b07261a3d5a75bcc139eed"
  "/navigation/0196b2d370b1730da21848df653ec48f"
  "/navigation/0196b2d370b1730da21848df67e37be8"
  "/navigation/0196b2d370b1730da21848df6a88e77f"
  "/navigation/0196b2d370b1730da21848df6ae8d305"
  "/navigation/0196b2d370b1730da21848df6be37964"
  "/navigation/0196b2d370b273e6bc9852cf68b3cefc"
  "/navigation/0196b2d370b273e6bc9852cf6c0b57e1"
  "/navigation/0196b2d370b273e6bc9852cf6d42f5b7"
  "/navigation/0196b2d370b273e6bc9852cf6f97af5b"
  "/navigation/0196b2d370b373c59f1ea321523ee5a4"
  "/navigation/0196b2d370b373c59f1ea3215325adaa"
  "/navigation/0196b2d370b373c59f1ea32155239f21"
  "/navigation/0196b2d370b373c59f1ea321570ebef7"
  "/navigation/0196b2d370b373c59f1ea32157cac5d3"
  "/navigation/0196b2d370b470ffb021fb68f5d893c6"
  "/navigation/0196b2d370b470ffb021fb68f73526a2"
  "/navigation/0196b2d370b470ffb021fb68f90c9153"
  "/navigation/0196b2d370b5712c9f832132aab38f83"
  "/navigation/0196b2d370b5712c9f832132aab8057b"
  "/navigation/0196b2d370b5712c9f832132acfc611c"
  "/navigation/0196b2d370b5712c9f832132af4a3f07"
  "/navigation/0196b2d370b5712c9f832132b13053cf"
  "/navigation/0196b2d370b67305afd9c01f0a36edcb"
  "/navigation/0196b2d370b67305afd9c01f0b64d12e"
  "/navigation/0196b2d370b67305afd9c01f0beb58f9"
  "/navigation/0196b2d370b67305afd9c01f0e7c46a4"
  "/navigation/0196b2d370b67305afd9c01f0f625415"
  "/navigation/0196b2d370b77283be4b71db9f52deab"
  "/navigation/0196b2d370b77283be4b71db9fa8ee9a"
  "/navigation/0196b2d370b77283be4b71db9ff17d24"
  "/navigation/0196b2d370b77283be4b71dba26c9155"
  "/navigation/0196b2d370b77283be4b71dba3c5102d"
  "/navigation/0196b2d370b77283be4b71dba3c542b5"
  "/navigation/0196b2d370b872168956d4cf52c26ff8"
  "/navigation/0196b2d370b872168956d4cf55c76669"
  "/navigation/0196b2d370b973219acf5f8e0fdacd42"
  "/navigation/0196b2d370b973219acf5f8e1113504e"
  "/navigation/0196b2d370b973219acf5f8e13e2f721"
  "/navigation/0196b2d370b973219acf5f8e14483557"
  "/navigation/0196b2d370b973219acf5f8e162d141a"
  "/navigation/0196b2d370ba70b8ada2dab2fe79c403"
  "/navigation/0196b2d370ba70b8ada2dab2feb7a811"
  "/navigation/0196b2d370ba70b8ada2dab2ff61bc1d"
  "/navigation/0196b2d370ba70b8ada2dab3010a4498"
  "/navigation/0196b2d370ba70b8ada2dab30243a23e"
  "/navigation/0196b2d370bb702b97f3d376e194d7c4"
  "/navigation/0196b2d370bb702b97f3d376e25f337f"
  "/navigation/0196b2d370bb702b97f3d376e4e6a969"
  "/navigation/0196b2d370bb702b97f3d376e7714a83"
  "/navigation/0196b2d370bc701195ce3a8d636f9808"
  "/navigation/0196b2d370bc701195ce3a8d63797bed"
  "/navigation/0196b2d370bc701195ce3a8d65e1acbb"
  "/navigation/0196b2d370bc701195ce3a8d691fc697"
  "/navigation/0196b2d370bc701195ce3a8d69a5e427"
  "/navigation/0196b2d370bc701195ce3a8d6aaff0ca"
  "/navigation/0196b2d370bd733cab095125a366cc7e"
  "/navigation/0196b2d370bd733cab095125a66ac727"
  "/navigation/0196b2d370bd733cab095125aa053cf2"
  "/navigation/0196b2d370bd733cab095125ac171166"
  "/navigation/0196b2d370bd733cab095125acf9aaca"
  "/navigation/0196b2d370be70f0b2e2739796fb780e"
  "/navigation/0196b2d370be70f0b2e273979785e572"
  "/navigation/0196b2d370be70f0b2e2739798792e2e"
  "/navigation/0196b2d370be70f0b2e27397988ce976"
  "/navigation/0196b2d370be70f0b2e2739799772094"
  "/navigation/0196b2d370be70f0b2e273979992bbc5"
  "/navigation/0196b2d370be70f0b2e273979a8f8809"
  "/navigation/0196b2d370be70f0b2e273979acfae21"
  "/navigation/0196b2d370be70f0b2e273979b2f5971"
  "/navigation/0196b2d370be70f0b2e273979b7ab493"
  "/navigation/0196b2d370be70f0b2e273979ba83e69"
  "/navigation/0196b2d370be70f0b2e273979bc5cbee"
  "/navigation/0196b2d370be70f0b2e273979c319546"
  "/navigation/0196b2d370be70f0b2e273979cd9f9ed"
  "/navigation/0196b2d370be70f0b2e273979d7b119d"
  "/navigation/0196b2d370be70f0b2e273979debe327"
  "/navigation/0196b2d370be70f0b2e273979ec53cf2"
  "/navigation/0196b2d370be70f0b2e273979f82392c"
  "/navigation/0196b2d370bf7301a35576f25617564e"
  "/navigation/0196b2d370bf7301a35576f256349634"
  "/navigation/0196b2d370bf7301a35576f2565e2e78"
  "/navigation/0196b2d370bf7301a35576f256fe2a7d"
  "/navigation/0196b2d370bf7301a35576f257d92e60"
  "/navigation/0196b2d370bf7301a35576f257fc3fdd"
  "/navigation/0196b2d370bf7301a35576f25885e877"
  "/navigation/0196b2d370bf7301a35576f258918482"
  "/navigation/0196b2d370bf7301a35576f259663dad"
  "/navigation/0196b2d370bf7301a35576f259d95e53"
  "/navigation/0196b2d370bf7301a35576f25a57f076"
  "/navigation/0196b2d370bf7301a35576f25a5a3966"
  "/navigation/0196b2d370bf7301a35576f25a95c2c6"
  "/navigation/0196b2d370bf7301a35576f25b84f655"
  "/navigation/0196b2d370bf7301a35576f25bc0a1bb"
  "/navigation/0196b2d370bf7301a35576f25c3a5595"
  "/navigation/0196b2d370bf7301a35576f25cb6979d"
  "/navigation/0196b2d370c0715c86b93245f5202e31"
  "/navigation/0196b2d370c0715c86b93245f5644822"
  "/navigation/0196b2d370c0715c86b93245f615aa6c"
  "/navigation/0196b2d370c0715c86b93245f62bf98b"
  "/navigation/0196b2d370c0715c86b93245f65c6a16"
  "/navigation/0196b2d370c0715c86b93245f68849d8"
  "/navigation/0196b2d370c0715c86b93245f699614c"
  "/navigation/0196b2d370c0715c86b93245f71d3ef3"
  "/navigation/0196b2d370c0715c86b93245f80943eb"
  "/navigation/0196b2d370c0715c86b93245f8214671"
  "/navigation/0196b2d370c0715c86b93245f84733fb"
  "/navigation/0196b2d370c0715c86b93245f87140ec"
  "/navigation/0196b2d370c0715c86b93245f89b45cf"
  "/navigation/0196b2d370c0715c86b93245f953e5cf"
  "/navigation/0196b2d370c0715c86b93245f9c3c6ef"
  "/navigation/0196b2d370c17072acc60ac0ef184ce8"
  "/navigation/0196b2d370c17072acc60ac0ef3e91a3"
  "/navigation/0196b2d370c17072acc60ac0ef6d52db"
  "/navigation/0196b2d370c17072acc60ac0f04025b1"
  "/navigation/0196b2d370c17072acc60ac0f0762d69"
  "/navigation/0196b2d370c17072acc60ac0f0da0c58"
  "/navigation/0196b2d370c17072acc60ac0f17e7cef"
  "/navigation/0196b2d370c17072acc60ac0f2432dd7"
  "/navigation/0196b2d370c17072acc60ac0f2547866"
  "/navigation/0196b2d370c17072acc60ac0f266e093"
  "/navigation/0196b2d370c17072acc60ac0f28dec85"
  "/navigation/0196b2d370c17072acc60ac0f2a504c5"
  "/navigation/0196b2d370c17072acc60ac0f2a7fc01"
  "/navigation/0196b2d370c17072acc60ac0f2ffa85f"
  "/navigation/0196b2d370c17072acc60ac0f3543ac4"
  "/navigation/0196b2d370c17072acc60ac0f44ae82b"
  "/navigation/0196b2d370c17072acc60ac0f52cb5ec"
  "/navigation/0196b2d370c272b7a6c23e0ba7fd0004"
  "/navigation/0196b2d370c272b7a6c23e0ba82bb189"
  "/navigation/0196b2d370c272b7a6c23e0ba8796ed9"
  "/navigation/0196b2d370c272b7a6c23e0ba92e67fd"
  "/navigation/0196b2d370c272b7a6c23e0baa04367e"
  "/navigation/0196b2d370c272b7a6c23e0baa896e4c"
  "/navigation/0196b2d370c272b7a6c23e0bab166c65"
  "/navigation/0196b2d370c272b7a6c23e0bab319b7e"
  "/navigation/0196b2d370c272b7a6c23e0babe6ae59"
  "/navigation/0196b2d370c272b7a6c23e0bac923354"
  "/navigation/0196b2d370c272b7a6c23e0bad4fc368"
  "/navigation/0196b2d370c272b7a6c23e0bae292d4e"
  "/navigation/0196b2d370c272b7a6c23e0bae805f23"
  "/navigation/0196b2d370c272b7a6c23e0bafa28d7c"
  "/navigation/0196b2d370c272b7a6c23e0bafab812e"
  "/navigation/0196b2d370c272b7a6c23e0bafd66c1e"
  "/navigation/0196b2d370c272b7a6c23e0bb0687f7d"
  "/navigation/0196b2d370c3731889476fb1e87201f4"
  "/navigation/0196b2d370c3731889476fb1e93214ba"
  "/navigation/0196b2d370c3731889476fb1ea2c6b09"
  "/navigation/0196b2d370c3731889476fb1ea68cb2a"
  "/navigation/0196b2d370c3731889476fb1eae13c48"
  "/navigation/0196b2d370c3731889476fb1eb33dfe3"
  "/navigation/0196b2d370c3731889476fb1eb6d9cdb"
  "/navigation/0196b2d370c3731889476fb1ec33e67b"
  "/navigation/0196b2d370c3731889476fb1ed1824d7"
  "/navigation/0196b2d370c3731889476fb1edf60199"
  "/navigation/0196b2d370c3731889476fb1ee999a04"
  "/navigation/0196b2d370c3731889476fb1ef75250a"
  "/navigation/0196b2d370c3731889476fb1f0435664"
  "/navigation/0196b2d370c3731889476fb1f064b188"
  "/navigation/0196b2d370c3731889476fb1f0a0d21b"
  "/navigation/0196b2d370c47368bf65f30155a75b25"
  "/navigation/0196b2d370c47368bf65f30156839f6d"
  "/navigation/0196b2d370c47368bf65f301577ca554"
  "/navigation/0196b2d370c47368bf65f30158696707"
  "/navigation/0196b2d370c47368bf65f301590b27f9"
  "/navigation/0196b2d370c47368bf65f30159217211"
  "/navigation/0196b2d370c47368bf65f30159269b8c"
  "/navigation/0196b2d370c47368bf65f3015b40ccd1"
  "/navigation/0196b2d370c571e59321b57d292b5104"
  "/navigation/0196b2d370c571e59321b57d2ab16d39"
  "/navigation/0196b2d370c571e59321b57d2cc7a0cc"
  "/navigation/0196b2d370c571e59321b57d2e9f04a9"
  "/navigation/0196b2d370c571e59321b57d2eaea184"
  "/navigation/0196b2d370c67083a916ce6f078826c1"
  "/navigation/0196b2d370c67083a916ce6f0990cd15"
  "/navigation/0196b2d370c67083a916ce6f0aa886b5"
  "/navigation/0196b2d370c67083a916ce6f0b538497"
  "/navigation/0196b2d370c67083a916ce6f0ccbc204"
  "/navigation/0196b2d370c77286b3394320004f58ab"
  "/navigation/0196b2d370c77286b339432001e6ac3d"
  "/navigation/0196b2d370c77286b3394320026cb2d3"
  "/navigation/0196b2d370c77286b339432006044486"
  "/navigation/0196b2d370c87073ad449288b8b956c0"
  "/navigation/0196b2d370c87073ad449288b9d65f45"
  "/navigation/0196b2d370c87073ad449288ba564336"
  "/navigation/0196b2d370c87073ad449288bb0b6e8f"
  "/navigation/0196b2d370c87073ad449288bd1e518f"
  "/navigation/0196b2d370c970c89e09797ff7155b05"
  "/navigation/0196b2d370c970c89e09797ffad02dfb"
  "/navigation/0196b2d370c970c89e09797ffe2919a9"
  "/navigation/0196b2d370c970c89e09798000000335"
  "/navigation/0196b2d370c970c89e097980009e850a"
  "/navigation/0196b2d370c970c89e09798000ecfc5c"
  "/navigation/0196b2d370ca7386a78a97b26ebabe3d"
  "/navigation/0196b2d370ca7386a78a97b270a8cb81"
  "/navigation/0196b2d370ca7386a78a97b272bfdbcf"
  "/navigation/0196b2d370cb7065aa4d46b91e5f6cc0"
  "/navigation/0196b2d370cb7065aa4d46b9203c6840"
  "/navigation/0196b2d370cb7065aa4d46b922f617e8"
  "/navigation/0196b2d370cb7065aa4d46b9241be59c"
  "/navigation/0196b2d370cb7065aa4d46b9245b8482"
  "/navigation/0196b2d370cc709d81b36bbad1b904e0"
  "/navigation/0196b2d370cc709d81b36bbad3c276e8"
  "/navigation/0196b2d370cc709d81b36bbad5867b0d"
  "/navigation/0196b2d370cc709d81b36bbad5b69a83"
  "/navigation/0196b2d370cd706fbcc7471fa9783abe"
  "/navigation/0196b2d370cd706fbcc7471fac32e2f8"
  "/navigation/0196b2d370cd706fbcc7471fac9c43eb"
  "/navigation/0196b2d370cd706fbcc7471faf685730"
  "/navigation/0196b2d370cd706fbcc7471fb111f330"
  "/navigation/0196b2d370ce73cd8ade94f0116a6e4c"
  "/navigation/0196b2d370ce73cd8ade94f0139cab17"
  "/navigation/0196b2d370ce73cd8ade94f0164be5fb"
  "/navigation/0196b2d370ce73cd8ade94f016a8b14a"
  "/navigation/0196b2d370ce73cd8ade94f017265b02"
  "/navigation/0196b2d370cf70729980193aad0ce8cc"
  "/navigation/0196b2d370cf70729980193ab03f115f"
  "/navigation/0196b2d370cf70729980193ab3281ca6"
  "/navigation/0196b2d370cf70729980193ab387c856"
  "/navigation/0196b2d370d07284bd7aa49888a0e60f"
  "/navigation/0196b2d370d07284bd7aa4988c1bcea0"
  "/navigation/0196b2d370d07284bd7aa4988faa0dd3"
  "/navigation/0196b2d370d171a4acf5adb45243f285"
  "/navigation/0196b2d370d171a4acf5adb454100f81"
  "/navigation/0196b2d370d171a4acf5adb4546e757b"
  "/navigation/0196b2d370d171a4acf5adb456c8e81b"
  "/navigation/0196b2d370d27034990ed6a2cfdf21a2"
  "/navigation/0196b2d370d27034990ed6a2d0c52ff4"
  "/navigation/0196b2d370d27034990ed6a2d3e94b57"
  "/navigation/0196b2d370d370429c459e3d19f44537"
  "/navigation/0196b2d370d370429c459e3d1a2df903"
  "/navigation/0196b2d370d370429c459e3d1a7e6884"
  "/navigation/0196b2d370d370429c459e3d1be5828f"
  "/navigation/0196b2d370d370429c459e3d1e083e36"
  "/navigation/0196b2d370d370429c459e3d20b30bcf"
  "/navigation/0196b2d370d4719599a16905feade255"
  "/navigation/0196b2d370d4719599a16905ffe3b8a4"
  "/navigation/0196b2d370d4719599a1690601c18842"
  "/navigation/0196b2d370d4719599a169060447e0da"
  "/navigation/0196b2d370d4719599a1690605399d0f"
  "/navigation/0196b2d370d571ceb5a274a5cbca5600"
  "/navigation/0196b2d370d571ceb5a274a5cbeede21"
  "/navigation/0196b2d370d571ceb5a274a5cce7b05a"
  "/navigation/0196b2d370d571ceb5a274a5cfe1b8c4"
  "/navigation/0196b2d370d672f2b57bc8ced74b53b1"
  "/navigation/0196b2d370d672f2b57bc8ced814559d"
  "/navigation/0196b2d370d672f2b57bc8ced98a398e"
  "/navigation/0196b2d370d672f2b57bc8cedcb78983"
  "/navigation/0196b2d370d672f2b57bc8cedd84ec9c"
  "/navigation/0196b2d370d773748c7722e48c73221c"
  "/navigation/0196b2d370d773748c7722e48c801b1a"
  "/navigation/0196b2d370d773748c7722e48cea7b73"
  "/navigation/0196b2d370d773748c7722e48f003932"
  "/navigation/0196b2d370d773748c7722e4924343ef"
  "/navigation/0196b2d370d873e0b1f20d47ff998eba"
  "/navigation/0196b2d370d873e0b1f20d48030b3139"
  "/navigation/0196b2d370d873e0b1f20d4804f6ed17"
  "/navigation/0196b2d370d873e0b1f20d48053f000d"
  "/navigation/0196b2d370d97373b8008222983398c7"
  "/navigation/0196b2d370d97373b80082229b7efa2f"
  "/navigation/0196b2d370da73378e98bb92377a17fd"
  "/navigation/0196b2d370da73378e98bb92385b1f18"
  "/navigation/0196b2d370da73378e98bb923be62dfd"
  "/navigation/0196b2d370da73378e98bb923e8b900f"
  "/navigation/0196b2d370db71269a4eacb5b89cd058"
  "/navigation/0196b2d370db71269a4eacb5b9a4885c"
  "/navigation/0196b2d370db71269a4eacb5bae39d44"
  "/navigation/0196b2d370db71269a4eacb5bbc050c9"
  "/navigation/0196b2d370db71269a4eacb5bc84ded9"
  "/navigation/0196b2d370db71269a4eacb5bd15510a"
  "/navigation/0196b2d370db71269a4eacb5bdc156b1"
  "/navigation/0196b2d370db71269a4eacb5be76cf60"
  "/navigation/0196b2d370dc73f397b3ef840314096f"
  "/navigation/0196b2d370dc73f397b3ef8403a73621"
  "/navigation/0196b2d370dc73f397b3ef840400f10a"
  "/navigation/0196b2d370dc73f397b3ef8404072fee"
  "/navigation/0196b2d370dc73f397b3ef8404e77586"
  "/navigation/0196b2d370dc73f397b3ef8405d5c407"
  "/navigation/0196b2d370dc73f397b3ef8405df4783"
  "/navigation/0196b2d370dc73f397b3ef8406106e86"
  "/navigation/0196b2d370dc73f397b3ef8406a3868a"
  "/navigation/0196b2d370dc73f397b3ef84079797e3"
  "/navigation/0196b2d370dc73f397b3ef8407da507e"
  "/navigation/0196b2d370dc73f397b3ef8408a705f8"
  "/navigation/0196b2d370dc73f397b3ef840903d8ca"
  "/navigation/0196b2d370dc73f397b3ef8409b861da"
  "/navigation/0196b2d370dc73f397b3ef8409f12435"
  "/navigation/0196b2d370dc73f397b3ef840a4260c3"
  "/navigation/0196b2d370dd70678db75962941b3194"
  "/navigation/0196b2d370dd70678db75962942015ea"
  "/navigation/0196b2d370dd70678db7596294a037ff"
  "/navigation/0196b2d370dd70678db759629580fc36"
  "/navigation/0196b2d370dd70678db7596295bbc88b"
  "/navigation/0196b2d370dd70678db759629637805b"
  "/navigation/0196b2d370dd70678db7596296c5a939"
  "/navigation/0196b2d370dd70678db7596297588b93"
  "/navigation/0196b2d370dd70678db75962977c320f"
  "/navigation/0196b2d370dd70678db7596297d6a9f2"
  "/navigation/0196b2d370dd70678db7596298277d46"
  "/navigation/0196b2d370dd70678db75962988c3c7c"
  "/navigation/0196b2d370dd70678db7596298997a8b"
  "/navigation/0196b2d370dd70678db759629941b346"
  "/navigation/0196b2d370dd70678db7596299973986"
  "/navigation/0196b2d370dd70678db759629a75125d"
  "/navigation/0196b2d370de7029b60421995f7bd43a"
  "/navigation/0196b2d370de7029b60421995fc20fec"
  "/navigation/0196b2d370de7029b6042199601f9759"
  "/navigation/0196b2d370de7029b6042199604cb4dd"
  "/navigation/0196b2d370de7029b604219961425245"
  "/navigation/0196b2d370de7029b6042199618a19ac"
  "/navigation/0196b2d370de7029b604219961a3d22a"
  "/navigation/0196b2d370de7029b60421996265a584"
  "/navigation/0196b2d370de7029b6042199633b59fb"
  "/navigation/0196b2d370de7029b6042199640594ce"
  "/navigation/0196b2d370de7029b6042199643ef3df"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–²Ó!^sÈ™Ap~Ú\x11éÝ"
]
58 0.40 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"\x01û▓Êg3ruÉ;Äò\x07uÝm"
  b"\x01–²ÒgjsYŠ\x14ø\x1968¹‘"
  b"\x01–²Ò„¶sP‹Sc\x18·}ôÐ"
  b"\x01–²Ògßrâ´ò4ŸÛÔ\x07¤"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.