Query Metrics
106
Database Queries
96
Different statements
79.99 ms
Query time
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.01 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:
[]
|
||||||||||||||||||||||||
| 2 | 0.15 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:
[]
|
||||||||||||||||||||||||
| 3 | 0.45 ms |
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
|
||||||||||||||||||||||||
| 4 | 0.24 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.44 ms |
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
"8a243080f92e4c719546314b577cf82b"
]
|
||||||||||||||||||||||||
| 6 | 0.39 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \" "UNTERLEGSCHEIBE-DIN0433-M10/0433100003" "UNTERLEGSCHEIBE-DIN0433-M10/0433100003/" ] |
||||||||||||||||||||||||
| 7 | 0.70 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[] |
||||||||||||||||||||||||
| 8 | 0.31 ms |
SELECT `name`, `path`, `author`, `self_managed` FROM `app` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||
| 9 | 0.24 ms |
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[ b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" "MAc75mPcEZqPfS2aEguyDQZSM2hbhe3l" ] |
||||||||||||||||||||||||
| 10 | 0.31 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
|
||||||||||||||||||||||||
| 11 | 0.55 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \" ] |
||||||||||||||||||||||||
| 12 | 0.30 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
|
||||||||||||||||||||||||
| 13 | 0.26 ms |
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" ] |
||||||||||||||||||||||||
| 14 | 0.37 ms |
# base-context-factory::sales-channel::association::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.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`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`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` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" ] |
||||||||||||||||||||||||
| 15 | 0.30 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.26 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"¡×[¶&ÙNc‡öº\x12—•+)" ] |
||||||||||||||||||||||||
| 17 | 0.34 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.20 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.61 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"W(\x19¥ÅRNì§ù\x7F5†´*@" b"×ã`4ÛåIð‘7âù_\x1C\x01" b"÷ìlÙÏÄBgü─▀ÆÄg╚ï" ] |
||||||||||||||||||||||||
| 20 | 0.66 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"p\x7F´/rJEGá$Ø\x18\eFy▀" ] |
||||||||||||||||||||||||
| 21 | 0.52 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"'´º•òHÁH°ð·^ÇY" ] |
||||||||||||||||||||||||
| 22 | 0.28 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"¡×[¶&ÙNc‡öº\x12—•+)" ] |
||||||||||||||||||||||||
| 23 | 0.25 ms |
#cart-persister::load SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
"MAc75mPcEZqPfS2aEguyDQZSM2hbhe3l"
]
|
||||||||||||||||||||||||
| 24 | 0.27 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.49 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"\x069ÎΈ\x1FEùƒØà€•¨\fz" b"†;orw>Jj²»Úï\x06бQ" b"øÆQ{o*MÚ¹œVu“2!," b"\x01˜§RqMx!†F\x14â\x7F‚Õ®" b"\x16a®\x11Õ\x12J^É\x04\x15\x1Fù\x1E┘5" b"\x17\Ò7V\x1AO~„PŒM9ö‰î" b""\x15ÿ;4üBÉàãÛÔ\rÂ\x16<" b""¶±\vopA\x1D–zM®ì—we" b"dꙦvÎK˜¿½Dh\x04\x00µ!" b"nœ¯å[\x1D@o£Ô\x1C\eÚûÇs" b"‡¯—zš1@𮡹fî÷²4" b"ïïY¯w"C\x1Aíd░rýÀ\x15É" b"¦5?²¶ÂM(¡@\x0EµZÊŽE" b"¼Ú¦ïTõO?’y\t\r~¥ôŽ" b"┌kÀpëÂAU¢¤»█tüu+" b"8X•p\x16dMä®HÀP\vóÌÈ" b"JxKq\x15éM\x0Fµq.¡Ñ\x1E‰Ï" b"K‡Øl1ÄL\x03®Îy¥±HÃ_" b"_þz\x06e¹@-¾Ç:d\t\x12d," b"“ª'KùøMN–ÎQ\rbÝ\x03¤" b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI" b"│ì╔╝¶c@\eî╦²4É\rÎó" b"ß7ìÀÇèGÅæ×\rt\r]l\x1A" b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ" b"»l™órþEj‰ŒgÏ¡Dåh" b"f`uS+àOuž=ƒµlCáY" b"º«\x1E\x1C■╝D(ìÕ╚S│ãd┴" b"<\x04À–õÌBïš-<¸íì\x10)" b""" <õA6žmJ/§\n ¨hzeü- """ b"Íþ»\x00\x03<Aà’¢©\x00¹bqp" b"(Ê®u¥bO\r˜Z½\x0E³*¡`" b""" .örVh\n Mкƒ¢\x11\x16¤zû """ b"ViÞý\x03ÎM†¥\x18 \rÿ¸þ*" b"`ZèœHF/‰\t»\x01ŽóÚ" b"e–Ö"\x19fK%ŸÊ-ª}è1æ" b"iÒ-À±\x07L\x08™¥\tj’ÙÔH" b"w(öc2\x15Aü▒╠Õ╔ß─+Q" b"z3\x13˜K«DÎŽ“ø¾Á©->" b"„é\eóÛÌAÈ·ôÉÂóŠS¤" b"ˆ>'ZTÊM"‡\x11n,j¯\x03\n" b"Šiaz\x02ìO\x15“\er¨äa¡\f" b"«ÈÜ<®ºE࿵*y¯[Wr" b"’[˺>Jè“Ä¢\x03ü8=¸" b"¼†\x15æœ;IÁ¯Æq480Êî" b"ûð\x13·AsØ.pX\x07õeÊ" b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý" b"Ê:+\x1Cá¿Cl©╣þHRQØe" b"ä,gl“±LŸª\x0FžÃíÝ›î" b"äNg‚ÆBG·–¸‘Ï%®8÷" ] |
||||||||||||||||||||||||
| 26 | 0.25 ms |
# app-scripts::refresh::search-ids SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[ true false ] |
||||||||||||||||||||||||
| 27 | 0.44 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01˜Ð \x06[p»¹á\f-¦²*C" ] |
||||||||||||||||||||||||
| 28 | 0.20 ms |
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
|
||||||||||||||||||||||||
| 29 | 0.54 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x01˜Ð %Ærº¢¼DWR«3~" ] |
||||||||||||||||||||||||
| 30 | 0.27 ms |
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
b"\x01˜Ð %Ærº¢¼DWR«3~"
]
|
||||||||||||||||||||||||
| 31 | 0.51 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:
[] |
||||||||||||||||||||||||
| 32 | 0.31 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:
[] |
||||||||||||||||||||||||
| 33 | 0.24 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \" b"¡×[¶&ÙNc‡öº\x12—•+)" ] |
||||||||||||||||||||||||
| 34 | 1.22 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
|
||||||||||||||||||||||||
| 35 | 0.25 ms |
# product-detail-route::check-variant-listing-config SELECT variant_listing_config as variantListingConfig, parent_id as parentId FROM product WHERE id = ? AND version_id = ?
Parameters:
[ b"ü\x10Øm\╗D%ë@\x1ET'!,³" b"\x0F©\x1CãéjK¾KÙÎu,4%" ] |
||||||||||||||||||||||||
| 36 | 0.47 ms |
# product-detail-route::find-best-variant::search-ids SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) ORDER BY `product`.`available` DESC, IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC LIMIT 1
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"ü\x10Øm\╗D%ë@\x1ET'!,³" 10 b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" true ] |
||||||||||||||||||||||||
| 37 | 0.31 ms |
# product-detail-route::search-ids SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ? AND `product`.`parent_id` <=> ?))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" 10 b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" true true false null b"ü\x10Øm\╗D%ë@\x1ET'!,³" ] |
||||||||||||||||||||||||
| 38 | 2.50 ms |
# product-detail-route::read SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`config` as `product.manufacturer.media.config`, `product.manufacturer.media`.`path` as `product.manufacturer.media.path`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation.title` as `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_option` `product.options.mapping` WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||') FROM `product_property` `product.properties.mapping` WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.`media_id`, `product.manufacturer.media.translation`.`alt` as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.`title` as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.`custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.`language_id` = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"ü\x10Øm\╗D%ë@\x1ET'!,³" ] |
||||||||||||||||||||||||
| 39 | 0.18 ms |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[] |
||||||||||||||||||||||||
| 40 | 14.63 ms |
# product-detail-route::association::properties::read SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" b"\x00\x18\e‰wH@\x18¹$e\n©¬T\r" b"\x00Lk|̆Hžµ\x12\x18Y‰í“Ì" b"\x017¡\x1A╩/M6®¤▄ÁÑ┼-É" b"\x01Øøào\x19shàâS¯═╗├Ä" b"\x01Øøào║s\x7F¬╩êÆu+┘┬" b"\x01Øøàpeq¢Ä\x02ü\x14a¾9Ð" b"\x01Øøàq\x05pUê▒Æj练!" b"\x01Øøàr!r$îMbÃ3\tÆý" b"\x01Øøàr¤q¿â░¯ÜJùÌ÷" b"\x01Øøàs\x7Fpøô¶ÚÉ[,*'" b"\x01Øøàt rªöı\x10╣Ö[\x1D\x15" b"\x01Øøàt▀r╗Å█Ý^1\x15X" b"\x01Øøàuÿs!╝\x1CRÍýóDÐ" b"\x01ØøàvXpV╝▒s£à*s\x19" b"\x01Øøàv q¦▓Xë¦ñ╩ÐN" b"\x01Øøàw«s¶ºý&\fÜÙ[├" b"\x01ØøàxvpÍüWò\x05\x00Wã\x0E" b"\x01Øøày4qj╗\x089ÐÚƒPı" b"\x01Øøàz▓pt¬ölz▒ÚL)" b"\x01Øøà{asQí°I¯│¶?'" b"\x01Øøà|\x19rdÑÍ]■Æ0µ" b"\x01Øøà|Àpö»Õ\x11\x1FG¦┴1" b"\x01Øøà~ q¯»äX▓«ò▒‗" b"\x01Øøàü rv▓╗%\x19█\x030ô" b"\x01Øøàé┤sBëtħ¸ÅÔ╬" b"\x01Øøàä\x13pè¢\x00Ía3$▀§" b"\x01ØøàäÃq¿»┬ñ═Kå\x05"" b"\x01Øøààzp─úÑ\x08áñ6╚Ú" b"\x01ØøàåÒp%║|ahmá\x02l" b"\x01Øøàç®q]╣g³¯LçÆ_" b"\x01ØøàêupC¬àù°À±\tË" b"\x01Øøàë4pvàú\x19n‗!CÞ" b"\x01ØøàëÕq¾¡çlä┼.┼▓" b"\x01Øøàè£q5íùBú┤×█d" b"\x01ØøàïJsÍ©Ö\x0F ñSÂ═" b"\x01Øøàï¹qFøEª\x1F>»¾Å" b"\x01ØøàÅ!q^âuv\x1D_Þ}▒" b"\x01ØøàÅßpbÁÚ\x145ÁN³\x13" b"\x01ØøàÉâqäòÙ Å┼n\╝" b"\x01ØøàÆ\x14p═ök£¿╚┤lå" b"\x01ØøàÆÃsJó░\v╩ö│´ý" b"\x01Øøàôêpêê╝MìVE3<" b"\x01Øøàö*p¤░À\x01V±W×é" b"\x01Øøàòìs\x06ü»\x18úU├È\x13" b"\x01Øøàû=rväkR³é6UÅ" b"\x01ØøàùÖs\Åùï¥õ█\x13@" b"\x01ØøàÖ\x13pLÀÞ\x08Ä\x03ð&\x7F" b"\x01ØøàÜÅr$é\x19M+\x11«Àå" b"\x01Øøàødp´©lVJ"ÇRÇ" b"\x01Øøà£\x1Fs\tçL2l½Ü¬j" b"\x01Øøà£s/¬OÎ╦m2jv" b"\x01ØøàØºpèå\x10\x02‗taIã" b"\x01Øøà×]p╦¬\x0ExN▄³ \x05" b"\x01ØøàƒÔs¦Ñ\*\x16▓Bú\f" b"\x01Øøàó9p\x00┐┼ºL‗e╩R" b"\x01Øøàú╝p\x13Åõ¸\x03ÏÛßé" b"\x01Øøàñåqøñ‗▄HG8┬┬" b"\x01ØøàÑBqıàÇÑ┌╩=÷L" b"\x01ØøàÑ r\x00ÖON;6\vÑi" b"\x01Øøàº■qd£V"\x02ÊßìS" b"\x01Øøà¬&s¾¿\töÖ·yÙ¢" b"\x01Øøà¬þr ©TÏʲ¥c\" b"\x01Øøà½×sÍÑ░³<o$^|" b"\x01Øøà¡\x1Fpu®═╝p┌\╚a" b"\x01Øøà¡┘s╬ÇÿÏé┬KÑ@" b"\x01Øøà«╬p;ƒìò\x19bÅÓâ" b"\x01Øøà»ùrÅØ\x18═QÜE±" b"\x01Øøà░<qð░░┤═\x11¥Èr" b"\x01Øøà░q┼Ç\x1D»672ñ\x1D" b"\x01Øøà▒«r\x1E¥t\v7×l]\x11" b"\x01Øøà▓zq®«õcl■>ıß" b"\x01Øøà│:rı╣Aªk┐t┬=" b"\x01Øøà│┌s\x1CÂMÕÂï‗ú(" b"\x01Øøà┤ûs"Ø\x04n\x12s(@c" b"\x01ØøàÁYpîó@═½─Éh·" b"\x01ØøàÂ├r=ª┬\x1EÇ\x18\x17Ù^" b"\x01ØøàÀeqÈ│)K\x1Dø│àZ" b"\x01Øøà©╬r╦íÃü$▄│G»" b"\x01Øøà╣mq\x10ØK{^ÃÞó}" b"\x01Øøà║0q!╣:C&Øı§\x10" b"\x01Øøà║þq\x13úW\fßV5â¾" b"\x01Øøà╗ór\eç?ÌÕ_F▓v" b"\x01Øøà╝Rr╗òÝ‗\x02\x02═&╩" b"\x01Øøà╝s-íÊLú¨9¦ù" b"\x01Øøà¢×r\vöÆ\x10¦¾x1½" b"\x01Øøà¥jq'æB+q┼\x06 ú" b"\x01Øøà┐#sEÄbû\x01zo\x14½" b"\x01Øøà┐Ëp×ûÒÚ\fxê+k" b"\x01Øøà└|s/úÃû§F/\vl" b""" \x01Øøà┴-sÖïÇóÝ}\n m\x02 """ b""" \x01Øøà┴°rëØv_\n ┼Ã┬ """ b"\x01Øøà┬¬q,ïÐF|%╦°à" b"\x01Øøà├[rëá8H6aa█=" b"\x01Øøà─\esùè├Yîp/4K" b"\x01Øøà─▄p─è² ┼>Y¶E" b"\x01Øøà┼Ép\x18▒ºI\x0E©ËæB" b"\x01ØøàãÚp\x0EÀy_\r\t╗╣╩" b"\x01Øøà╚]s┐ÖËÕRÅ>M\x04" b"\x01Øøà╔\x1As6½ðÖ\fx7×C" b"\x01Øøà╔ÓrGÿnðët7x)" b"\x01Øøà╩ïpøûûû\x14ª]ö!" b"\x01Øøà╦Er\x17à\x0E\x1E¾¼M9}" b"\x01Øøà╠\ts‗ï■:\x11W9\x05\x13" b"\x01Øøà╠Ârmï\x13\x04«¡\x07ýR" b"\x01ØøàÐÿq┌âÝôl8¨û└" b"\x01ØøàÊSs\x10ÆÕ&¦\x11R:═" b"\x01ØøàË\x0Eq¾░Å┤‗aÅa~" b"\x01ØøàË╝p\x1A║lâýçþ┬Ð" b"\x01ØøàÈ}pëçK█GUÑ¡ " b"\x01Øøàı9qƒîMʬbÅpE" b"\x01ØøàÍUr%║¢¤#°ÚÉ\x16" b"\x01ØøàϨsýí8Rù\x05,\x05\x7F" b"\x01Øøà┘©q]öé"\x04zK^m" b"\x01Øøà┌hqa╣┼¡█Ø\t¬ä" b"\x01Øøà█\x16s═╣1÷C?B°P" b"\x01Øøà█Îrjé\x7Fà,ë\x1Fè1" b"\x01Øøà▄ìré³^(rÆXÈ" b"\x01Øøà¦bq ö{¾\x16o\x12┘#" b"\x01ØøàÌ#s"û«*\x1FÄgá:" b"\x01ØøàÓHp¦▒^®!s\x13┘¼" b"\x01Øøàߥr¬│ xoýU1®" b"\x01ØøàÔpp.»\x03WβÀ®F" b"\x01ØøàÒ)r\x7F×ùÌ\x13╬■Ƀ" b"\x01ØøàÒır\x7Fìz%\x05çÒ<\x16" b"\x01ØøàÕ.pÚè®&H\x18.î╗" b"\x01ØøàÕ╦q"Ü┌-ì╣ªZF" b"\x01Øøàµ|q█╗╣\x15}Ïêe╔" b""" \x01Øøàþ@qÐùiû\x04\x05\n yÅ """ b"\x01ØøàÞºq÷Ö\x1FµiÇÀI╦" b"\x01ØøàÚbs\x15¼D\tXZn¾j" b"\x01ØøàÛ\x10pdÇêîó§«Ôh" b"\x01ØøàÛ┌r¨¬é]®@Fkr" b"\x01ØøàÙÉqd«½ìݦÀI" b"\x01Øøàý2qh® Sè0\x03Æá" b"\x01ØøàÝësaì°kLTÜ?┬" b"\x01Øøà¯▀q ¼\x10¹pct▒F" b"\x01Øøà´üsÙÀ%CúØ.±¯" b"\x01Øøà"rd£kåÕW\x18┴▀" b"\x01Øøà┬sÐë(╠©\x05#k\x00" b"\x01Øøà±qqáÂG9\x14\x0Fc¹P" b"\x01Øøà‗µp²ªIör1gQ\x1E" b"\x01Øøà¾ªr\x7FíVQ\x08ä\f┘]" b"\x01Øøà¶Gs¦Ä╦x05U\x00Z" b"\x01Øøà¶¶pK┐┌q%"ðCç" b"\x01Øøà°nqj╣¾\x01ºD?mV" b"\x01Øøà¨\rq?íaZµ¹¼Ã(" b"\x01Øøà¨½qÏÉÓ\x15Õ░ÌH─" b"\x01Øøà·WróÂ▒Õt~RüÒ" b"\x01Øøà¹\x04pñÉ6|┐lChB" b"\x01Øøà¹╝s\f«M\x03\x03Î╠8\v" b"\x01Øøà³^p■¡ÌƬk`,#" b"\x01Øøà²nphƒ═×╗║¶5┴" b""" \x01Øøà■)s\n ®Ì├?:Ë\x15ü """ b"\x01Øøà År\x07╣\x04 sö%ÏÒ" b"\x01Øøå\x001sãÉfcý\x18OùÞ" b"\x01Øøå\x00Ôr^ÿxúÖÄ\t\x7Fl" b"\x01Øøå\x01âqJÀ¾\x03ðÃ‗p▒" b"\x01Øøå\x02ÔrCÁÐ\x02─j]-ô" b"\x01Øøå\x03ár7ä"îó\x18ä═ä" b"\x01Øøå\x04Ar═¢áf,ÿ,ï\t" b"\x01Øøå\x05ºsª│u\x0F!¼╦zò" b"\x01Øøå\x06`pH╗U‗\x14o»iu" b"\x01Øøå\x07 sÐÁB\e¤Ì £K" b"\x01Øøå\x07Ïs8Üë'\x013┌äº" b"\x01Øøå\t6rjÆÞ\x15ô³\x1A^Í" b"\x01Øøå\t´r\x02û%Û¬mð|┐" b"\x01Øøå\vhr═▓¦M5Å©Yn" b"\x01Øøå\f═q┬ë¼ïàsRT®" b"\x01Øøå\r|rFªÝÊJ|Ïv{" b"\x01Øøå\x0E&q\x18ÄLyÇSP═4" b"\x01Øøå\x0EÕp&øö)╚þºp\x03" b"\x01Øøå\x0FéròÇ\x13\x1C\x17░ZÊ▄" b""" \x01Øøå\x10¥rÊ¥Z¾\x02\n ¸┼ """ b"\x01Øøå\x12&q▓▒w?X?`Ú\x18" b"\x01Øøå\x12ıréåÆ║\M▒¨à" b"\x01Øøå\x13àq┴ä│╗rg§\t\x03" b"\x01Øøå\x14:r6äåì6M\r\x16ó" b"\x01Øøå\x14▀pÁ£┴#¦\t×Û\x0F" b"\x01Øøå\x15~s═üà┴6ÎÕ!Ù" b"\x01Øøå\x167pô©ëÅZJa\x02:" b"\x01Øøå\x16ÞrAÂ\└ªÈMƒã" b"\x01Øøå\x18Fq╩ÿððìSl\x08<" b"\x01Øøå\x19ípÒÆÀͼpíb\x16" b"\x01Øøå\x1ACsØås÷¥]|Ho" b"\x01Øøå\x1AÔp╣»YB³Ã)▒╠" b"\x01Øøå\e£pmåþò█bs3O" b"\x01Øøå\x1D?p\x1CªDàWõ«Ë¥" b"\x01Øøå\x1DÓq'ÇFl\x16ÿ\x07S▓" b"\x01Øøå\x1Eârãÿi\x04fYø25" b"\x01Øøå\x1FùqÖ╣½\x18ËwE1ó" b"\x01Øøå Sq\x16îFô¢ó&7!" b"\x01Øøå!\x04rÖò\eæô¢$O®" b"\x01Øøå"xq¤╗³¢þ\x00\tlÚ" b"\x01Øøå#&s\x10çDerÇxc\x08" b"\x01Øøå#ßq\x11¿\x01¾´;\x1E£u" b"\x01Øøå%Ksûÿ\x00µøywPÿ" b"\x01Øøå% p«½ª³\x7FOâ\e\x1A" b"\x01Øøå'ir5øÈõ8>l\x19\x16" b"\x01Øøå(\x1Fp¯óºm┌ëvVò" b"\x01Øøå(┬qÊ▓\»^¤'`ö" b"\x01Øøå)|r│ÿ§$ı\x04ðG\x1F" b"\x01Øøå+├qÍÁêH\x0F\tø·Ô" b"\x01Øøå,bqe×¶\r█º\x05╚\x18" b"\x01Øøå-¥s\x13╗nç2┌'Â╝" b"\x01Øøå._p>Ä\x12_é»vľ" b"\x01Øøå/\x00qÐë1ס┴¦C¼" b"\x01Øøå/┬pê╝5\x18╩`\x11'ø" b"\x01Øøå0xpxò.å÷;\x13Z╩" b"\x01Øøå1&s▓û`╬─»®û"" b"\x01Øøå1█p4ùÆ7©òra¯" b"\x01Øøå3+p\x11ê▓▒*ÞÓıÊ" b"\x01Øøå3Úr·ì└ø╬GÉ\x05^" b"\x01Øøå4ªrRêıÿ½uÀÔê" b"\x01Øøå5[píè¸gCÏ┌øã" b"\x01Øøå6ÀrK▒LÏuyýЧ" b"\x01Øøå8Ñq+╝¸┼█ßnq;" b"\x01Øøå9vr¥┤hàqi\e_b" b"\x01Øøå:+r²ò°\x12Û_Jí" b"\x01Øøå<8rZìª0KÝ█¾K" b"\x01Øøå<▀sJåÑÉV;Ð¥¹" b""" \x01Øøå>ps\n éÑÅ\x12&\e░Ù """ b"\x01Øøå?/q\x16ÿ<-ÆcX0Õ" b"\x01Øøå?µqG¢\x08ÕßôùÃ!" b"\x01Øøå@ñsxÇ<T(n·T╩" b"\x01ØøåAhq┬Ü\x17é═bG)í" b"\x01ØøåB\x18sÂÅ)Ì¢ªý÷" b"\x01ØøåB┼sΡ·Ï}J╩Ýú" b"\x01ØøåCypèø█ìNÉ\r¡╚" b"\x01ØøåD-r¦ê¦├Ü×G!"" b"\x01ØøåEôqRÄ\x1C\x18}?ÁâÎ" b"\x01ØøåFKs³▓\x7F4Z±½\x1E[" b"\x01ØøåG░r&Å`L\tîþPÁ" b"\x01ØøåHhsK╗\çÿ\r\x0FiA" b"\x01ØøåI┘r┤©^ë\x11ûo|í" b"\x01ØøåJêrnâñ_T9\x13+╬" b"\x01ØøåKAr=ûm¼bb~êá" b"\x01ØøåLªs║çÕÝý\x02q┤¬" b"\x01ØøåM▒rié\x12\x14ÉSÔ÷¦" b"\x01ØøåNUssÖßõÎkp"T" b"\x01ØøåO│sÎë÷±§èG─n" b"\x01ØøåPor¤û\x15Ñþ-┬Ë:" b"\x01ØøåQUq░ä├Þ±D½R┌" b"\x01ØøåQ°sH¿ò‗^^┴2m" b"\x01ØøåRûqVé.ùu┼G¯2" b"\x01ØøåS5q▀åXê8P║¤r" b"\x01ØøåSµqÄÆþ/ë«┴xñ" b"\x01ØøåTÆr¼©ýS¹╣\x08¹a" b"\x01ØøåUSpwà\t\x18\x17ÃÉ<q" b""" \x01ØøåV║rMù£¦¶\n \n ú\x15 """ b"\x01ØøåWjrtî¿7â\x13▒╩{" b"\x01ØøåYåpJó\fQ\x03iÔ\eî" b"\x01ØøåZJq╚É=Ð1\x0FÑâé" b"\x01ØøåZÚqeªeù^Û\x1Dp\x16" b"\x01Øøå[ír æÕ'âDAÇN" b"\x01Øøå\±rìÉÁªé`õÚ?" b"\x01Øøå]│såÉÓ▒õÛ2\x1F " b"\x01Øøå^vp\x15ƒ¨}\x14¥M╣O" b"\x01Øøåa7r`º¨¨ó¾^Èò" b"\x01ØøåbÑrSîÞ©\x11"íkN" b"\x01Øøåc`q¹Öí7£#õ3T" b"\x01Øøåd\x14s]Æ╦}À|â¶Ë" b"\x01Øøåd╣r\x1A┤`\x07Kä╔DN" b"\x01Øøåeus>Ø\Å!w7ú£" b"\x01Øøåf's%×ÑÀ╣ï½K|" b"\x01ØøåfÒstùı╠ëÍ÷ÿº" b"\x01ØøågòqCéUï▀O'§c" b"\x01ØøåhcqPòYÉ\x07Å*bA" b"\x01Øøåi\erÉê\x0F└é½x\x01N" b"\x01Øøåi┘sð╝âÝ\x1F6Þ═." b"\x01ØøåjËs\x7FÖÜÿ\x03=¬\x1E!" b"\x01Øøåkÿq¶ái³│R¹\x13U" b"\x01Øøåleq¹¼ÏF2ë¤Ðç" b"\x01Øøåm┼rµêKü«mß<└" b""" \x01Øøån~s%ºçjà|h\n à """ b"\x01Øøåp#rgéB\x7F▀åøêH" b"\x01ØøåpÎqÌèVF\x16Buþ`" b"\x01Øøåqùr┤Ö¢ÿ)▓Y§1" b"\x01ØøårIrlñ[Î~ýyÔa" b"\x01Øøås\x02r\x1D▓\x14=\x16\x01,-Ö" b"\x01Øøåsúr╬╗&AÑ"Y▒¤" b"\x01ØøåtNp¡Ç>º\x01ßË░=" b"\x01Øøåt²pOúñÕjë:(╬" b"\x01ØøåuÏsÔº§\x01\x1AlÍçñ" b"\x01Øøåvùsó»¬v<} di" b"\x01ØøåwgpÀ¿ï,¢c╠w┌" b"\x01Øøåx1rlÿ╗\x1ECQ\x07ð\x02" b"\x01Øøåx±r┤»ñ\ta=ª]\x10" b"\x01Øøåy╣rüª}Ô┘■\x7F\x0Fð" b"\x01Øøåztq¤ÜvÙÆù╠)─" b"\x01Øøå{ÌpéÉgEr┼\x04ø\x01" b""" \x01Øøå|íp\n ¼`¢ÜW\x13═3 """ b"\x01Øøå}kq¾öâø@l╩è!" b"\x01Øøå~=s\x15╝\x1DYƒ*\x1F╬D" b"\x01Øøå\x7FlqC«fuçé┬¾┬" b"\x01ØøåÇ#q´ôM¼▒u5WÙ" b"\x01ØøåÇËp=éÄ&In½Sñ" b"\x01ØøåüÆs¨ó_▓«¨\e═┐" b"\x01ØøåâípðÅø7█\x08>X¨" b"\x01Øøåä<rï░\x05ìÐß4\x0Fµ" b"\x01Øøåàƒs'╗`óÛe4╩9" b"\x01Øøåå`q║┐Ä`ùãÖÙ▒" b"\x01Øøåç!s┤ºôm'Z\tb┐" b"\x01Øøåç¤rûí}UO¨&̱" b"\x01Øøåê}pAö\x00▄ÆÛëÛ╝" b"\x01Øøåë\x1Fs\x04Å=╣%\x11§┴ö" b"\x01ØøåëÓqxÿ\x0EÒƒ(z¶=" b"\x01Øøåèüs2©UYéAB¾┤" b"\x01Øøåï:q\¢å×O▀\Éz" b"\x01Øøåï³qb×°¹─É÷~X" b"\x01Øøåî╗rò┐M╣¶Îj@Æ" b"\x01Øøåì^sÔ×U§\x08¼bz╠" b"\x01ØøåÄ\x1Ar\x19í|ÜÖ]b5╔" b"\x01ØøåÄ╚p×Ç╬qÈ\x12AüÌ" b"\x01ØøåÅÛr╦Ö¾ýUÁ\eçº" b"\x01ØøåɃp0┤¡§pp\x03ä├" b"\x01Øøåæuqf░\x0EðVp>xÁ" b"\x01ØøåÆýp‗┐\x00é@\x08ZÈG" b"\x01ØøåôárÍÑÖ▒\x1D\x18ܺ╚" b"\x01ØøåöCsS║×»\x06\x05\x7FX╦" b"\x01Øøåö§q╗èıV┐┌¢þÔ" b"\x01Øøåû▓p\x05äÄp^Ø┌ù{" b"\x01Øøåÿ\x04q\x06Â┘G¦g\f├²" b"\x01Øøåÿ¡sŰ\x01o%³1" b"\x01ØøåÖtsñô¼;\x1Ccß░ı" b"\x01ØøåÜ\x1Ds4ØñPÛ▓ Ò " b"\x01ØøåøJrÃ╝-«Ѵèé" b"\x01Øøå£Ër\x04úû4Ö^+\x11þ" b"\x01ØøåØär¤«¤┴═60o|" b"\x01Øøå×=s─íFdDÜK¡\x10" b"\x01Øøå×§rxô¥ÖaÛÄT\x0F" b"\x01Øøåƒ×röû┬┤-\x11\x04$¥" b"\x01ØøåáSrzÆgxL▓n\x19E" b""" \x01ØøåóysâÑ\n »U5"\x7F\x04 """ b"\x01Øøåú¸rz¬mýß36\x18─" b"\x01Øøåñùq\x02ƒ«S¯à¨╗:" b""" \x01Øøåª\x07s¡èq\x06*\n »¬‗ """ b"\x01Øøåª®q─Ü;$»åî6n" b"\x01ØøåºLrÚà\x10¼¯ÃôWF" b"\x01Øøå¿\x16q\tè{hâ8H±¡" b"\x01Øøå¿ÌpA¬nÝU(ý¹c" b""" \x01Øøå®×s×¢\n ad┴K‗d """ b""" \x01Øøå¬dqh▒\x1C\x11\x03:\n E£ """ b"\x01Øøå½#s®ä3ï°@nä"" b"\x01Øøå½ÃpÞ╗┴w>■}\x0F┴" b"\x01Øøå¼üpÅ×ëB½ÓÄ\x0F¢" b"\x01Øøå¡$s┴éó├\x1C6+q█" b"\x01Øøå¡Òp┤ò#júÂ<c5" b"\x01Øøå«ÜrÜ«M\x1D³èY8Ñ" b"\x01Øøå»XråÖ─2òâ▄Ò¡" b"\x01Øøå░-q\x07®«{5█Z8²" b"\x01Øøå▒\x04p6« 2K-\x02Kc" b"\x01Øøå▒úp┐╣"¢ùÀÖr\x1C" b"\x01Øøå▓ap2èö\e\x1Cg*M└" b"\x01Øøö\x16▓p¥▓üÓÂxI▄Ð" b"\x01Øøö\x18\x17q6Ü!\tK§vl╝" b"\x01Øøö\x19ësÕ»ör\x05MGÃE" b"\x01Øøö\x1AAq\x19ÜÃ╠ÂFÙ\x01\x1E" b"\x01Øøö\x1COp┐áà═L\x1C╣ÎN" b"\x01Øøö\x1EÅp╔×»¶5r:S«" b"\x01Øøö\x1F?pɬü·\tè\x15Ðå" b"\x01Øøö\x1FÚpþØ1\x1CGærG!" b"\x01Øøö óp&çÈdõ7╚┌Z" b"\x01Øøö!Xq┼¥ß^®¯c¯v" b"\x01Øøö"\x03p'å■ôü│%GU" b"\x01Øøö#àr3»}\x1AA╗\+\x08" b"\x01Øøö$5q6░Eàð\fU×\x1F" b"\x01Øøö&8qÅ»x:b@lÐG" b"\x01Øøö(Fq\x0EüÊV\x0EÂt¹ú" b"\x01Øøö*9sÝÜv\x14±e\x02ƒg" b"\x01Øøö+▓s(ôý»C¦éüY" b"\x01Øøö,kpG┤\x01¤+\x1D.J│" b"\x01Øøö.èr╝£i■m\x12³ÍË" b"\x01Øøö/Jp_╣E¹ñ:·×" b"\x01Øøö0órüû¡Ï╝]╣ä" b"\x01Øøö37r{¼é<8ÖyÙ\x0E" b"\x01Øøö4Ñrý┐Â\eç▄½p╚" b""" \x01Øøö6\n qGØ░ ┬å╗jt """ b"\x01Øøö6░rþ║■.d\x00╦6Ý" b"\x01Øøö7ep\eó05\x12╔úÆ─" b""" \x01Øøö;\n sLëR▓▄àäö┤ """ b"\x01Øøö<àr╔òÃÉq║u┘" b"\x01Øøö>ïpÄû█ë╬^p2ó" b""" \x01ØøöAJp\x13½Dg*R\x1E\n Ñ """ b"\x01ØøöD\rpûï■%ñçÈ╦Ö" b"\x01ØøöDðp§úgÇ\fq\x05┴ï" b"\x01ØøöE~pcó\x7F}{!┬-q" b"\x01ØøöF5p¡┐fñeFãæ=" b"\x01ØøöHÓrG▓┤@·ILg\" b"\x01ØøöIùqZé\x02¬═╚╬\x069" b"\x01ØøöJKqÿåO.█Õùé" b"\x01ØøöK«sHÉ\x1Eoo\x082åÔ" b"\x01ØøöM\rs╚▓\x03ãN\f\tw´" b"\x01ØøöM╦q\x08æî=vkvº]" b"\x01ØøöNor$û,\x16■ÉD\e2" b"\x01ØøöO!qu▓ò\x01ò,ÝE├" b"\x01ØøöO¦s\eä\x19£\eFÏÒO" b"\x01ØøöQXpYñª\r|áÖú$" b"\x01ØøöTIp▄║eîÍÏÙP\x08" b"\x01ØøöW╬q\éG+F>Z▄}" b"\x01ØøöYýp]Ñ\x16╦Gæômõ" b""" \x01Øøö]mq\x1DɾÃO\n \x08ܦ """ b"\x01Øøö^«p╔äc╔¨AuwB" b"\x01Øøö_Qp╬ÉÀ\fà0ñ┐\r" b"\x01Øøö_‗r┌Øzð)Êü┤§" b"\x01Øøöcrrñ┐ÂÒâ$«|\x11" b"\x01ØøöeÅpµ«┬\x05À[\x08\x1C«" b"\x01ØøöfBq4£qô½├╦\x12ƒ" b"\x01ØøögÆp─┐ai▀-\x0EÑç" b"\x01ØøöhGsæè|┼Sä¾ÏÅ" b"\x01Øøöi\x00r\æº\n²O5?õ" b"\x01Øøöm<q~ê\x03ÚY,uh!" b"\x01ØøömÛph╗1mëµÏy\x1E" b"\x01Øøön©ps¿Ú0┤ÊS^#" b"\x01ØøöoXpbé¤ÙS│\x03¹o" b"\x01Øøöu®p´úÉ╣Bo·òÿ" b"\x01Øøöw╣pÊįWåƒ╩§." b"\x01ØøöxfpkÂ\x14ı¹x{¬?" b"\x01Øøöy\x05rÀü╝<<^Ó°}" b"\x01Øøöy»qËà³╦9░╗\x15Ó" b"\x01Øøö{╝p&©´B└8\x12\fÑ" b""" \x01Øøö|dsMÂ\x07ó╗\x10Ö\n ¬ """ b"\x01ØøöéâsIÁñe\x06Sbmä" b"\x01Øøöâ‗q#¢6Zm╗e\x1Fb" b"\x01Øøöå░sXû}╚1¤ßéH" b"\x01Øøöê¢qß®E¼\x00µÓ;ı" b"\x01Øøöëyr\x06«ó`0\x10'ç" b"\x01Øøöî\x1Esi│├\x12c9?§\x00" b"\x01Øøöî╬pº£ØsÕ╗\x00\>" b"\x01ØøöÄAp\x08Ñ(S\x0EpÀüû" b"\x01ØøöÅáp/×┤ƾq▓▓\v" b"\x01ØøöÉ]s«Ä?Ï7ä£ô¿" b"\x01ØøöÆvqäôéÜÕnNõ¯" b"\x01Øøöô¦rsí\x1F×\x16§õy#" b"\x01Øøöö}pæÁRÇzT1j6" b"\x01ØøöÖ¨sA¼¼├\t├!\x04¶" b"\x01ØøöÜ®r\vº╠àµ+$Þó" b"\x01Øøö£\x15pé«çÆÃHû²¿" b"\x01ØøöØkqvå\x7FÔe■Èı÷" b"\x01Øøöá\fqı│}\f²▓=(Á" b"\x01Øøöá¥sª░$f¡Ä\x02VF" b"\x01ØøöúfqEÖYuý,Ew\x1A" b"\x01Øøöñ\x1Crë° \r pãù" b"\x01ØøöÑur\x1C░,e8;6Ü\x7F" b"\x01Øøöª└p\x1EòÍS\Ùï^\x13" b"\x01Øøö¿Èp:ªÆ8é÷┼l " b"\x01Øøö®sp®¢ô(^\x15Ua<" b"\x01Øøö½tpmâ▀"¶¾ü{F" b"\x01Øøö¼+sbÂEmƒ@½!<" b"\x01Øøö¼▄s5Â(\x0Eå‗Ê\" b"\x01Øøö¡ìsKíÛzMè×V÷" b"\x01Øøö«·q\x19Æ┐Ã[ [Mr" b"\x01Øøö»Örqö^ÄäCÉâp" b"\x01Øøö░·q\x00òþþjmjÏÉ" b"\x01Øøö▓Fq"åÖ\x1AÃ~Á»\x01" b"\x01Øøö│░p仡ßïıNnN" b"\x01ØøöÁ\x10r\x1F«âV■1┤\x08\x16" b"\x01ØøöÂup▀ç IË'³rn" b"\x01ØøöÀ1póè┘\x16äNÉ\x05±" b"\x01Øøö©vr\x17¬9 µ/┘Ï\f" b"\x01Øøö╗³qÆå¶ª\x02õø│┌" b"\x01Øøö╝×rp¬f½PÚ\f~]" b"\x01Øøö┐RqÓ▓\x1CN±vü├a" b"\x01Øøö┴¯rýá=Aö»ß╣┌" b"\x01Øøö├Ls\x12╗n+ÝðúI^" b"\x01Øøöã(qýÁ´8;>þ-*" b"\x01ØøöãrQ¢å`EaùVè" b"\x01Øøö╔Åpÿü!{?©┬aµ" b"\x01Øøö╦ór£Ü0┘!╩¶¦╦" b"\x01Øøö═\x17p`É79®Å═t¾" b"\x01ØøöðÅp═ä┐p¾█)\x02l" b"\x01ØøöÊúq\v░öûªÀòÉ\x11" b"\x01ØøöÈùp4Çå\f■├4▄" b"\x01ØøöıUsûóF©1ü½j®" b"\x01ØøöÍãq║║7Ý´ë┤ "" b"\x01ØøöÏÁr\x15¼©\x00Ø|ı│´" b"\x01Øøö┘oq╔¬0¬>¢r§w" b"\x01Øøö┌!qäï]ót¾æ=8" b""" \x01ØøöÌEqá┐\n \x0E¿8êñ7 """ b"\x01ØøöÔnrÙè¶Ü!¯2ª¤" b"\x01Øøöþ\x19pð¡Á¥\x1AÉ┴½ " b"\x01ØøöÞZr"©╦R╚(6hÕ" b"\x01ØøöÙ┌qÃüÈ┬|w\es¡" b"\x01Øøöý|sÛÇã·¯©"öÍ" b"\x01Øøö¯úqíª¢H¤qyıº" b"\x01Øøö´]sÕúÚþîÈ|#Ñ" b"\x01Øøö\x01p«ôv╦><\x05D°" b"\x01Øøö‗║qÿ┤}Ò"╚-╝(" b""" \x01Øøö¾[qôùï\x13\n J¬\x1D """ b"\x01Øøö¶│rç╣8\x11ãcÔ╩w" b"\x01Øøö÷└q└Éfãä*Æk®" b"\x01Øøö¨ÿrı×\x07À#ôd\fm" b"\x01Øøö·Qp]ƒ\x7Fo0D^╩\f" b"\x01Øøö¹\fp[║Ô_Ø¥ý6ƒ" b"\x01Øøö■ÙpTü5P\x0Fz?îV" b"\x01Øøò\x00xscó³¯äe7╩┬" b"\x01Øøò\x01>sÝë«JU\x02ÁM©" b"\x01Øøò\x04$p«Âó╩Z±╠Ój" b"\x01Øøò\x04´rþ£/Ô½┴p\x06" b"\x01Øøò\x05╣s\eç<\x7F[Ñ%m9" b"\x01Øøò\x07┘r╗óÑ\x11j\x1EÅ├Á" b""" \x01Øøò\n ¾qeô @\x19¼þ\x14M """ b"\x01Øøò\f|s3Å\x02Aä╔a§Ã" b"\x01Øøò\r?r×í´·à\x1DüåR" b"\x01Øøò\x0E╬rÉ«P`\x04╣╚\x7F┤" b"\x01Øøò\x0Föqoö┴╠ÒRH7o" b"\x01Øøò\e!rU©¿\r=╝opn" b"\x01Øøò\x1DRs├é\x1AÆ\x19╗ÜÕ]" b"\x01Øøò\x1EÐr╦╗┤\x1Ap@Îh9" b"\x01Øøò!¤r#│î7òÙ└E\x14" b"\x01Øøò%¬reÿöL`^\e»A" b"\x01Øøò'§råÆ\x16\x024n\x193P" b"\x01Øøò(Âs\x1Fú¼"üÁ▓Hi" b"\x01Øøò*¯qÜ×Ùm\x10\x10è\x11+" b"\x01Øøò-¸s┤íJ┘\x17┤<╣‗" b"\x01Øøò/ôq¸æ£─bså"" b"\x01Øøò1&q6¢<"\x1D╔áÄ╬" b"\x01Øøò3asÛúÛyõ#²;┼" b"\x01Øøò4\x16sOÁ\x16\x1Füƒ▄9p" b""" \x01Øøò4ÃqÛó\n ├U;ÕG¤ """ b"\x01Øøò5îs\x00×ÝÒ║ÌÙ‗╣" b"\x01Øøò7¤rCÖÃ\x13&Uhâç" b"\x01Øøò9Zr,øúJ«ô2Þü" b"\x01Øøò:Ôs«ò~'ÇÍEl7" b"\x01Øøò=\x1EqÏòÇì\x17;\x14╩9" b"\x01Øøò=Ëq¶ìÌ\x0F\x05©V÷ì" b"\x01Øøò?Nrþ┤£BZ'Ī\x7F" b"\x01ØøòCÓr¨á╣\x1DCêz¸R" b"\x01ØøòDªqHâfX▒X?¸£" b"\x01ØøòEjq}®å\x06ð@h┌w" b"\x01ØøòHnrïäs\x1A´r²¹§" b"\x01ØøòLOrª¼*ì┐ÆNP│" b"\x01ØøòOOr\v¬╚\t‗bÚ‗°" b"\x01ØøòPÌs#×Ãóı\x07¬¿D" b"\x01ØøòQ¼rÉ¡§╗ôýÿ┘Y" b"\x01ØøòU{q\x15ù}D└\x13"½d" b"\x01ØøòYHqèìÚ2ÿ=╠ìÞ" b"\x01ØøòZðqòÇ\x12Ù\x07╬ÅRÿ" b"\x01Øøò]\x18s1£ýy}Ý£W\x7F" b"\x01Øøò^èp\x7FÇ┌yüáØG³" b"\x01Øøòd"rìè4ô\x1A_·╠▄" b"\x01Øøòeèr\x04Åíq¿ò3\x08¼" b"\x01ØøòiWpÍê3Uò\x08sÐÜ" b"\x01Øøòj\x1Dq̃±zª┤Åð" b"\x01ØøòjÔs\x15ö>▓¥æ$hú" b"\x01Øøòkóq㬰¬░ƒq¬î" b"\x01Øøòm*pD┤-░─╦y¹Â" b"\x01Øøòour;┐▀*ñó├O½" b"\x01Øøòq\x00r╚øK¢▀═\e┤+" b"\x01ØøòqÂs\x0E¼¿2oÄ_çW" b"\x01Øøòs¹r\x1Cöî\x10k\x18FÛ┼" b"\x01Øøòuçpûë+rI\x00G■═" b"\x01Øøòw\x13q`éø0╦x$Öù" b"\x01Øøòw╬pÂÅý¬W0/0C" b"\x01Øøòxÿq┘Âs¨Ëîå■/" b"\x01Øøòy^pzÂ■e\r\x01¸h2" b"\x01Øøòz1r\x11Á©¹muÌ÷▀" b"\x01Øøò{«r¾¡áºà/¡D·" b"\x01Øøò}3p┐ör)├\x00T-X" b"\x01Øøò~╚qÐå▄<\x03üh¼°" b"\x01Øøòü\x15q\x17¡(5q%\x16]\x1F" b"\x01Øøòüõr0èC)æ:┘îz" b"\x01Øøòç9p╚ójûã[\x1Fi#" b"\x01Øøòë{qaêL)¸Z═6Ø" b"\x01Øøòè<p░Ç6g®╬.(ÿ" b"\x01Øøòï╔q\x05íâló;oÌG" b"\x01ØøòÄ\er═ªDº\t¤b$ó" b"\x01Øøòö!rıñ¿w▄\x00µ\vµ" b"\x01Øøòÿ\x08q÷ô>\x1DP\x12IÀµ" b"\x01ØøòÖêq\x00ó·║Jëí²¯" b"\x01Øøòø\x18puñ Ì┐SæS¤" b"\x01Øøòƒ\x10saáÛ\x06Ç│ð┴Ú" b"\x01Øøòƒ¤r2íÚQÒh┬┼¨" b"\x01Øøò»╦q@ç│\x02×(\x08^É" b"\x01ØøòÁ'q7ñ‗ã¶ìÎ┘]" b"\x01Øøò©¾sþÇN╠`Íò╔▒" b"\x01Øøò║ür\x7FÖV·\x11\x1A@MÙ" b"\x01Øøò╗5p²àk¨²åìo‗" b"\x01Øøò╝ıqA¢)n\f±\x13┬%" b"\x01Øøò┐\rpRïgþ:ØI)x" b""" \x01Øøò┐Ðs\x13¬ªÿ░ç\n $i """ b"\x01Øøò┬Òq╝ÂëZ¤{/╠þ" b"\x01Øøò├ësð┤ûÐ×ia[\x08" b"\x01ØøòãÜqÏÖ=Gk\x7F\x14▓ü" b"\x01Øøò╚.p\fûÍn*U▒¾ö" b"\x01Øøò╔Àp;½1¤¯\fô\x1Fl" b"\x01Øøò╩~rOÜfY╔£░¥R" b"\x01Øøò╦Ksï╣1Î└(Ê\x18k" b"\x01Øøò¤ıpëç\x11Ù¥ï\x03ÈW" b"\x01ØøòÐ_pä¢\x154\x18ZÆgû" b"\x01ØøòÊ+sØ║µó╩-\x14SO" b"\x01ØøòË╗q\x1E¼DÖ\x12\x01$Hf" b"\x01ØøòÈpqf®å▒Ò\x02çAE" b"\x01Øøòı·qu£P\x15╬É\x01«l" b"\x01ØøòÏKp╚╝âDîrÑK^" b"\x01Øøò┌ûp©®¾▓A½█47" b"\x01Øøò¦Ñs)íÊ!Ø-á)à" b"\x01Øøò▀Ùp+æ6!°╣Ð^\r" b""" \x01ØøòßPq1│ÄË£▒É\n * """ b"\x01ØøòÔÈrôº▒6YÁ}Åê" b""" \x01Øøòõ^q░«%g¤#\n TÏ """ b"\x01ØøòÕ/q@╝]ñê\x18┬j\x06" b"\x01ØøòÕ§p\x14ì0?ÓQÀt┐" b"\x01ØøòÞ‗qÿørm\x01·:*\" b""" \x01ØøòÚ▓p\v╣:\n F®jÐ╦ """ b"\x01ØøòÛ{pÌûÔöEB'=\x00" b"\x01Øøòý┼r8ôBÖü\x7F┐×/" b"\x01Øøò‗═pÌö\vÂ$█J/¶" b"\x01Øøò¾Ær%¡ÊÜá╦ïªÄ" b"\x01Øøò¶VqUùý*{\x1Dïåê" b"\x01Øøò§\rsMô\x16\x06W¥nåB" b"\x01Øøò÷æqÛíÜȯþt\x19\x15" b"\x01Øøò°█p\x03┤\x08\x0E\x188╩C½" b""" \x01Øøò¨úp¯¥\n oA▀\x14ø\x05 """ b"\x01Øøò¹.pf×uc╬Ú8°j" b"\x01Øøò¹°s¡ÄÞ\eX└ö┬â" b"\x01Øøò■GsÓ¬-\x12¨0´gK" b"\x01Øøò■°r¹ïg\x10²ÞñÎÝ" b"\x01Øøû\x03sr▓▒z'YþÄ*\e" b"\x01Øøû\x04.r╗▒'0£ZÇ:╬" b"\x01Øøû\x04¶qþÆ;2X\x7FqË=" b"\x01Øøû\x06vr\x12À§‗!▓\x14k6" b""" \x01Øøû\n ?qí╝\t)_j┬ı' """ b"\x01Øøû\x0E\x1Equà©Kxê┘\x08-" b"\x01Øøû\x0FîqõéÀªKë\x16Ý║" b"\x01Øøû\x10Rr±ÿVõ\x1E{Ä¿±" b"\x01Øøû\x12Üpuÿ®\x1A'ªRnc" b"\x01Øøû\x16]s·ªÂƒÙû_±d" b"\x01Øøû\x17\x1Dsà½}\x10í"M\f\x06" b"\x01Øøû\eÁrÍ║Qª³╗É>q" b"\x01Øøû\x1Cvs¦ë└.\x1A\x00\x07<Y" b"\x01Øøû\x1D÷pô▒º~\x0E<MùÏ" b"\x01Øøû DsÈö\x1E3\x08×y┴û" b"\x01Øøû!\x06sƒÂDü\x02®à®µ" b"\x01Øøû!╚píûåÈT"9\x08²" b"\x01Øøû#Lsä×\f».ı¥0G" b"\x01Øøû$╬r5à1á¤ÅìI\x19" b"\x01Øøû'\fp\x00íq└(¸M(-" b"\x01Øøû)]p`ƒh╣Ò│âMR" b"\x01Øøû*\x12pbܰõ¡\x1DK'┬" b"\x01Øøû*ãp#âùë┐\e¼J(" b"\x01Øøû+ûpıñ‗\x16▀Ø¢»," b"\x01Øøû,ip┼Ä¿Öç\fbz\x7F" b"\x01Øøû-,sëÅ\x16)R├$Ä\x19" b"\x01Øøû/~p!¥¾╝┬▀pDz" b"\x01Øøû4)po¿%¡Êømóñ" b"\x01Øøû6ôsMñ"«╔(~©µ" b"\x01Øøû82s\x1A▓Ãc¼▄C=ª" b"\x01Øøû8‗s?ï>µÝ{ûGq" b"\x01Øøû<\x16r~É╣ƒtÃ÷\x0FV" b"\x01Øøû=Éqý©┐~Z×╬\e\x03" b"\x01Øøû>Zp²æç«\x15É├¾;" b"\x01ØøûAWr+æÂ▒ƒ\x1CËÛj" b"\x01ØøûE2qƒ¡\x14\tb&9\x1Fk" b"\x01ØøûF┐s5ÜHõúı²HÊ" b"\x01ØøûGôpP®HçÅwX+1" b"\x01ØøûHcpÙÉ[*\x1D8õr7" b"\x01ØøûJásıøîÆ▄\x06òyÇ" b"\x01ØøûKas9î\x1Cîõaª\x19\x1E" b"\x01ØøûL5rÝúF,\x1A7\x1D\t\x1D" b"\x01ØøûP$p(®bÈ=ʰó)" b"\x01ØøûP‗q\x06┤0¯Éý&|ª" b"\x01ØøûúvrlüÙµÇ {─2" b"\x01ØøûѪs\x1Aé╦‗o\x15*o5" b"\x01Øøû¢Ôp█┐µûÉN\wí" b"\x01Øøû¥ƒp\v│ò▒Öc4h8" b"\x01Øøû═4q.ó3╚p░$±ı" b"\x01ØøûÎDr\x07ô_¿UMc\e¼" b"\x01Øøû°rp\x0FÀй©þ}Ì)" b"\x01Øøù\x01sq\x14ïr`/¨\fÞ╚" b"\x01Øøù7\x03p2Æ╠\eEÅÖ³$" b"\x01ØøùI█s\x7F«È˵Yâ¢y" b"\x01Øøùb▀p┌Ö\eÕ\x05bQáq" b"\x01Øøùk2rBºnÖÅÛ▓\t┼" b"\x01Øøù│6p\x1Eèw▒Î┐×\e»" b"\x01Øøù╣)sïáÍö£°\x00gÙ" b"\x01Øøù¥wsÂÂ╝ñïc╝┼┬" b"\x01Øøù¤êrè².\rW‗ö"" b"\x01Øøù▄ès`¿ÌÕC\x1CG8Î" b"\x01ØøùÞús1¾#\x13X¯*2" b"\x01Øøù´ïq\x13ûåc\x19¿├:ô" b"\x01Øøù°mr<º\e├r%´5¹" b"\x01Øøù²¿s?Ø»\x0EôÝÀ%Ä" b"\x01Øøÿ\x07ös█×°æ_»à\x05\x02" b"\x01Øøÿ.np*ƒ·\F\x12Vz." b"\x01Øøÿ1apn½_┘╔Q¦]▒" b"\x01Øøÿ4mpÑî±fVd├\x1A}" b"\x01Øøÿ>§pÚØ═Û╣\x1A▄FÜ" b"\x01ØøÿZ¸q┼ïM▀▓¢¦½┬" b"\x01Øøÿf`q2øJ$\x1E;│@\n" b"\x01Øøÿm▄pdÂåRÖSÝ│@" b"\x01ØøÿpÚp«ç|ë^\x02┬" b"\x01Øøÿ}█spÂáÞ╩Ê\x01Y+" b""" \x01Øøÿ~ípêèNÑËÍj\n ÷ """ b"\x01Øøÿö&p▀ì<ê¾\x1AıZ┬" b"\x01Øøÿû}r4▒&k;C$xa" b"\x01Øøÿƒ╣p└ç2b\x01ã;F7" b"\x01Øøÿ░░sËò┐#▄aE\f\x03" b"\x01ØøÿÊ┼r ÿ¼\x18÷┤£@¡" b"\x01ØøÿÓnr׬®Sh\f5½Ö" b"\x01ØøÿÕ┼rØí÷▀¼\x19░¤\x1E" b"\x01ØøÿÛQq┴¿Ë<Ìé\v┘z" b"\x01Øøÿ‗¿paÇéVEP■Mi" b"\x01ØøÖ\v¤pûî└Áã÷Ó\x13x" b"\x01ØøÖ%ºq À\x14▒ï\x1F╠Õ▓" b"\x01ØøÖ&`ru╝¥)k&1WV" b""" \x01ØøÖJdqñ▓\n 3B!>7ù """ b"\x01ØøÖZPseÅÁ¦]CÁp║" b"\x01ØøÖjhq$ÿÆ?¤¿25" b"\x01ØøÖmWr|»#ßmÿ5j," b"\x01ØøÖn\x0Esx£Ád\x03T<¨g" b"\x01ØøÖéÕr\x13ñsT▒â²Xâ" b"\x01ØøÖäorlà2\x06¼è>\x11f" b"\x01ØøÖÅúp|ô\x08öã╣ƒ¾┼" b"\x01ØøÖö.rÕ®\v<¥q!▒ª" b"\x01ØøÖù‗p1¥ \r¶@\x04>§" b"\x01ØøÖÿ¬q%é#òÉ\x04x┌4" b"\x01ØøÖÜ syä╔toßı½Ö" b"\x01ØøÖ£gqFä?JWDÜWF" b"\x01ØøÖúÙpî¿;éRÜÀ¡z" b"\x01ØøÖ¿qsùºî╣#ªÍ0}" b"\x01ØøÖ╣Âs:▒é5h|ò(`" b"\x01ØøÖ¥Ïq¹áL'Q£]¨|" b"\x01ØøÖ┴\x05p©ƒ\x11¬[ê°7\x04" b"\x01ØøÖ¤uqXú╬Ô4\eÐôB" b"\x01ØøÖÌ\x04pÙøÕtMÉ·c\x10" b"\x01ØøÖÙ¢rë┤:èögª;T" b"\x01ØøÖ¶Ìp\x7Fá7ç¡Ñ!jà" b"\x01ØøÜ \x08s0å®ÔÏϪ5û" b""" \x01ØøÜ.╣pt×3Þ\n '╬█R """ b"\x01ØøÜ/~qr¿?§ô\x10È>B" b"\x01ØøÜ0?r\fØù┐[4J ²" b"\x01ØøÜNYr®¼9ç┬È9¤┐" b"\x01ØøÜg=p±½¢-i\x16nëd" b"\x01ØøÜiàsªÿ¼ð┘ý°£\t" b"\x01ØøÜn▒qÉ╝;ëQD\x12ø|" b"\x01ØøÜs╚qx▒Å=º4½ " b"\x01ØøÜ{¸qÚâ├ؽó!\x18\x14" b"\x01ØøÜà8rP│Þ¨°Ó\x16Õ5" b"\x01ØøÜû░q#è┘`ınû┤6" b"\x01ØøÜØûr╝©·À\x1F¬ç3U" b"\x01ØøÜ×cp¼ò\x02├\x16├¨╚¢" b"\x01ØøÜ¡áqW║18*a6HÄ" b"\x01ØøÜ«]r┐ÿ7\rÅ\x11Í(î" b"\x01ØøÜ▓"s▒ÉË\r±j^#´" b"\x01ØøÜ▓s·¼Z ¸v╬¯╚" b"\x01ØøÜðôq»ûö╗åyVQ╔" b"\x01ØøÜÈxq_¿░'CU@ò┤" b"\x01ØøÜõ@s█í\tÿ\x1FÐ\\r▀" b"\x01ØøÜ¯Úsf£r,\x04!Èö▓" b"\x01ØøÜ¸mrT╣ëÝÝX\x11\x11┐" b"\x01ØøÜ¨║s°ÇÕ▄\x00[Dƨ" b"\x01Øøø\f┐pöÁ£øÏØV×Ê" b"\x01Øøø"5s¡Ü▓4p~/$Â" b"\x01Øøø%Ls╬ù>\x19▓÷#oÑ" b"\x01Øøø23p#îì¬8ó»╣Ã" b"\x01Øøø;Is÷┤ü\x181låÓÏ" b"\x01ØøøFÃpú»\ìãw±}§" b"\x01ØøøJOrÑòDªøÐ9\x03<" b"\x01Øøøa\fsV£ÀbÒÓ▒V┼" b"\x01Øøøa╔slÁÓ@9\x18Åg$" b"\x01Øøøk¡pé░åòyѤ:█" b"\x01Øøør5r╦¬┤)O5ÿy}" b"\x01Øøøâ"q\x08ìB¹Ð└┼zñ" b"\x01Øøøâ§r}▒¹;┐{aæ " b"\x01ØøøäÂq@ùËUn\x1FñÆÆ" b"\x01Øøøìpsyàj¼gÊ*▀þ" b"\x01Øøøø5s¸«\x05╗\e┼oÕA" b"\x01Øøø£╝p\x7FëOcjß█\x1D╣" b"\x01ØøøØ{q9ǵܣu)ø\x12" b"\x01Øøø×>s▒ä[\x10q¤\x19ÓÛ" b"\x01Øøø«eq·Å»■*╬+%┬" b"\x01Øøø¢)q■®À®┬$#^½" b"\x01Øøø┴Âq\x02®ëm$uöð×" b"\x01Øøø╩5s¨¢ -ßà.Wj" b"\x01ØøøÐ┤s¾¢óêÇ\x0E\e▄â" b"\x01Øøø┌DqXÜÐ$RRÐ\x11p" b"\x01Øøøõ p│ôJx\tPÈzô" b"\x01Øøø¯£s¾¼\x18qúÐiZ«" b"\x01Øøø Gq‗╝k▄\td{╩" b"\x01Øø£\x10mr╠ò¿¾³ò F4" b"\x01Øø£\x14\fr\x0Eÿ\x1D|│7w^º" b"\x01Øø£\x16Vs~öBøx\x1C»-\x19" b"\x01Øø£!\x02pþ»╩êK©ï²D" b"\x01Øø£5_s┐½ƒ\eÌë-{=" b""" \x01Øø£9\n s=»í\x1FØ\x10▀ê2 """ b"\x01Øø£;Npç¬\x0E\x12\x11_\e£" b"\x01Øø£Abpu┐Ó`\x0F t░\v" b"\x01Øø£C¡q\eÆ¿G"H\x7F▓}" b"\x01Øø£L\x1CsÂ▓¬ßÇ)Eì\x13" b"\x01Øø£O*sÀé╠ä┼§t┼├" b"\x01Øø£Oýq=סiq«r\x01├" b"\x01Øø£Qsr¿×2ìa>«@ö" b""" \x01Øø£[xqcѺ\n ."G¾F """ b"\x01Øø£^ÿr\f¼é┘£Tz¿!" b"\x01Øø£y«pÊ┤ý\x01C¤õå‗" b"\x01Øø£zup8ÉÉè©îÔI÷" b"\x01Øø£~Wp╬À\x08ä, ╬|ª" b"\x01Øø£\x7FÔs╣ó xS<¦Ö/" b"\x01Øø£ÅÔr\x11¬ß\x10Z\x14ÅUÅ" b"\x01Øø£û'pß╗Ö╚╚░pVå" b"\x01Øø£º¢r╝Â:á¡ÉVÒó" b"\x01Øø£¿uqQÄ0O{³├$Å" b"\x01Øø£ÀÔrã®┌½YÙ╗┬¾" b"\x01Øø£╔\x19q\x10»\t<®§òn(" b"\x01Øø£╬Op´┐p){ nE║" b"\x01Øø£µ▓p═ÅÓ-â!J┼\x1D" b"\x01ØøØ\x02‗reäý\x08ú\x01Ìê║" b"\x01ØøØ\x03┤rB╝9é╦³╝\x7Fü" b"\x01ØøØ\x088rSØõìï░¥ÎÊ" b"\x01ØøØ\vEq¼í~A¢ƒ;ÆÜ" b"\x01ØøØ\x19íq,¡▀ÞÝg\x04¾É" b"\x01ØøØ+▓q_Å\x01┘Q "3;" b"\x01ØøØ->r(ƒ\x1EF¨\}└à" b"\x01ØøØ0³rR½ÓC¨64e°" b"\x01ØøØ;\x19sÑ¡þ·ü╦;╣ö" b"\x01Ø®^á▓qªáp¦¾¡wöµ" b"\x01Ø╬X¥çp,¿═G\x1CWL\x06\x18" b"\x01Ø╬X┐6rkÖ\x1A7ååÛ;m" b"\x01Ø╬X└Éq‗┤Ç\x1E╗p┐Ö§" b"\x01Ø╬X┴?rÑó\x16╩Á,\x18è»" b"\x01Ø╬X┬│p¤│Q¿\x05\x13>;ê" b"\x01Ø╬X├kq?Ñ\f©|╩ÿ}\x10" b"\x01Ø╬X┼æs╔ÀþèaâS┼¥" b"\x01Ø╬XûpB¿l©ÎÇ,\x16H" b"\x01Ø╬X╚ir³»Íƹ=|▀ " b"\x01Ø╬X╔ r\x1A©ÿ³╬½\x1E5Ê" b"\x01Ø╬X╩nrò¿(æı╔äCÐ" b"\x01Ø╬X╦Ës»øüzH<÷Q\x12" b"\x01Ø╬X╠wq\x10½\x19ñöR\x04.¥" b"\x01Ø╬X═/pf¢V┼upëY8" b"\x01Ø╬X══sGôi\tÔ#ä¹┘" b"\x01Ø╬X¤\x1Ds¶ö¥;┴ù\x7FÎÄ" b"\x01Ø╬X¤╩s¹®\x16]@\Á©s" b"\x01Ø╬Xðxp╣óK/ß×─╝8" b"\x01Ø╬XÐ'pnÜ1\x1D╠\x0E»è¶" b"\x01Ø╬XËCr┼ª\e\x183ê5h\x0F" b"\x01Ø╬XÈ▒q÷»í╬tPMƒ╔" b"\x01Ø╬XÍ\x1DsSר╣\x1F\x17ÏÇ'" b"\x01Ø╬XÏ2pNª\x15éüePÛî" b"\x01Ø╬X┌YqK¢ÀÓw\x18Ïæñ" b""" \x01Ø╬X█├sVÜ\n SçÞTB8 """ b"\x01Ø╬X▄~rÛø┌¨ oK.\x10" b"\x01Ø╬X¦µr,▒É■É▀\x12╦c" b"\x01Ø╬XÌùpLòÄ\x17-¿ï³ò" b"\x01Ø╬X▀Ms┼¥\t{TnÓKª" b"\x01Ø╬XÓ┴qæ¢7<╔êÑæm" b"\x01Ø╬XÒ\x06pä£ß▄N)ÝÚ½" b"\x01Ø╬XÒ╗r\vÆê<°æô²Í" b"\x01Ø╬XõhrªÆ£\x0FaýªÚ8" b"\x01Ø╬XÕÄsYÅkÑy@vá·" b"\x01Ø╬Xµ6qSÀ\x17âLß\x1F\x07¼" b"\x01Ø╬Xþ█qÎ▒ªv\eEƒ-┌" b"\x01Ø╬XÞÿqXçL└F¬RnÚ" b"\x01Ø╬Xý\x1Ep¹î|Ü\x15è¸dÍ" b"\x01Ø╬XÝûq\x04׳çÓ░\x13X·" b"\x01Ø╬X¯Cp[║úƒ\x02╔Ûz" b"\x01Ø╬X´╝rn┐Ås¥Z¯v»" b"\x01Ø╬Xåq¶Æòìn§tCï" b"\x01Ø╬X±GpFï$ƒk£rwê" b"\x01Ø╬X±¹r«┐┐\x11\x0FXö^v" b"\x01Ø╬X¾ôsðñ)┤[øå\t\e" b"\x01Ø╬X¶Ts¿äçü┌▄░ë║" b""" \x01Ø╬X§ôq&äK0┬m\x08\n H """ b"\x01Ø╬X¸ýr╠å ØÈ\x1A\fæø" b"\x01Ø╬X°Åq┌ÑVHy■\x1F<F" b"\x01Ø╬X¨±r\e¢\x16hr¾\x01TÐ" b"\x01Ø╬X·úr╔å\x1DÞ7+û³┤" b"\x01Ø╬X³\x08s}àÑwå\x1F2»Æ" b"\x01Ø╬X³«póÁ½\x19øÕ\x11═├" b"\x01Ø╬X■\x14q%®ı»┘W╝8\x01" b"\x01Ø╬X |pîÜ8,═}ÿV│" b"\x01Ø╬Y\x01ørGüç╗\vó×´£" b"\x01Ø╬Y\x02Ss\fÁ╠ç@«øµ\x16" b"\x01Ø╬Y\x06ar\x1FÇå®{p=\x02\x18" b"\x01Ø╬Y\x07\x11rðá─è= ┤╩┤" b"\x01Ø╬Y\x07¢rùçìßðû\x15╝É" b"\x01Ø╬Y\x08cq7ÿ@\x16#1ÇË\x04" b"\x01Ø╬Y\t\x1Dq¨¬QQÄÐ\x0FÉ¢" b"\x01Ø╬Y\vðrp╣9©9åp▀ç" b"\x01Ø╬Y\f\x7Fp´Ü©£┬AÔ-õ" b"\x01Ø╬Y\r-sƒë¨8"Ñ┬£c" b"\x01Ø╬Y\x0Eùq\x15ï^ÜÒ/Pð\x1C" b"\x01Ø╬Y\x10¡qÓ╣<┘`w\x1D*>" b"\x01Ø╬Y\x11hp»æa|\x07@F\x12╠" b"\x01Ø╬Y\x12═r@Ñe`ætÅ2T" b"\x01Ø╬Y\x14\x1Fq}Æ\x02_│[]ÆÒ" b"\x01Ø╬Y\x14ðpõ½&╝Í╩·ìÊ" b"\x01Ø╬Y\x15pq§│¯▄\x00a▄\x19¦" b"\x01Ø╬Y\x16 r¤┐╠H¿Á¹´ö" b"\x01Ø╬Y\x18\x1Aqöû¨0■/Òä¢" b"\x01Ø╬Y\x19pr─ø)És]OS|" b"\x01Ø╬Y\x1A\x11pvî#iç´4Vh" b"\x01Ø╬Y\ebpf▒Ú¤ü[XØ╬" b"\x01Ø╬Y\x1Dyq\x1E¼╗)©Ü+êÞ" b"\x01Ø╬Y\x1E4sM¡fÝqì\tõ\v" b"\x01Ø╬Y!\x05r┘ºä{\x07þÁJ?" b"\x01Ø╬Y!┴sÌ¥sÙ┼Z\x10n─" b"\x01Ø╬Y#ãp\rÀdy2ƒ1~å" b"\x01Ø╬Y%ÞqçûÝ1│Q╝\x10Þ" b"\x01Ø╬Y&ªqD©d┼ ░Ú«\x00" b"\x01Ø╬Y'\q¹╣║Ù┬░¨╝" b"\x01Ø╬Y*°r┼ì-kQ^°ô!" b"\x01Ø╬Y+Áqt│╝\x04ý[%{J" b"\x01Ø╬Y-▓pýåë\x19▄*|!ô" b"\x01Ø╬Y.tq\x1AÜ]êÂı└vƒ" b"\x01Ø╬Y/ qÅáR\x14╗\x18ÃÕ\x18" b"\x01Ø╬Y/╬p©¥zZNP\x17é¼" b"\x01Ø╬Y3‗p░òµ3ï┐Ý,\f" b"\x01Ø╬Y4¡p╔ÁT\x1FÿlÜ¡=" b"\x01Ø╬Y6\x17p£©ºt£«w¢┬" b"\x01Ø╬Y88p8ÿ╣\t½├âû┴" b"\x01Ø╬Y9│syù£"¹Ú`P|" b"\x01Ø╬Y:gr;À!\x15┤Ó²¥\x03" b"\x01Ø╬Y;\x1Aq"â¥mqØ(h\x16" b""" \x01Ø╬Y<ërúå%ã·\n kÍ¢ """ b"\x01Ø╬Y=<pzí▄1Øa£«Ï" b"\x01Ø╬Y=r5É\x1Fç¢/▄p " b"\x01Ø╬Y@┼qþâV½3G\x19§" b"\x01Ø╬YB╚pð¡@\v\x1Aò<aL" b"\x01Ø╬YC{qyûX█▄3d\r╗" b"\x01Ø╬YD7s\x08ü║▀G²¶Ãa" b"\x01Ø╬YE¡qÖ¬ëÕË5├óe" b"\x01Ø╬YFfp»Â╣▄æ¨█y┌" b"\x01Ø╬YG\x18q╚çÙôMçij=" b"\x01Ø╬YGÎp\x06¼TƒßÚ│╔Ö" b"\x01Ø╬YHçrl¼\e¯║█Þ§µ" b"\x01Ø╬YJ░sÁºmþ-^\¯é" b"\x01Ø╬YP)q~Âß░ãN\x05I," b"\x01Ø╬YRaqx©G6?¨╦Qr" b"\x01Ø╬YS\x13pÿö╔åù╦6Î\x7F" b"\x01Ø╬YS┼pì┐~8¯=/,n" b"\x01Ø╬YTàqÒ«║jm5hb," b"\x01Ø╬YU6sù¥7©■▀rkà" b"\x01Ø╬YWTp+ºã╬´Ì╠QN" b"\x01Ø╬YX¡pÙÁ\\x14³Ý├÷┤" b"\x01Ø╬YZ\x07r3Ç\e£\x05▒U░ñ" b"\x01Ø╬Y]Öq©╣H&_ÚKNÃ" b"\x01Ø╬Ya§q\x06¬\x1Fcx¬ I±" b"\x01Ø╬Yb¼rhïGPÁy\x16.¿" b"\x01Ø╬Ycms~ôþÔ¢\x1Dkÿã" b"\x01Ø╬Yd┼s3û┘q┼ïj¡Ü" b"\x01Ø╬Ye~r░É\x1C¥#¶àBª" b"\x01Ø╬Yf¨rN¥i:\x15ì░£Ñ" b"\x01Ø╬Yi0r?¼═‗┬\x00çÞú" b"\x01Ø╬YiÔp[ä6«Ô,╚▀1" b"\x01Ø╬Yj×r¶╣S\P9\x0Fn(" b"\x01Ø╬YkZqr£©ù}\§┌Z" b"\x01Ø╬Yl\x00pĬz]\x1E┴½©)" b"\x01Ø╬Ym]r\x0EÅ╣hDb<Ü\" b"\x01Ø╬YnÊsÙ£\x04C╣ÛWÕæ" b"\x01Ø╬Yoÿp\e½\x10ó(W▄öz" b"\x01Ø╬Yp¾qIƒhÐxÆyÁÓ" b"\x01Ø╬Ys\vs\tºÎT\x07±E\x0E{" b"\x01Ø╬Ys─qZ╣Á├┤└Ô»Ì" b"\x01Ø╬Ytor║èƒ[Y·\x16&\x7F" b"\x01Ø╬YuÓs0┤£|æÈssÜ" b"\x01Ø╬YwNq└ï\x17"'ÿ\x0EÛ└" b"\x01Ø╬Yw²qïÉS¬Ù▓¯N┤" b"\x01Ø╬Yxíq¹è¦÷dÜþ5É" b"\x01Ø╬YyZr§ù¢\x11YP(³¯" b"\x01Ø╬Yz\vrVÄú\x1CâF\x158," b"\x01Ø╬Yz║qëÇþ«l┘½)(" b"\x01Ø╬Y|Ìp\vèó\x03½\x0Fp'l" b"\x01Ø╬Y}Äs║à-c#'19à" b"\x01Ø╬Y~<p\x1Aîô:7,à\x1CP" b"\x01Ø╬Y~▀pHá8d"ê\trä" b"\x01Ø╬YÇ:r┴¼yRÜ▀┌U\x01" b"\x01Ø╬YÇ·q┌¬o╝@"-¶░" b"\x01Ø╬YüûqÅ¢\m½\x1E\x17\x1FQ" b"\x01Ø╬YéOq½â§´BÖ£û\x01" b"\x01Ø╬Yâ\x05q·▒\v\x1E═bzÒ╠" b"\x01Ø╬Yà\epë©h\x03ºS\túr" b"\x01Ø╬Yëqp\x02óÒÂäÐ`ì(" b"\x01Ø╬Yè,qðàM█+à©Ô&" b"\x01Ø╬YèÔrWí\fr┴ã²¶" b"\x01Ø╬Yïòsë╗ö^Ö´XÜx" b"\x01Ø╬Yì\x04p\x11ùMá¹\x12Ë-×" b"\x01Ø╬Yì¥sìå┤ºL^ù*\r" b"\x01Ø╬YÅ6qÙƒ╣\x1FIy¹ò£" b"\x01Ø╬YÅp:»|D$ÍB┤\" b"\x01Ø╬YÉÆr┤írÆ■+½0ù" b"\x01Ø╬Yô]q8¡\x19═D\x19¢$Ä" b"\x01Ø╬Yö└rÓÀ╝Äzä\x1AÌ│" b"\x01Ø╬Yònqô│+'ÄÖ\x7F╩×" b"\x01Ø╬Yû!r üî§\x01;ÂjÏ" b"\x01Ø╬YûÕpÊ║\t‗X¯┌\x0Ee" b"\x01Ø╬YÖósÁ»N¼UG¢ØÛ" b"\x01Ø╬YÜCs╝╝ó)\t\x0F«F{" b"\x01Ø╬Yø×r8»[\x12\råȰ" b"\x01Ø╬YØ\x10sºøàðf+¹c" b"\x01Ø╬Yؤsµ¿ÒÕ'9@Ù»" b""" \x01Ø╬Y×êp¢øùyû\x07\n èÚ """ b"\x01Ø╬Yƒýp\x15òe´c3\x1D¸A" b"\x01Ø╬Yícp®ÁøN7d´¶n" b"\x01Ø╬Yúâr\x16åÖs■╚èÒ╔" b"\x01Ø╬YñÓp>é8^\x181A╦╝" b"\x01Ø╬YÑÜpu®\vrIæ®óz" b"\x01Ø╬Yº┤s\x11ñ\x19@F¾S5â" b"\x01Ø╬Y¿Zq4╝%\x08║a}[V" b"\x01Ø╬Y®ðsqƒ\v\x15}ÖÓ´z" b"\x01Ø╬Y¬Çse¢Û©ÜBÜ6\x13" b"\x01Ø╬Y½6q┴│Ðw\r╔ý¸ç" b"\x01Ø╬Y¼ûqÌ¥\x7Fïo\x1F¯Úà" b"\x01Ø╬Y¡Ùp¾½\x0E¤wv\x11─Z" b"\x01Ø╬Y«ûr;ó'▄ààÛôÐ" b"\x01Ø╬Y»Nr¹ó$Eé_³L#" b"\x01Ø╬Y░╗qò¼·:úý:±ƒ" b"\x01Ø╬Y▓\x07r^░:wßt\x06d©" b"\x01Ø╬Y▓└r4£]u®ILÒ " b"\x01Ø╬Y│wr~¡+¬\x1CSÙªè" b"\x01Ø╬Y┤╚s╬Öm þ`▄/╗" b"\x01Ø╬YÂÈp\x1F¢\x196päze6" b"\x01Ø╬YÀïrƒøà,èìói\x01" b"\x01Ø╬Y©ErÐêÂz¸¬\x19ƒo" b"\x01Ø╬Y©·s¿è\x05ö_└.Ù\t" b"\x01Ø╬Y╣»p5ÿ│─súûjB" b"\x01Ø╬Y║^q╣Üu3æi8JÊ" b"\x01Ø╬Y╗┴qàÂ9À\x19@&Õ┤" b"\x01Ø╬Y╝bs\x15ô§ö\x1DÐ┤[^" b"\x01Ø╬Y¢\x18p├åíH~║S*ê" b"\x01Ø╬Y¢═sòª\x1D┼6\x15\x08~5" b"\x01Ø╬Y¥çpü░k\x00úÊ}╩?" b"\x01Ø╬Y┐²r\x07ï.\x08èOïñ\n" b"\x01Ø╬Y└íq8øG_┘r\x08´\x04" b"\x01Ø╬Y─Rp·ïú╠═─¥\x07×" b"\x01Ø╬Y┼\rq+íÅ÷H®¤ëP" b"\x01Ø╬Y┼┐q‗å\x1F<╣#å┬Ð" b"\x01Ø╬Yã]r%ºù\x00Fò.s×" b"\x01Ø╬YÃ\x1Apw©º╦û\x16Þ╠i" b"\x01Ø╬Y╔7s│»x®S├\x19\x06Á" b"\x01Ø╬Y╩ÇsØû²%\x00pw─è" b"\x01Ø╬Y╦GsSÇ\f‗YA¸O/" b"\x01Ø╬Y╠ápê▒ÈW╚X±Tƒ" b"\x01Ø╬Y╬╠qôÄ■│^j`¿" b"\x01Ø╬Yð═q\x1Fö&Ã\x05pÙ,%" b"\x01Ø╬YÐàp=áÞÛLåÒçm" b"\x01Ø╬YÊýqCäL ı=Á═î" b"\x01Ø╬Yı\x05s×ÅhÕrsí\x19C" b"\x01Ø╬Yı½sJ¬_*¶tÿ\x04╗" b"\x01Ø╬YÎ.p\x12ü¼\x1C¤É¼bï" b"\x01Ø╬YÎðq=│7┴Íi}ºX" b"\x01Ø╬YÏôq\x02ô▀OÅC³~ý" b"\x01Ø╬Y┘Dp@êXÌ6¨7╬G" b"\x01Ø╬Y▄Îp\x1Cäl\vS~hÏ&" b"\x01Ø╬YÌÚq¬î'É·ìA)\x19" b"\x01Ø╬Y▀ús├¡\x12`söß!\x15" b"\x01Ø╬YÓRr┴┤\x16 \rþ%ªb" b""" \x01Ø╬Yß\n q&ïa\x18\e╔ñ·b """ b"\x01Ø╬Y߬q´×\x7F<\x00å´á\x15" b"\x01Ø╬YÒ\epDéý\x1DPJ!+\x1F" b"\x01Ø╬Yõâqø«AøO▀þø~" b"\x01Ø╬YÕÛp\x14ÿM±░VxJ$" b"\x01Ø╬Yþ¨p■ô;e`¦¶\x06V" b"\x01Ø╬YÞ©râ╝+á¶╠k╣N" b"\x01Ø╬YÛÃpêä█r[>\x01D'" b"\x01Ø╬YýÝpÇÅîw7╝\x01{;" b"\x01Ø╬YÝós÷¡h\rÓiÆéc" b"\x01Ø╬Y´¼p╔│Ø©z ?\x05\t" b"\x01Ø╬Y[p3ùl¤^▓\x06▒M" b""" \x01Ø╬Y±\n qR¥B╩ïyº‗ """ b"\x01Ø╬Y±║s│Á¾▀:ÑlÑí" b"\x01Ø╬Y¾¤qº╝Ôs\x193─9Â" b"\x01Ø╬Y¶mpðùÍ·\x17\x11\x06ÎÄ" b"\x01Ø╬Y§▀pQí┐E¯▒z>>" b"\x01Ø╬Y÷ås;Ç▓┴ºÑD^¦" b"\x01Ø╬Y¨Qq)¢Ëƒÿ─SD¢" b"\x01Ø╬Y¹yr¡\x00\x14æ\x02ß÷╠" b"\x01Ø╬Y■Ír?ѱk\fI¹"`" b"\x01Ø╬Y ôsDçÖ¶^\x04¨┼à" b"\x01Ø╬Z\x01\x08sæê£¹ªƒá£ï" b"\x01Ø╬Z\x01├pð╝w.ìÊÉ?¬" b"\x01Ø╬Z\x05Hs9êéÕOFL▄\x1F" b"\x01Ø╬Z\x05þr¸ñ£■\v¶½┐Ç" b"\x01Ø╬Z\x07Dqdø.┤b‗JYÄ" b"\x01Ø╬Z\x07s╠½I"|ôËöÍ" b"\x01Ø╬Z\tNsöú▒┬┌w¥·§" b""" \x01Ø╬Z\n ªq¹╗\eá┼`f,^ """ b"\x01Ø╬Z\rls\x00£û]║■J ø" b"\x01Ø╬Z\x0E\x1Dq9£¤P²Âû\x18▒" b"\x01Ø╬Z\x0E╬s▓¢½-¬¦1Rç" b"\x01Ø╬Z\x10?rYà>F¥Ðö+t" b"\x01Ø╬Z\x10÷pÊü\vª3#wDÚ" b"\x01Ø╬Z\x11¡s█àÌ\x10'åâÙW" b"\x01Ø╬Z\x13\x15p!ºÎîaIѤÜ" b"\x01Ø╬Z\x14zppøaÎ■¯{╚\x07" b"\x01Ø╬Z\x16HqÙÆ╗û*¶ÅÃ"" b"\x01Ø╬Z\x17Psü®M¥ Ú\f" b"\x01Ø╬Z\x18\x18pù░Ü'áÁÍÙ▄" b"\x01Ø╬Z\x19\es┘» Ü\x02e=>\x1F" b"\x01Ø╬Z\eCs░ép¤!î\x11╝─" b"\x01Ø╬Z\x1C`pùà┴©\x11÷¶ßå" b"\x01Ø╬Z!qqtöõ‗\x13NZ\x16\e" b"\x01Ø╬Z"ïqðÀõ/\x0E(u\rI" b"\x01Ø╬Z#ªsø®úEb3╔µ\x06" b"\x01Ø╬Z%¾p\x1A║WÊæFª~ï" b"\x01Ø╬Z++q\x1Få\x1D\x02\x7F\x04?bt" b"\x01Ø╬Z,KrsÇñþ1¨Î╝è" b"\x01Ø╬Z-eq╚ìñ\x08é█\x01 b" b""" \x01Ø╬Z.xq┌æZ\n 4>\x17┴\x7F """ b"\x01Ø╬Z2³p"êøÙZRÍ│°" b"\x01Ø╬Z4$sóæ=\x7F{mı÷Ù" b"\x01Ø╬Z6fp┴æ*§=äÔÙ\x10" b"\x01Ø╬Z7èq°ä═¥o¾hvð" b"\x01Ø╬Z8Àp¸╝ÿÝþßã╦!" b"\x01Ø╬Z9¦r?ƒ8\x01\t┐F)¯" b"\x01Ø╬Z?-s┴Ö\x1ExhÃ"jÛ" b"\x01Ø╬ZFºq-Ѧ÷\x1C\wϸ" b"\x01Ø╬ZGÙqÿ¬G\e£\x03ù╔R" b"\x01Ø╬ZJ,pPú½║ÂS╩M," b"\x01Ø╬ZK9q¹ë\x15$¬¶M÷Þ" b"\x01Ø╬ZKÕr/║\x08\x11§<' ╬" b"\x01Ø╬ZLÉr5▒ÔÅ/Òí=¡" b"\x01Ø╬ZOØs\x02óÜ~┐)\x1E.Ú" b"\x01Ø╬ZPîqô║▒ÑE»¦¯^" b"\x01Ø╬ZQçrdú«ò¯Bx5E" b"\x01Ø╬ZRÇq3▓\x18ôVrº/\x02" b"\x01Ø╬ZStp²¥├Ï«åÁUä" b"\x01Ø╬ZT`s3Çðd\x1EÂó┬ô" b"\x01Ø╬ZVXpP╝\v│\x10}╠Én" b"\x01Ø╬ZXPp©»¸■\x03oѪò" b"\x01Ø╬Z[\x1FsMØO8K§\x0EÏ\x07" b"\x01Ø╬Z]\x02p+ïLÜâÓ7╝?" b"\x01Ø╬Z^■pu┐ÇÛ]\x16z)\x15" b"\x01Ø╬Z_Òsƒà/À½> å^" b"\x01Ø╬Z`ßrµ╝0\x1FÛ\x19░█i" b"\x01Ø╬Zb´rOÑîih\x1E²ô" b"\x01Ø╬Zcõp\x19ùèÐÞ╠\x17é┬" b"\x01Ø╬Zd▀pQ│دÞ1fß~" b"\x01Ø╬Ze┌p6åÊÍ╝█= \x02" b"\x01Ø╬Zf═s┼æ╦Wƶ-pß" b"\x01Ø╬ZmÜs®═»¾└└╠\x1C" b"\x01Ø╬ZqIqÃÇNX╗ç\x10ÈG" b"\x01Ø╬ZsÑsgò\x14xªÅ\x13╩À" b"\x01Ø╬Zx\x04p«ú2Ó ÓsÉè" b"\x01Ø╬ZzÌpNûÖ\x00µ\x1C\x06\x10Í" b"\x01Ø╬Z|ÝqÏÑç┘{}\v▓|" b"\x01Ø╬Z}Åsº║\x03Ë\e_ÛÒ" b"\x01Ø╬Z~Rp*úÓWìÒûFN" b"\x01Ø╬ZÇ*p»ÅÔÝ6AÌ«J" b"\x01Ø╬Zü3pÙÅõM/¼£4¼" b"\x01Ø╬Zéár!ï¯─:j\e^Ê" b"\x01Ø╬Zä½s\eè\x1C└ï>Ï@8" b"\x01Ø╬ZàMrø«┤/D\x12\x07³█" b"\x01Ø╬Zêûp\e« ¿>>\x0FR[" b"\x01Ø╬Zèoq~ج×▒9ü0\x1C" b"\x01Ø╬Zî°rÕêB\x11╦À\x0F!W" b"\x01Ø╬Zì░qçé·T\x06╝ÅÏ" b"\x01Ø╬ZÄMp°«yñ╩q\x03▄ä" b"\x01Ø╬ZÉqs÷Ø\x17ÝSXÉó┘" b"\x01Ø╬Zæ╔qß╗£±F`┘\rW" b"\x01Ø╬ZÆïq\v░9ç·\x112Ó=" b"\x01Ø╬Zò{pYìàL\x08LB\x18Ä" b"\x01Ø╬Zû pÍøþ╦R╬%\x04f" b"\x01Ø╬Zù┐rÐ¥Âõ[À\x18└┤" b""" \x01Ø╬ZÖ*s"╣\x06┘─\n I╚P """ b"\x01Ø╬ZÜÀq\x10Æ┴µ╗Ôt\x04Û" b"\x01Ø╬Zø\x7Fpv¡6¿ıYf\x10Ú" b"\x01Ø╬ZØ\x11rLÜ▓.s\e\x11F«" b"\x01Ø╬ZØÈsUÿ»õ%ø¦▄l" b"\x01Ø╬ZƒJpÄÅU\JAP¢o" b"\x01Ø╬Zá\fq\x07┤ó£-W┌ë┌" b"\x01Ø╬Zá¤r\e®ppªÂt;»" b"\x01Ø╬ZóJp®ó¤Q\x17 )\v\x13" b"\x01Ø╬Zú¿s®á\rØ¿9▓(W" b"\x01Ø╬Zº±r:╣\x15ÃÀobØ╦" b"\x01Ø╬Z®Nsî╣║´ÌPº3\x1A" b"\x01Ø╬Z½srïÆ{¦ÀQjk" b"\x01Ø╬Z¼-q▒ñ¾\x1D╬é\x7FlS" b"\x01Ø╬Z¼µrÛä‗¬3Ápxâ" b"\x01Ø╬Z«os\x13à\x0FG¾g¯;F" b"\x01Ø╬Z»\x10r┴×~QÆ,)▄a" b"\x01Ø╬Z│Ñrµæ\x14\x07´ï┐+Ñ" b"\x01Ø╬Z┤asÓíô¶HA▒\x07├" b"\x01Ø╬ZÁ\x14sö¥╗çÉ<-\┴" b"\x01Ø╬ZÁ├p&┤■ý╗ç`ðu" b"\x01Ø╬Z©îqA╗Ó³0«Ò\x1AÝ" b"\x01Ø╬Z║\x05p\x13äÅȹc\x07¬Ù" b"\x01Ø╬Z║┼q┐ó»ßC\x02╝É3" b"\x01Ø╬Z╗ôrîò┌├ý!\x18^²" b"\x01Ø╬Z╝§sÃ╣7╠Sw┼Cî" b"\x01Ø╬Z┐2q┘ÁÐá67éÊØ" b"\x01Ø╬Z┐¶r‗íÍ\x16\x13tß‗ª" b"\x01Ø╬Z┴Rs¥åw7_ôbY\x18" b"\x01Ø╬Z┬┬r\x14çé\x1DAv┬|\" b"\x01Ø╬Z─&pƒ¡}Ô½[Ük{" b"\x01Ø╬Z─╔qá░ªÉO÷╬Ò}" b"\x01Ø╬Zã%q▒¢¶Nv^×ù:" b"\x01Ø╬ZãµsQ¼\x10¸█─]L\x19" b"\x01Ø╬ZÃûr!ÿB¢ñZ '" b"\x01Ø╬Z╦\x1Ara░\x12~¡─âX\x05" b"\x01Ø╬Z═Gqö®Äk$â╬%Ë" b"\x01Ø╬Z╬ÑsVØ´n╚K╬xß" b"\x01Ø╬Zð\x11q\x17á@ËvîTÞë" b"\x01Ø╬ZÐäq¦à*ËÊ¿{╚\n" b"\x01Ø╬ZÊFsìÇr¼x9Щ╩" b"\x01Ø╬ZÈlr\x03╗\Äðe▓Dc" b"\x01Ø╬ZÍés¯▒RÖÓ¯ÔøÖ" b"\x01Ø╬Z▄\x06s¶ç&Z╠ÀC\x17£" b"\x01Ø╬Z¦as±îHM2»╗Ç┐" b"\x01Ø╬ZÌ\x13s2Ñv\x02%¸:WC" b"\x01Ø╬ZÌ│p¾ê¹ºKuXÊ\x10" b"\x01Ø╬Z▀frø¡=░uLh\x15\x7F" b"\x01Ø╬ZÓ┤r°êç[°~\x1F¤\x16" b"\x01Ø╬ZÔ¶qÀ®e┐\x07q╣yÊ" b"\x01Ø╬ZõdrOÀnË\x1E6ç╚▓" b"\x01Ø╬ZÕ\x19s+뾩├Àø┘\" b"\x01Ø╬ZÕ╦rî║\x08®╝▀\x0Eú\v" b"\x01Ø╬ZµöqÄâ\x0F▀x¢)\x00ß" b"\x01Ø╬Zþ7s>ÂZ·©\x15Ý\e$" b"\x01Ø╬ZÞ╔sé╝§j▓2®\x7FS" b"\x01Ø╬ZÙ\x11p\x1Fô6]\x7FÒçI\x1F" b"\x01Ø╬ZýÇsÄçG\x05\x16%\x1Dv\x06" b"\x01Ø╬ZÝ@sCê═\x1E¢Þ║ú£" b"\x01Ø╬Z¯¤s\x06ºýV\e¶\r¥\x02" b"\x01Ø╬Z´àq{¢ô╠,#²3:" b"\x01Ø╬Z@r=òè¹íÊ5¡¿" b"\x01Ø╬Z±ûr\vøXÐkÓ;÷F" b""" \x01Ø╬Z‗§r\x08░I\n µ\x14#û] """ b"\x01Ø╬Z¶wrxÂZÝ\x01MoôF" b"\x01Ø╬Z§Îp\x08¼\x18@╬\x1Fu│\t" b"\x01Ø╬Z÷ær\v«16ÃBv█á" b"\x01Ø╬Z¸^sP©Lëx\æ┴7" b"\x01Ø╬Z°\esB»Fúè´\rfÙ" b"\x01Ø╬Z°Îs²Æ\x01|\f│3t" b"\x01Ø╬Z¨Äs┤æÇÛ╚"k\x0Fj" b"\x01Ø╬Z¹óqÊ┐\x0EIï\x08Y\x07(" b"\x01Ø╬Z²\x1Aq&æwx\x13ÕoóY" b"\x01Ø╬Z■æqEàÜL?\eɨº" b"\x01Ø╬Z Ùq8âí\x08°e\e\x06»" b"\x01Ø╬[\x00¬pàùeFOlêp┘" b"\x01Ø╬[\x02█r\x12ï°oFE\x05²Õ" b"\x01Ø╬[\x03órìçñÏaeSY$" b"\x01Ø╬[\x06eqKº\x0F6█\Pr>" b"\x01Ø╬[\x07\x1FsÐÅðG~¢Î\x0Fı" b"\x01Ø╬[\x07¦røò\x08\fÕÍÑTH" b"\x01Ø╬[\v×r»╣4"=Bæ +" b"\x01Ø╬[\rÈqøä¼z#ÊçW." b"\x01Ø╬[\x0EÉp»üf\x08\x19╬á#░" b"\x01Ø╬[\x0FNrå¿i.î£={Ï" b"\x01Ø╬[\x10ìq╗£■\x03°ıãüÝ" b"\x01Ø╬[\x11:r¡å}Ѿ▒¹k/" b"\x01Ø╬[\x12çrÕê┌úƒÊ`\x15¼" b"\x01Ø╬[\x13Cs\x00É╠~9ıY$╚" b"\x01Ø╬[\x14×r╗â¯×Á¼ÝND" b"\x01Ø╬[\x18^p║Ä^\x01Kï<\x08\v" b"\x01Ø╬[\x1C~q╦åx· \e\x13Ë\x11" b"\x01Ø╬[\x1D<q┬áÚ @àÁLt" b"\x01Ø╬[ Àq\x03½\x11l¶M\x10═i" b"\x01Ø╬[!oq?░╚╚Gììu├" b"\x01Ø╬[",rJ£*«´ÔMÖl" b"\x01Ø╬[#»p\x1Aç▒©KöW┼" b"\x01Ø╬[%*s┬æCé┼Þv]i" b"\x01Ø╬[%Õp3░ı8ì'MOÇ" b"\x01Ø╬[&ép╦Á«g\x16ðz\x04ý" b"\x01Ø╬[+äp²ø¢r\x01╝╠ú*" b"\x01Ø╬[,:qò¬ÀÕ*4¬Ñ" b"\x01Ø╬[,ÛqYªÊ´\x1CôÇ\x0E┴" b"\x01Ø╬[1\x1Esp£åçÞßf-\x1D" b"\x01Ø╬[9╬q\x06½oéÈØÂ2Ç" b"\x01Ø╬[=yq\x13áö*▄■J\rÖ" b"\x01Ø╬[@Xs╔âé█■Å*1=" b"\x01Ø╬[CJrÿÁeÎ2╦ÿ\x0F[" b"\x01Ø╬[D\x04sòæ\x02hn\x16\x1F/£" b"\x01Ø╬[F▒qwû¹X¿╠Ϲ\x0E" b"\x01Ø╬[GRqKò8UäÀa0L" b"\x01Ø╬[Ivrbò─\\x1C-\x18 ¾" b"\x01Ø╬[J1s═Á;Z\x084Ô:°" b"\x01Ø╬[JÓq¥ƒ"\x04{2:┤_" b"\x01Ø╬[KÜsíä«e\x03øë¬È" b"\x01Ø╬[M╔qW¡Y@g&F\x02ç" b"\x01Ø╬[N\x7Fsgº\x0E\x08¦ Q\x06¿" b"\x01Ø╬[O´q\x0E┤╬╬┌\x18Fû¶" b"\x01Ø╬[Pºp_ÿ╔O\x18`╚R┘" b"\x01Ø╬[R\x0Erùÿ³╬┴c:ó`" b"\x01Ø╬[S|sAÜı*JZík_" b"\x01Ø╬[TAsżÃ4└l³‗\x13" b"\x01Ø╬[V=p┼ª╔Î╗8=Ô\x18" b"\x01Ø╬[V¯r-äÇ+\x1EÀ$æ\x01" b"\x01Ø╬[W░p▀Ñ\x03¬h»─Ü»" b"\x01Ø╬[Y$s¨©rd├$ªB\x15" b"\x01Ø╬[['smÜ£0─"Óõn" b"\x01Ø╬[\äs¦ª╬Tê⥹å" b"\x01Ø╬[]Msl⺶·█ÇÙ▓" b"\x01Ø╬[_bq:©b┼├d8â\x15" b"\x01Ø╬[`\x1CstÄÂÁ§Ã«\x1C±" b"\x01Ø╬[aârÚƒ8dú×"""" b"\x01Ø╬[b4q╠¼U¹░®\x0Ee¿" b"\x01Ø╬[bþqóÇ&ýâ■\v│1" b"\x01Ø╬[d`s▓ª\x10▓+ñÄ+Á" b""" \x01Ø╬[fss╠èÝ░9\n Q\x1D """ b"\x01Ø╬[g\x16s¤│`.└ë\x05ç\x00" b"\x01Ø╬[g¹rwíûAàË\x1Eß" b"\x01Ø╬[ngqfç▒╗¥╩+ı¾" b""" \x01Ø╬[oªsGà³µm^\n ╠ø """ b"\x01Ø╬[qµpEôN\tÓ╣\rÈâ" b"\x01Ø╬[sÇp¢░aJWûdu┤" b"\x01Ø╬[unrÝì¼û▒ó;|ì" b"\x01Ø╬[w§qßÜþÒÿ\x04│╩H" b"\x01Ø╬[y\tpqØ░Ñ8_£\x04S" b"\x01Ø╬[{Np\x1C×┴ûL[╠îÿ" b"\x01Ø╬[~áp▒ñ<▄ã>cª¾" b"\x01Ø╬[é.s\x1CÀòä╠\x0FEÚ%" b"\x01Ø╬[â^pTöÖ®ªsÝ\x06╩" b"\x01Ø╬[äqqQØ\x00│Êêp`" b"\x01Ø╬[ë\x13s"é{êbȱ=╦" b"\x01Ø╬[ì©qxØ>i©Ép┴p" b"\x01Ø╬[Å■síøJ\ro1µ\x1Aì" b"\x01Ø╬[Æ.r\x1FëqÍãv╗╬\x02" b"\x01Ø╬[ôòpt©\x02ÂÃl?(\x17" b"\x01Ø╬[ö\rWü▒3Ö'\tÕö" b"\x01Ø╬[ò\rq┤Ç│;\║?\x1FÞ" b"\x01Ø╬[ÿUpb×╔▒¤\x1C1ï┌" b"\x01Ø╬[Ö¿r/â¶ìZ┼æýû" b"\x01Ø╬[ø\x1Armƒı\x1EìñNê▀" b"\x01Ø╬[ó║s\x13ô╝Ùom?%," b"\x01Ø╬[ú«q-ÄàUQ±╚QÔ" b"\x01Ø╬[ñØqñøÂ┬!ç=¤#" b""" \x01Ø╬[ºrsÌ¡=&NÊ┌\n ë """ b"\x01Ø╬[¡$rA»╔\eôá{b]" b"\x01Ø╬[«\x1AsÊ¡Ãø└«\x0EØx" b""" \x01Ø╬[»\n r■Åa¥WJ┐¬@ """ b"\x01Ø╬[░\x02ql©Ð?ÙL╠Ú`" b"\x01Ø╬[░±s┌£®U.}Ù¼▒" b"\x01Ø╬[▒▄rX¡╬S»ú¼\x1C║" b"\x01Ø╬[│ãsƒ¢┐\þY■n^" b"\x01Ø╬[Â╣pFª\b1IÃ│\r" b"\x01Ø╬[À╣s¾è«█(▄\r\x06Ê" b"\x01Ø╬[╣ÑrP¢µÅÙ¾ß\x11U" b"\x01Ø╬[║ÑpƒÂËã▓Á`%\e" b"\x01Ø╬[╗Rq}ú·\x1Aã"\x13│=" b"\x01Ø╬[╝&p¹ÂB1┐¿üf\x05" b"\x01Ø╬[╝Ês\x14¢¥ÜqMH┤\n" b"\x01Ø╬[¢oqÈáPN§x#jµ" b"\x01Ø╬[¥'qu¿Åh█d■╬+" b"\x01Ø╬[┐│s╗ÉÀHå┤_Yb" b"\x01Ø╬[┴©r\f×®\vz<l\x06M" b"\x01Ø╬[┬ÂpZ¿╣\x13.Ã_\x19s" b""" \x01Ø╬[╩6sèíõps\n \x02p~ """ b"\x01Ø╬[╦2q´£ å 8~Ây" b"\x01Ø╬[╠\x1Dp\x08¼\x1En|ÌX¦\x18" b"\x01Ø╬[╬\x05r¶ƒ?²{²\x1Eºé" b"\x01Ø╬[╬¸p═ÂÜõ¦|ÉñÜ" b"\x01Ø╬[˼qS╗fHº§\x1E-B" b"\x01Ø╬[Ï~p*Ñ‗³NØ¿º¼" b"\x01Ø╬[┘drîòÈ \x1E┐Ñ\x11ü" b"\x01Ø╬[┌¹p:£lâE}×┘O" b"\x01Ø╬[█▄q\vØ$§ß4Ñî¸" b"\x01Ø╬[▄╬rîç\x18Á\x15░║Âñ" b"\x01Ø╬[▀╩s└Å\tg\x04fÿZ{" b"\x01Ø╬[Ó╣p\x02░Ì│º╠├ª±" b"\x01Ø╬[߃q/éW\x08I<nÉÉ" b"\x01Ø╬[Õ╚s│ædÌâ¼YØò" b"\x01Ø╬[µés¼│«B!È╬&L" b"\x01Ø╬[Þ-sæôUIr jþ╣" b"\x01Ø╬[Ú\eq╚¡6)ıÃ×░|" b"\x01Ø╬[Û q\x02úFÓüi\x1C\x1Fý" b"\x01Ø╬[¯îsI¥T\fÍ P45" b"\x01Ø╬[‗ìrãäTä",%\x13k" b"\x01Ø╬[¾pqÒªª¥Á\x0E▒7'" b"\x01Ø╬[¶wrM▒5`\x02ó╝»┘" b"\x01Ø╬[§`q\x08║Hì²v╣g¦" b"\x01Ø╬[§ s½ò©n!û³\x1E¥" b"\x01Ø╬[÷©s9ü¼╚~\x7Få=\x1E" b"\x01Ø╬[¸oqãî║Sj eÎ+" b"\x01Ø╬[°2pP¬ì{\x01)\x00]Ý" b"\x01Ø╬[¨║r|ü└Â┬#t╬E" b"\x01Ø╬[¹▄rêí!║eT¬âv" b"\x01Ø╬[³òp‗ú3ñ░æn\x0E└" b"\x01Ø╬[²Us\x14â│¦@\x10ý═Ý" b"\x01Ø╬[■\x08pU½íE\r~\x02·æ" b"\x01Ø╬[ èq\x0Fù'╬Ù´┘/c" b"\x01Ø╬\\x004sÃÆç@.\r\x0Føù" b"\x01Ø╬\\x00ýqª╗■\x00v│ßy\x12" b"\x01Ø╬\\x02¯rK╝\x18/ò╩³\x1F┤" b"\x01Ø╬\\x03▒s┘Ü¿═\x16\x13ÜZ\x02" b"\x01Ø╬\\x05!pLûmY÷Gë;┘" b"\x01Ø╬\\x05Ìq<│\x14QÒ┬\x03¶╬" b""" \x01Ø╬\\x06Ür6èp\x0F\v─¥\n ) """ b"\x01Ø╬\\x08\x03sbÿêH]└¡â<" b"\x01Ø╬\\tQpaæÂ¶õÖ<I\x05" b""" \x01Ø╬\\n ãs_öo═\x08÷íPü """ b"\x01Ø╬\\f\x1Drö▓┤=\e,²Ë¨" b"\x01Ø╬\\f¢p±©¼&Y½sÿ║" b"\x01Ø╬\\rsr}©╠\x11N¿╚\eÂ" b"\x01Ø╬\\x0E!p´╗l²¯S¡!¸" b"\x01Ø╬\\x0EÌqÊ¢<\x11J\x1F4Gø" b"\x01Ø╬\\x0FÄq{Ç}─È×\x14Äx" b"\x01Ø╬\\x10Isð╝\x11e!\x02¶F«" b"\x01Ø╬\\x11\x02pÈ»Ò\x1C<\x15P/\x03" b"\x01Ø╬\\x11┬rʼ\x06«\x1An8X`" b"\x01Ø╬\\x12]rúîb▓ËÆÞ=\x01" b"\x01Ø╬\\x13\tp;û%▄¼©N─\x02" b"\x01Ø╬\\x15+p´Ü@\x06VÇ|å¡" b"\x01Ø╬\\x16îs:ØõÚ:uÅÁ×" b"\x01Ø╬\\x17GpP┐£t«ÿ\x18\x04\x10" b"\x01Ø╬\\x18╣qÖò8Ò┬e¤àJ" b"\x01Ø╬\\x1C(s\x0Fùú-‗79µò" b"\x01Ø╬\\x1E>p©Æ╩gÆÑÔòÞ" b"\x01Ø╬\\x1E´ruÁ@ıûR" b"\x01Ø╬\ ir¸òEÈ}▀îÝ" b"\x01Ø╬\!\x1Fq\x1AÆ╝5ÔS╠╠Ò" b"\x01Ø╬\#q\x10ï┐@8┌6\x07┘" b"\x01Ø╬\%MqÿÂøÿ\r┤c·╩" b"\x01Ø╬\%²q®┐\t·!âoû\x1D" b"\x01Ø╬\&¼pâå▓¢"êHSX" b"\x01Ø╬\*Ms¸øl*³Sƒé╚" b"\x01Ø╬\*ÝrRÀ■\x13┴+_ÀZ" b"\x01Ø╬\,_rî×\r\tø(Ç\x01{" b"\x01Ø╬\-¼q×ë\x1A&9ÊZ 6" b""" \x01Ø╬\/0pçæÀFJ\r\n <╝ """ b"\x01Ø╬\0ûp:ó¡'ÄÈyèÜ" b"\x01Ø╬\2║sÖ░uÕ§³Ø%\t" b"\x01Ø╬\3kp_à\x02P\x06@\x00Ö¾" b"\x01Ø╬\4,s▄¿ò»ó\x06 µ~" b"\x01Ø╬\4█q┘í4J▒ <\x1Dv" b"\x01Ø╬\6Fq'É÷é²°K÷/" b"\x01Ø╬\7òpúô╬·\x1AÛãÕ1" b"\x01Ø╬\8SqÁ×ë┼\f\x01gà¸" b"\x01Ø╬\9\x15sV┐=JI║!Q┘" b"\x01Ø╬\9┼rüî'à~░g)U" b"\x01Ø╬\:{r}É╔¼¬\ÿã»" b"\x01Ø╬\;*q¤║¹.7û\vÚ█" b"\x01Ø╬\>\x10püø-Áµ╗║\x15o" b"\x01Ø╬\?aq\x1EÇ[«È▒caG" b"\x01Ø╬\@\x1Fqè═[zF2¢à" b"\x01Ø╬\×Gsî®Êø╩├¦'f" b"\x01Ø╬\áoqJà0ÁrÇ:9±" b"\x01Ø╬\À(r▒èïFÎâ╝$°" b"\x01Ø╬\Àßs\x03¥t`ó├\x14░]" b"\x01Ø╬\║Öq·░└.nJﯵ" b"\x01Ø╬\┼sqe┐├┌VVá\x10Ä" b"\x01Ø╬\╬KqF┤\x05h-Iö=^" b"\x01Ø╬\µ\ts üc`Øäi╗Ú" b"\x01Ø╬\´╩s\x7F░¸øh"2®\x18" b"\x01Ø╬\±(q│ø6╠+á│\f┤" b"\x01Ø╬\°┐q\Ü 2▄Å├ýQ" b"\x01Ø╬])©p]£jyC¥±Y¡" b"\x01Ø╬]8èp▀╣\x026NÅ\x13\x12y" b"\x01Ø╬];xqÌ¡F^ÕIT\x10Ú" b"\x01Ø╬]RÏq\r¼··_Ë\x1C¼\x7F" b"\x01Ø╬][9qlØZ×~¿V¿\x1C" b"\x01Ø╬]åtp7¿Ê-/ê}«Î" b"\x01Ø╬]êæqE░‗×▀cUé@" b"\x01Ø╬]ù;se®╩ÔAå\v{F" b"\x01Ø╬]ÿøq\x02ÇÅÚapÄ╠B" b""" \x01Ø╬]í\fpèÆ┌\n G}Ê}k """ b"\x01Ø╬]ª┐rD╗\fܨ¯\x7F¯%" b"\x01Ø╬]½zp÷ò\x03Ò\x10ÁjM\t" b"\x01Ø╬]╗═q\x0Få'X╣¨µ\x05Ú" b"\x01Ø╬]¢5rÀ×ÞóOµå\x18&" b"\x01Ø╬]╚>s\x12íÿkÌÉQL\x1E" b"\x01Ø╬]ËûrøØ%C¨ç&\x7Fw" b"\x01Ø╬]┘¶saí_ÞNïâ¡║" b"\x01Ø╬]Ô®s:┐qE1é\vºã" b"\x01Ø╬]þ¼s\x03áêZ¿Ï.X²" b"\x01Ø╬]±OsèØ├ª\x08h®.\e" b"\x01Ø╬]÷VpÜú±}¶ùñî└" b"\x01Ø╬^\x07╔r░ç|§*.!æÔ" b"\x01Ø╬^\x16╬q=ìÉ\x17┴÷§×(" b"\x01Ø╬^\x19ôp\x07À╚¾▀.\x14å~" b"\x01Ø╬^\x1CIq█ákZª╠ÙX└" b"\x01Ø╬^&\x11q\x19©Í■ð┴,f{" b"\x01Ø╬^@{q³Ø┌╣Xg`@×" b""" \x01Ø╬^K\x04rá¬hS\n Ì\x0Eº\x1C """ b"\x01Ø╬^R\x10sÙÿ\x03½ÖîCjÀ" b"\x01Ø╬^T▓r°£\x1EVlg╗═\x08" b"\x01Ø╬^[åpOú▄Tõ\x03\x0F÷\x00" b"\x01Ø╬^a¥s;Ö╬\eø┌µa" b"\x01Ø╬^b}p¼Ç╠ä5$`Y┼" b"\x01Ø╬^uþs-ò¼╦h^;n░" b"\x01Ø╬^w▀r\úb▀4|æá¨" b"\x01Ø╬^Ç-r¯¢┐f═\x064kU" b"\x01Ø╬^ÅYsîç\x12laB╠Ë\x11" b"\x01Ø╬^ºAqü▒¡ö\x10\x11»═i" b"\x01Ø╬^»\x00s╦ö"┴SØÈ└þ" b"\x01Ø╬^╗▓søñ▒vo└£ç " b"\x01Ø╬^└×q¢ö"┬[░\x17ªØ" b"\x01Ø╬^─╔rp┐î┌å\x0F▒ÓK" b"\x01Ø╬^═Yp7öàý°\x19c\x01ý" b""" \x01Ø╬^Í*r▒Áú\n Óu·\x02¹ """ b"\x01Ø╬^Õ[qÙäªÂ\x19ª9▓E" b"\x01Ø╬^■Ts%ÉKUû¶Ë{g" b""" \x01Ø╬^■¹q®Á\x13ÞM\n ôø█ """ b"\x01Ø╬_\x07ïqóø\x10\x05▄\x19|<s" b"\x01Ø╬_\x10ZpÖ¡,╬U6×ë-" b"\x01Ø╬_!┤pä£UDe2\x05\»" b"\x01Ø╬_0ösuúZ3\x1E_\x15Hv" b"\x01Ø╬_1¶pz½ä8üʰ×^" b"\x01Ø╬_@SsN│~£\x01©ÿ¥1" b"\x01Ø╬_C\x18s9æAFÒè╠ÎÌ" b"\x01Ø╬_C╗s}¬Ì@îDı'b" b"\x01Ø╬_VêsÙìºYÎe│\x1A3" b"\x01Ø╬_Wµr\x03¥\x13█Þ£ñGõ" b"\x01Ø╬_Z╬s■ÁÌÀé7\t\x7F\v" b"\x01Ø╬_c├rcæP?ø\x0E$¦¥" b"\x01Ø╬_h pôèe═┐uÚôÕ" b"\x01Ø╬_kÖr¤â¨Ý\f½&ÈF" b"\x01Ø╬_l:r·║ͧ/Æ\x1Dñ¥" b"\x01Ø╬_m»rF┐\x17´:\Å\t\x07" b"\x01Ø╬_o╔qåì¡´]Ó-Z½" b"\x01Ø╬_wésªâ╦¡é¬³ ┐" b"\x01Ø╬_|ör+ê¯═8\x15[u£" b"\x01Ø╬_îcr>ç\x11Æ▀┤Å\x07Ô" b"\x01Ø╬_æ[pã╝îS\x12\x19@2µ" b"\x01Ø╬_ôëq╝üѱ\r╚VÊa" b"\x01Ø╬_á¸sqçÂÔ\x0Fc█ÑÍ" b"\x01Ø╬_½Aqı£V)E\x08ƒ\x00\x11" b"\x01Ø╬_ÀÎq\t▒ö.\x1DÙÿ2²" b"\x01Ø╬_└\q\x01Öĺ¯\x01ÜM(" b"\x01Ø╬_Ó³r|öû\x1Dê;Ù!k" b"\x01Ø╬_´js▄ñ\f)ìñîª\x13" b"\x01Ø╬_³ºq\x03úË-┘Bç|¯" b"\x01Ø╬_²Xq┐£\x01y¬¸\x00ù\x15" b"\x01Ø╬_²■p4¿Aîvr[§ä" b"\x01Ø╬_■─p╩ùÇAM¥ù\x01 " b"\x01Ø╬`\x00─s¤á-80ïó}¡" b"\x01Ø╬`\x1A┌s½┤u(a-cH{" b"\x01Ø╬`%rqÒ╗¿6O¤pa1" b"\x01Ø╬`5Äp\x04ó\\x1Féo\x7FfÍ" b"\x01Ø╬`8Ès>║\x072;=¶Kç" b"\x01Ø╬`@©r╝Ö╬\x19³iù7╝" b"\x01Ø╬`H\x1DsYï┼彯G\e\f" b"\x01Ø╬`JPpÝØN\t¼[Àl┌" b"\x01Ø╬`U‗slæ┬·+"\x15╠(" b"\x01Ø╬`XÐr6ë\x0Eñ▀¶D¤ã" b"\x01Ø╬`bus<âwtQ«\x1D^-" b"\x01Ø╬`vzq-¿èv·└±╠9" b"\x01Ø╬`~ÝqË®╝Bv\x1CîÙ\x11" b"\x01Ø╬`\x7FÍr▒ÉÿXIb8pâ" b"\x01Ø╬`Æ\x18rü▒ÿ\v\v·╬+\x11" b"\x01Ø╬`ô\x05p5áÒ╗\x0E'&#·" b"\x01Ø╬`ù&r%Ån\x0E>36╝¬" b"\x01Ø╬`ùõr╬½ç▓#¬qAn" b"\x01Ø╬`│wsLôóåË[├╔?" b"\x01Ø╬`ÂÍsg×Á³Iq=TG" b"\x01Ø╬`┼\x13q+Àõøò\r¢4ü" b"\x01Ø╬`╬┼s¢áð¶àRéÅx" b"\x01Ø╬`¤krpñQ═R¦÷qL" b"\x01Ø╬`Î\x11qâ¼ÃÊ╬\x13°╠W" b"\x01Ø╬`┘"sO¥DXb├ýy." b"\x01Ø╬`Û»rZ┤Ðö\x1E·CQ┐" b"\x01Ø╬`¾█sYç\x10' ýià+" b"\x01Ø╬`¶èrØúÌ\x1Aþ\x16\vÄÚ" b"\x01Ø╬a\x01\x12p:▒£ô>>c└ý" b"\x01Ø╬a\x03Ûqp▒<└╗\x11$C~" b"\x01Ø╬a\x04ûr│Á=|N´9®J" b""" \x01Ø╬a\x10┬p¹Á[`þ\x13\n ]ð """ b"\x01Ø╬a\x17Xr┼ë,ñSº96x" b"\x01Ø╬a\x1A!qÀƒX1╦■\fSa" b"\x01Ø╬a$mrRéÊ¥_w»]_" b"\x01Ø╬a'IqwÆ\x1Aí®³┘¤¢" b"\x01Ø╬a<\x1Er7ë¶!ÙN┤a¸" b"\x01Ø╬a<¥r┴ƒè4▒╩Op>" b"\x01Ø╬aF5paÅ\x03ÁÇd╦ò\x12" b"\x01Ø╬aLës±╝X├Êeªv2" b"\x01Ø╬aSÿrSèd&Oú‗©a" b"\x01Ø╬a\ßpéèK\t\Ö║[u" b"\x01Ø╬a]£r┴Åbrù\x05µn╗" b"\x01Ø╬a^SsJÇuíöþ e]" b"\x01Ø╬af\x12rù©‗¯╩A<Ux" b"\x01Ø╬as,s¤ü\x11í■(âì®" b"\x01Ø╬atôr\x12öà46^}ï1" b"\x01Ø╬auBq╠╝²R.ªÐ,\x01" b"\x01Ø╬au¯pı║rþ³=╚\x13!" b"\x01Ø╬avñqjäÊ\x03<l─<Ý" b"\x01Ø╬a~cs\x10üÅí\x06yÒyÁ" b""" \x01Ø╬aå\n rMéMR;║ûı¼ """ b"\x01Ø╬aÉ)rwÁI┴┘Úx¥N" b"\x01Ø╬aô┤rBô¤b■ŧ£\x19" b"\x01Ø╬aÿbsJ½┼øbõv\x1A" b"\x01Ø╬aÜÅsbâ9éά┴(Ë" b"\x01Ø╬aáÞq6ä\x184×B\vßã" b"\x01Ø╬aº¶q^ùXÝòå\x0FWk" b"\x01Ø╬a»┤qo¢{§¥q\x0F_b" b"\x01Ø╬a╣\x1Arý┤Íå\e▀█&\x0F" b"\x01Ø╬a├îp¬▒Xù│ÉÝC." b"\x01Ø╬aÐ┐q!║N¿\g\eJì" b"\x01Ø╬aÈsqIÁf\x08"®ªqÛ" b"\x01Ø╬aαr¦¢Ê(`█®¬a" b"\x01Ø╬aµ=r"»\x1AÄ'ÚIrª" b"\x01Ø╬aÛKs>Å%\x0E##g\x062" b"\x01Ø╬aýñp¾ø'3\x03XÕQ#" b"\x01Ø╬aÝFs┐É7╣█TòÖÆ" b"\x01Ø╬a¸┤q║Ø\x1F÷ì(\x1A▒R" b"\x01Ø╬a¨Õp\eê~-ä¿÷:├" b"\x01Ø╬b\x00▀rQç£\x1F°µL<\x04" b"\x01Ø╬b\v░sH¼\e`\x0Eºïð┬" b"\x01Ø╬b\x0FEq@ø\x11#CH~éJ" b"\x01Ø╬b\x11jssûéõug\x05û\x03" b"\x01Ø╬b\x16Õq┘ò?:´Qûj│" b""" \x01Ø╬b\x19\n sc¬?vÑ─ÖO\x17 """ b"\x01Ø╬b ÞrÛ│þà¾ÐÅÿR" b""" \x01Ø╬b#¥qêáÄ\x15¡\n Ã\vÉ """ b"\x01Ø╬b$orFª<░rªÚ ì" b"\x01Ø╬b%█pðÀ\x17½lÌ▀ǹ" b""" \x01Ø╬b/\n p┬ÜÜéôMU´0 """ b"\x01Ø╬b1Þpv╗4▒7æ┬■ø" b"\x01Ø╬b:½s▓Ø«\x1E2╔T»N" b"\x01Ø╬bKèqu»Ð\x0E¸þDBÇ" b"\x01Ø╬bM░só║¥Bô¹õ\~" b"\x01Ø╬bNsqÿÿ\eDª■c4╣" b"\x01Ø╬bOÎsÝØî÷ÉÛ+¤▓" b"\x01Ø╬bR«q]ÇZ\x08Üá\x18Ø\x0E" b"\x01Ø╬bT9qhàõʾfc¿î" b"\x01Ø╬bdQqâ║UIƒS\x7Fug" b"\x01Ø╬biÈs àå£┴\x13J§w" b"\x01Ø╬br\x16pæù¯█ƒR´_│" b"\x01Ø╬b|7q"ñ\x074<µÉ¢K" b"\x01Ø╬b|¶s'ƒ┤]1Ñ2└Ï" b"\x01Ø╬bèþs#é¬÷ Ëm╚J" b"\x01Ø╬bÅDr\x08êH\x19ûƒì▀U" b"\x01Ø╬bøóqDí9.k\rPS\x1F" b"\x01Ø╬báártÿ×ê±Õ╩÷\x08" b"\x01Ø╬b©\x1Cr2┤òÍ╣╠§Ç└" b"\x01Ø╬b║/q½Çü\x15`á\fv\x00" b"\x01Ø╬b╦\x07r╦óû░û\x0E´c(" b"\x01Ø╬bÈ\x1CsÄÇç$ı4é‗S" b"\x01Ø╬bÈÏs÷ÿWößE-L\x06" b"\x01Ø╬b┘\x18p5¡V9ØÐoÆ\x04" b"\x01Ø╬b█qP╝┬ª$â£ãì" b"\x01Ø╬bµ}q\x04æ\x03EÑ5:±." b"\x01Ø╬bÛ\x14sZ»j█£"└¦W" b"\x01Ø╬b¹ysHè\v\x12#ó0®Ë" b"\x01Ø╬b³õs/¬\x1E╝È?åc*" b"\x01Ø╬c\x01\x14ph¼"øèJÌOê" b""" \x01Ø╬c\n \x11s}ƒÌd╔UÖ#█ """ b"\x01Ø╬oã*s\x0F░æuà╚c\x07\x14" b"\x01Ø╬ub}r╝×ÕZ─ßÀÚÒ" b"\x01Ø╬uc6s]╗tkþE»þ¦" b"\x02<ߙڷI\x16Ž‘ÙF\x7Fßg¯" b"\x03B`òù¦JZ¡sÅüàFp«" b"\x03¹ro‹uFR…¼ÈÊXnÿ" b"\x03ÛÑ\x14^µKP²l+Îñnç€" b"\x03î\frS!N¬“cLa103¡" b"\x04©sÂÈmB¤¨?\x15“\x08|^" b"\x04òEÂ\x02TANÑ¥Ï\rø\x11\f" b"\x05╬ü·µ¸N\x1F░-¿ë\x04`ü\x1C" b"\x06'˜ÜÁ\OÖ¢(j“\x1AöÔx" b"\x06Y&\x06<µG%‘l\x11ÚZ\x16±6" b"\x06ä\x0F\x7F▄Ø@oè×h'ÆXÖQ" b"\x08\x0FÌ¥ž¢Aë\x14çåùB " b"\x08z\x17·VîCYˆcNÁ\x1CRÅ" b""" \n 9}‚‚\x19Kç±µ¥Ý™Á\x08Ï """ b""" \n ²Œ\x1FkûCÎ’y\tñè=;ÿ """ b""" \n ╩\x13ß║ãL\x0Fê[ÉM|mgÜ """ b"\vû\x15`¾ÄGÀø¾v'üÎ\x08■" b"\v┌XØ\x15\x03Fy░û \x18ñ<³½" b"\fr\x16Yœ%L`°ŠÀ\x00¨Pvô" b"\r¹wˆ@SG‘¼û“\x08ét0Ñ" b"\x0EYãåHId±$ÈP\x051±¡" b"\x0E••<X_E/Œ‡ëôc/iý" b""" \x0Eš¦(QoN‹£í\n \tĤa( """ b"\x0F.`öÿzEñœîÚÞ{bTx" b"\x0FØ■D xM\x16ò \x1C\x04_¶ór" b"\x0FÝEæ¾2AP¼Ö\x0F\x13ÛºÒ@" b"\x10iÑxÉ\x06JËÇ,ûo,┼┌r" b"\x10Ì┐x\x15ÅBèÇøýç▄Á░\x14" b"\x11\x1E7¸šu@ú”%ŠÒ–˜õÙ" b"\x11%gVŠœGÒ³\x01ÕåR¡\x1E\x16" b"\x11ZÞ-ª©L2ƒ¤z”ÅŸ7\x01" b"\x12H‚”V0J#Ÿ&e:ì8ô\v" b"\x12õãb\x011CËŸ%\x17>nhg¤" b"\x13l}Ç\x7F\x7FI¸¶A×ÀøüD±" b"\x14U§ÓÆôF¾˜ÆÌ\x1F?ðq" b"\x15NÕK÷!D—®$ÕNù\x7F¸‹" b"\x15»┴÷╬ìL*à\x04aM(ëFr" b"\x15Äïc/2B'£ß0œÕ–%\x19" b"\x17\x14ó4\x1F\x12L݇+¶Äj\Sµ" b"\x17Þ?\x05yFC³–S0\x1COß\vn" b"\x18Øœ-pÙK„«H°îFwgz" b"\x1A½äìý┼F³¢Û\x048Mª½b" b"\e\x19\x00╩GÅIõå╠-»Êåð" b"\e:°8€ÜGî†Ë\x07•lW\x05À" b"\eâÉÒHµA╩àÉßí4B\tC" b"\x1C\x01Ö1ÆSE\x0E ©ø%Ÿ\x17³Ã" b""" \x1C\x17\n \x1F£ìCX▒Jtr+0Yî """ b"\x1C\x19°ª“äHM¤‡;\e®·‹$" b"\x1C7µÙ\x7F"@DŒ½¾â¥¼Ê|" b"\x1D\x1A\x1C~'&G‹¼(áq˜³±ù" b"\x1D\x1A·”¥tG„¯Ï†ôúƒ\x19ˆ" b"\x1DÇb»±(Ew’£Y$ üÍi" b"\x1E¡\x06Œã™Kæ¡/\x11mË- £" b"\x1EÚ/ÈÎ\x11M…†{7^ððöÎ" b"\x1FyÏSaÍO.†ÙL,\tÉ\x1D[" b" ÿä\x01\x0EsJU©ÔÒn&c¾I" b"!\x1E╠êÕÏL]¼uÏõÉ┘Â\x1D" b"!N6² {L‘…>‹x»rnÌ" b"!c\{à{M6€¥à;'½€Å" b"#¨ !ÖçI'ˆ\x08’ð~E\x11«" b"%Žp‰ú^@+¦Þ‘SØtµƒ" b"&\ãa,FÄú¨:É─╝¹▀" b"&¼tü~ C\e°¸Ð\x14\x12K\x06S" b"&╦gg█ïM▒®ðàü§#░\x08" b"'J,\x03ß┌A■Ø\x10eõ0\e\x10ë" b"(‘\x19•\x06ºHÁŒê\x00ø‹-ðê" b"(—œ\x11\x0EnL‘¹|Î.X5\x7F¹" b"*˜[Ç«5G“·Zµ^ú\x10\x12•" b"+U²×\x04¹D¥ˆC¨hý¾šJ" b"+§ép¥ B˜×\x06‘Ÿ'Ô7" b",4ÌcŒdL©½XÇ9\x02É\x05<" b",¿É`Ñ®@¦C¹¸Eïmù" b",┴Å9ëkGÎæ \x07¯çÀ>þ" b",Ô¼æÅ\x01Ež¸6ª\x19_ì°~" b"-!¹Ý╔ãE║ïÄ@è\x17¥üI" b""" .┼Ëìe]L\n î╣Ë:4Tû* """ b"/\fü\v+\eJLžKØxRskv" b"/\x16ãäe\x16K\x00 ¾JwÿíÇ`" b"/p{w=jH‡¶Äß!\x13cjª" b"0M£\x06èÚBw·ud[-SO9" b"0óSp4"DÒüktñ}}-Z" b"1ø■├NÈLöÿy)ÄÔ┴LÅ" b"1 \x19ñppF©–mkÄ\x04)¤Ú" b"1¸¹!<yBZƒ\x08êÑ„Þq¼" b"2\x07 a¿šCb«÷@¬#\x01‘$" b"29C`¯^C’†\fpe/B[¡" b"2¬›?h\tB\x1E´9h{S¶œ\x0F" b"3(óBrµDB£B¨Ò’\x00àë" b"5!ø─\e┐A\x15¡à;üý─.└" b"7\x03Y´!┼B©¡ü;S╦Vqw" b"7»Ê\x7Fý\vIB‘\röv=‡{Í" b"8v÷(ôéCت╔\vüê©,ú" b"8£Â:~ZMP¦cÁsççÞ\x17" b"9\e\x14RußNë€\x00ZnÑYö—" b"9Dÿyk)Aëû\fÎÉ\t■~\f" b"9í¥{É6DO \x06vÁiÍùp" b""" :)Î1(uM7¦g‚ûÓ¨\n 2 """ b":>³§¤¿I/§m\f&î¾qõ" b"<¯Ès3hFu‡\x0FZ‹êØ9\x1F" b"=PÍ\x16ŠRK\x08¦WU\x16-+$x" b">A─╗‗\tK╔Å!6ıù%£╦" b">\x7Fî+lÞI┬ÆD\x08V\x1CÅÅ©" b"?1┌Ð__E±Égkp\rá¶¡" b"@\v”\x1CQ9C@„R}ׇ¼·î" b"@‗;û\eåBðüÉW\x7F█╦Úö" b"A\x00†\e^ý@9»(’\x1E\t̓" b"A<{Ň¿M(§*â›5ICð" b"B\x13®\x17˜¬EY¿†‹'\x1Câ&\x0F" b"BU\x19€LçDn€i~¼ŽLx\r" b"BÅï±ÕßO«º\x02Ýn\x11ÙÀY" b"CL"ÂiàA\x1CŠ·‚Ê\x04¼€U" b"Cìï‘©ÀM,º\çvX±M\x1D" b"D\x08ý‹‚\x01@œ„Õã?ìb]í" b"EŠ«cëwI\x13‰9aØr,!±" b"EËF|•-Gv¹ö—Ù7“å\x15" b"Gp┌´\x05ÀC<¡\x06jgÉñN«" b"GÂeIAiIø¥¯©$`\x03i×" b"GÖ,’'³@ ¾#óÉÞÀ\x1D—" b"H\x03>N£ C;®\x1A“üWÕÖˆ" b"HÌG†X:Eá‰õŸòzˆ¢™" b"IɦâÒõKn¼¦µzV\x10$" b"J\x19mNú-Nì│\x06à\~%Ù." b"Jãëˆ\x1FN-Š÷.†¸C\f@" b"N+?klvCQˆO_æÙ%ã3" b""" OLÿ(!dN&¡\x16Çc\n VAô """ b"P'\x12TxëN4ŽPe]xòÊh" b"P¢$K\x1EæMV”]v\r_Pˆ$" b"Q\x03\x1ATËG3”\x03aiF\x05÷{" b"Q]ì\x1ALRK)×®╝¥\eyÖz" b"R6.Z¨·Ko║÷É\x03ÁEa"" b"RÛ-EL€D\x7F„M\x05\x7F¾6\," b"S³4z'D>›§¿\t£÷"~" b"S¦\x04T┴IG\x07Éú{Ø╝sÃ3" b"SÓ╗\x14S«FmÿÛÙQ\x7FØ2V" b"T{²4ë¬Lɳ)&x®_j¾" b"UÄ~\r╣▓K>ìô1_■ä¹a" b"W£iž±8Nþ‚Z´/Ô\x11•÷" b"X"\x14\x7FÉžBZ°Ó8ZÙšìœ" b"Xf\x05ñ]·K═ü‗¥KÝ‗Û@" b"X¦ åj»MÉ ¾ê³Ó\x05ªO" b"Xù#>hÃ@h¦gÁ;¬%e" b"YÁ¨F‚\tNa¥û¢\x08\/©_" b"Z“\x16\x7FÄfCJŠ›v[¦Šð" b"Z²gÚÐhH_ƒlfÙHÂ\v™" b"Z─Ò½▄ÂLU║tí┌ÜØæ┘" b"Zî¿\x17uøJ}‡\x0F‡^*_g\x18" b"[Ì‹d N\x1F«,“ñúé\x1Fá" b"[þt÷)®I\x01¨6Wl<•AŸ" b"]\x10ìg\x08\x15Kÿ┤ÌÅÄl\x10¼Ô" b"]B¨È■ÅBO¬âìyÞÌål" b"]ˆG!óDJë·I^Æ.‚¶" b"^ƒ\x03qù£GኽM\x06‹\x13g\x02" b"^ÑØ:h\x12F┼©ê\x19Ìãx-\x06" b"_4‚xÖÉBôŒ\x17\f\x15hé½o" b"`\x1F\x11”@\rCj¤NˆsSß\x10R" b"`‹{æ\tÁJ,µ\x15úÒ6Œ«%" b"a\x1Eò*,¢M─É'!?╝©‗p" b"ah]˪\x00K;¯=®ç\x06\x0E\x02ß" b"aÉ.{\x15\x14Eòò\x12~vi6åµ" b"b` =ÎùGR®,üK¢fp4" b""" cK+\x1E‰>@ižÕ\n Ô!¨\x11$ """ b"c±]¿_5@\x01™Â)ÉÞA<E" b"c¾Ÿ{ÐýH¤£¶ç€½–&" b"d2·>ð\x19Bßµ²òð\x0EW\x11\x15" b"e\x1D\e©×ØN‗ó90à\x16À7\x12" b"esõTqØJ-ï\x1C8~Á \x15┌" b"eïlv0®@"±‰6Qa£oÊ" b"f\x04;”K^C¹©ì'\x19Ô»ÖR" b"hh§Æ]sJ\x13¥\x11kx\x01\x1DN‹" b"j»|Cg/I\x05‹™\x06L%\e\x1Dm" b"k#à>à—Ge˜mfàs\x03\f<" b"k¢Šc8õK]ŒmçõÏÖv" b"l1õ\x1FÒÅ@yû\vh\x19ÓCqÆ" b"l_lMº¾DRÅzL¼í.]¬" b"lyÑ~ÚlAbŒn\x03Šã†\x1D " b"l¥g╩oHAx¥Éö\x05\x1F\x00»ý" b"n\x16Nÿã/G¦‹ÆKHZéL\r" b"nqí¶\x1FuJ\x10½wHg[\x19êC" b"o\x10É Ñ®K5—‡+Iýf—ø" b"pj/´=@Dëª$ÝK‹+±" b"qD\x0E£%’D9¥—¾ñêá†X" b"qð´>0ÁG¢s\vö&Å-þ" b"r¼Æb\•Jÿ¡3Èç xÕ" b"tH›1®–I”»c͘±×\x1D˜" b"tÄÜO»åJD’§É;ø±[‡" b"tÒy\x15\r„NÒºƒ–£NA´\x1C" b"u¶±_#wAöƒ\x04S¬Ø8>┴" b"vÚQ82╝Dî6ÅÉ\x06D\x01Á" b"w_%\x01ñÅBƒ®x┐zÝ‗¥m" b"wç¼j°ô@¦³ìyéŽ\x06à\t" b"wÛëó£ÿI\rØl¤Òg*Ê\x18" b"xre4\x02FDéØ0┌\x02}╚Â;" b"xêÎ┴£$Gߪ╬É3²Á\x19╚" b"yn?ÁQÎM▄ì╠Û.Ä\x12u\x16" b"z‡œIâöOñ \x1F3‰Ï\x05W" b"|*$Q›ZNÝ™ÖSíDQ[t" b"|JE½¬ÝNá–‡A{¹y^|" b"|œ·5\x16™Mû‰{Y—5j-" b"}-Š{~~Fø¢\x1FÈ'Zs‡‚" b"}@9“ÃøK“’øröp\x1EÓ." b"}YÛ°|ÏLºê▓4\t~█ük" b"~\x04±\x14UåN¢œìª\x7Fí¬;\x07" b"~\x13Ý\x10ßO ‹JÒ×;¦™ü" b"~Z\t\x17œ›M׌H!ãt£\x1Dn" b"~è\x04˜\x15\x02LÅŠK×Tˆ±˜F" b"€!O¶\vAOÖ—…e¹Ìú9â" b"ü\x11Ó2└rKÍ╣>|Mq»á"" b"‚}€2‡IC\x0E´¸¶¸MPƒI" b"ƒ)¥NlÂDOº:hºÃÔ…q" b"â/TüwjLÐàªÑ3ûÆhô" b"âüT\eB\rL\x0EÁ(─ã¦áê\x16" b"ä\x16=ÃP\x07E)É╠\x08\x07°\x07Ô`" b"„håÇ\x06%I̱¯\x1D\x19ä%?à" b"„Æñÿ±\fKs…¶š^À#&…" b"à┬\x10╬ØÍH\x05Ñ╩7¡Þð§ä" b""" åNù$6sO\n ü┼█bq÷î¼ """ b"ç$OÚWáH±ìÄw‗²\x7F»‗" b"êK■òR2O<æ─ÛÏaÅU\x07" b"ë\x19äþyL`ï6\e\x0E¸ãîì" b"ëóHÓ¢ðG8íÒò├\x19Ø1ô" b"‰æT;º²DŸ¤Iñ¢$O©ï" b"Š@SÂÀ¨C½•&)R8e›" b"‹Í0‚zÌMæŠJ€HH€è5" b"Œ\x01û|ŠtI”‹7™üóç0Õ" b"Œ°½+½ýE§ •\x01sw*?¡" b"ìdv4Ö█M═ÿ\x17jà╩\túS" b"ìÿ░od\x1DKüº=■Ð╩nwÒ" b"ŽÀ\x7FbÔÖA`ƒ%œ4ùß/\x16" b"Åa█║SéO█Æ2Á?\x11\t6½" b"Åıç(Æ4A\x14à\x13¤ƒ░Û¯1" b"É\x07Ñæn{KG©8{*#\x05ø¥" b"É1fßÿSL¡ï³w/Þî7N" b"‘-ŒÒp\x17D\x13«Ò 86odƒ" b"æ5õìS╣KsàÒû+lvÞZ" b"æq┬÷Ë\x1CLìâõ6˸E\r┴" b"’\r4²\x01$GݵòïËiê;¢" b"Æ\eè$Ð(O\tçìø└┐®\r\x0F" b"’\x1D\fWyRH‘¯=\x13-•ië7" b"’1ô\x1E\x03\x16BÅ”\x1D“¡<¶×\x0F" b"“\x018ËêhFÄ–\tw,¸‹ä" b""" “?”Û3›Ht¬fuí\n úá """ b"”'Á~ò›M…ž¦iö³\x1Eí\" b"öyÊ71▓F\x10Å╔ùÎÄSvH" b"ò÷tæ×öF*üÇ\x1F?âÖ\x15¨" b"û\x0F3Ô²┬H=¥n¹ßëÅ\x17=" b"–<2b%íI\x13¼¢\x03\x0F|çŽë" b"–jnNPYAÊž\x16¶{»,Î\x18" b"ûÄ6‗SæIÏô\x17▓°ÓëØ\x07" b""" û├ͤM┐øÇhWøì\n ' """ b"ù«Û=PSDXØM\x0345á³\x1E" b"ÿ¹\x17\x00©5D¯É│ð╔íı\x15" b"™X²ÆxºDЬc~TêÕÒ2" b"™õeˆ•–F>¯ÁÙo÷\x18Ýñ" b"š\x04—ù\x0EtDGˆPç`Ðoèl" b"›P\x18/\¹DiªT¾Â‡\t(\x1A" b"›Ä\eãíÆE„¼ÑæE\x02€#ú" b"›âIóÓ³NΦ–Œ‹kjH\x01" b"£¢═\e\x08KA½Ø¼oAb·0²" b"Ø╔‗Ñ■%KFº}\x11ÙU\x7F"\x1F" b"ž8[D\x16`F¯¼jhZ#És¿" b"á\x18╦{ìæK,ºÒw\fI├ì<" b" |į±F`ƒº”\x052á¾Á" b" ºÑà^M\x1A¾jžWp N" b"ívÂî2ºO*ºc▄T&ÅÛ§" b"íô%üE\x18Idú¦VAx╔\x14ı" b""" óaùìıéA■ 2±1C\n Ó """ b"¢¬\x02³\x14ÔD™Ž\x15\x15ýÙíQ÷" b"ú\x05|§ ìE\x17ÆÚFȯ l$" b"£‘^oÀU@J¹Î\x17‡3jXò" b"ú½\x16&\x00ÖDïÅã\x19)H9╩" b"£Âû\x12ˆÃC–ƒ¦ÓÕüã¦~" b"ú¹Ü¸ó?J§ÑOxþü\x03ñ╝" b"¤½A\rÒ\x1AHl´´d±‡ÿÃ;" b"¥\x02Oy%äEôŽü×Q¹\x1D§M" b"Ñ└Y\x08JÄL═ü-╚%Åæ\t5" b"Ñð\x18Ú\x05ÀE¶ï╠EØU\x1Cí▓" b"¥ÿ\x03M+=F˜•ôëYžƒº¼" b"¦\x15CEyïIüªmòFMZw\n" b"¦Qï)Ç‹Lü¬\x1D\x14ò*dЬ" b"¦Œä·ÞÞD¿Š(üë\x006ܹ" b"§)ÇK$XA…¹só^ÿ‰nß" b"º2¦ïºªMÐô\x18╬VvèØz" b"ºb╔*I│H┼ÿ>CÌ8üÇ\x08" b"¿\f\x1Eƒ\x01¤@åØK^╬░÷Øþ" b"¬\x19}iüÂB3┐J▄ z$8S" b"ª;º\x11ÐaEmŸ3“¢@Z·n" b"ªP5\x00êÆ@=¾œ3pçúJß" b"«¾m\´>KL…¢“‹9\x03T" b"‚\$1¦Ažº6Ë’±…“Ô" b""" ¯ åºhïJÝ \x13†\x12]\x14\n º """ b"»A=\x08¯▓Dì▒$┬hà\x7F8ı" b"¯æP&ËU@'¬Ì\x088“¤s" b"°\x1Cg¨\x19íAˆ¡*û\\x17ÄkM" b"°5\x1D\x7F‹EF\x1CˆB©fàÈ\x18u" b"°ªäëv]ID¿\x08\x1C\ea”ÏM" b"±îvO,0K ¡ôÕ\x05ŽòP\x7F" b"²p?DöÄ@\t…[Ú)l\x13mh" b"²š¸yïçF𥜋Lh<Š\x0F" b"│\rÓ<É0I├Ö'Ám├\├┘" b"³öé\x02;ÜAm¨ÀÆ×õÂÞ3" b"┤ÙÎ\x0F´óBÓÅ┘Äi§"Iâ" b"´úïå\x10aO=– wUs†ºç" b"µ\x06†\x07\x11>K4µç\v$Ë=¨\x02" b"µ39OWêCä¤H$\x07U§¹ä" b"µ?jmÀ\x14G;¿Æ¿“GÊ<Ú" b"µþ_\x18çŸ@0’¾‘ftÄ\x1Dk" b"ÂÅe©°<IÏÆBè╔3\x06LË" b"¶·Rrò\x10C\x05¶üü܉ß\x10\x05" b"Â╗ƨ\x07ÁNÂûÒüácXCC" b"·‚\x16OA1OÛª4\x01(GÁ ¹" b"·æ?þãSEYš\x1FÒ8º\x1Aßó" b"¸Ÿ§ìÛ6LP²9Ádòè¯ " b"╣j]x[°M┐ûkÉK|▄³" b"╣oÎô¾¾Gí║┤®^┴Û¹Ø" b"╣└L"ÇØMxô╔ÎÞníní" b"║df!ü\x17Bûì\r\x17\x7FV-¹╔" b"╗\x1Ey\x18\x0E¢J®ª\x1FnÍ┴òßÉ" b"»¦UeMóLA¤K\x14s±Ô±" b"¢bù?]¶BÉ│┴bóoXC²" b"½£Ã\x10+F´‡76ðl\x12Íó" b"¿\x17µÊAäI\x15§¸C_Üa\x10¨" b"¿'[ö£êGj±äA\t\x00jq9" b"┐H®º╠¼AÙúËE;üù┴6" b""" Àf:=\x04–MΟôŠ/\n dþÔ """ b""" └kü°▀¸N2ò\n Ôp█ö█7 """ b"Áêlô\x07êGy°_b’½w\x0ED" b"┬\x13┌}º¬H®Å┤?J@ù´w" b"ÂEãi¾\fCذgO—çu_`" b"œÇ\x08O+@u¸É\x03*^8±°" b"┬´{Ô╬ÐBJüOXãÉ┼\x12}" b"Ã\x1A‰zXgJN¦hèüÝF¿" b"├Ø \x06Z\x18C═¥áv\x06╩╩õO" b"Ä\vDÙ±IDZ«)÷[Î+FO" b"Æk"\x14á]IQP›Ñ“\x15í£" b""" Æ’¤\n \x01W@\x1C±\x12}CÏ«K: """ b"Ç\x16Àð‡LÒ¿†¶C¤ðTb" b"NjDžQ(Nаž[ªœÂ¹." b"ÇÖë\t³œCG‹uK‡ž'`Ç" b"Ã▀╩©W®E)É┤£Ù9\x7F╬│" b"ÇìÔÕ:ŠA§…ôb\x12뾯›" b"È \x0F6q2K˜ºly$óƤR" b"Èr\x0EpíŽAзù雌¨Ll" b""" É\n \x1EÝzGF\x10“5oF?þ { """ b"╔£ü┐═├Ft▓╣Tï\x15ñ║Ó" b"Ê5s‚9eIú“ùcáçH´×" b"ÊòIL\x06©Hú¿¡à(gOúƒ" b"Êòê\x1CÄ\x12Ná¨2—?÷[¾¯" b"Ë\x0E89Ú«LN¢YÒ£~BØ\v" b"Ë\x18Ã[Ù·NfŠq,2K.§\x7F" b"ËßnþùSH÷£†\x05¦˜±ÐÞ" b"ÌUEz¿/M¢ äÿ¢ðY)(" b"ÍÒ\x0EŽg=MY·JŤǨÆÜ" b"¤Di\x04\x0FÎFo¿\r̦ü¹°ä" b"Ò¹N¾€ZM«—\x01b[\x08\f'f" b"Óbób©jJù™Qßwy¶¥ï" b"Óp\x15ðŸ\x03Iù¯!c²èÒ¨Ã" b"Ór¡^[\x1DF\x12›÷wR‚¯¾\x0E" b"Óï/÷ä\x1EM¤¬ÆáP"CK2" b"Ö4ÑwÅäG\x15¸Oua¨%ј" b"Ö^Ö\x10¬{AŽ•ž[P?\x0E{ú" b"ÎEÑã\x02¶L+½+┬ì\x1D¢#Ô" b"Îı¼tâ┐E8å▒º^ìç|7" b"×ÙÌG‘ C[¥Ç£´}\x7F\x08\x03" b"Ø]ø^â9L2†ù)`FÑa~" b""" ┌¥\n 3èÅM<ÄÀY\x14¬ÀK¢ """ b"┌Ô;ØÅ\MXì┴Ç\x03Hj#ï" b"Û+Ü\x18ϱLk½òš\rÙÅ\x1F¬" b"Ûüé\x07->G9² D/\x0Fa\x1C;" b"ÜDóxâF𻛨;c{™\x1F" b"ÜGìy¶ÿDµ¿)ƒi2èɺ" b"▄ÅUSǸAzáÎä xö¥ø" b"Ü»5ÊŒµK´…„ÌâÕè3" b"Ý#yÈ\x03:M\x01‹ðÁ–@\x00\x13¨" b"Ý— ’\x14¾H‚®æ\x19\x0F†~îØ" b"ÝÖùp8ÕC›£b\x18\x1D\x0Eùþ€" b"Ýóí§U:B\x18”€WþùT\x0F\v" b"Þh-_\x05åJY¬çš»\f¯\x19$" b"ß\x08ûù\x15\vHÌš\x17‡\x199\x11{_" b"ß—\x03$’¶D-š9kBÇyDã" b"ÓIÜ~.hKÅñÑJ<aÍê" b"àYù<‘CFoœ\x1CXÍý\x7F×:" b"àªbѨwL~™=8kž`¯D" b"Ó▀4ü/BJøçÕ\e¾\v¡M°" b"á\r1¯\x04BBŽ‹èv•é\f\x12*" b"áM¨Ré@LW¤;¥¡Ó£8…" b"áÝë ø‡OI¾âܲö\x12™§" b"áà\x7Fе\x0EBÅŸ1Ìø„¦ÏI" b"ÔØ«‗näH{øx.ó½\x14O└" b"ã\x0EØs]îN\t©Ë@i˜ñiÞ" b"Ò╠þ_ºKF\vå¾│ÊKØ\x11a" b"ä\x15ï•ÆôM–Šv,Gzþsž" b"µ®CÉ;nM$ǸXÁ¼P░┤" b""" µ¢'\x1DÅ\x16G½▓\n çC_GDµ """ b"þ[xÌÞxJÉåN\x17¨F═\x17£" b"çÅœVàþM\v£ôAð0¢Y" b"Þ║}"$ôFÅ╗°¸³╦VÛÃ" b"ë\r>$/¸@ŠéM\r`žv\x00" b"í\x1E£‘ŽBC›¥hÎ(y3u" b"îRìÂ\$F¿—êÛËå„sÙ" b"¯ü/©x¹Hƒå┌U£ô\x07ª\x17" b"îï¦#.·MÇ•ª_Wö\x02ÓË" b"ï2·ãƒ=Jœƒoš=üIBŠ" b"ïÑ\x08\x1ARvEoº\x0E¼óß-‡7" b"ð*—&ŒQ@í£'´³ˆ\x12Y\x11" b",'┬Ë%K╚ƒ@\x1Fò\x05\x00æì" b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15" b"ñg2\x08u\x19NÌ d\x13`â£G2" b"±Äó┘╠ìOz╗\x1F®ùy┐°o" b"ñË \x166„K>¢®Õƒ\x1Cú™G" b"‗W═┴\x1FÆIÂü\x12ËÄ\x120B│" b"òy\x15/hsAT€Ã"ÕkŽ.Å" b"ó¡Å\x1A\x0E\x1CA5¬Ñ\vùØsÄ]" b"¾ÏÔ¤╬▄I\ræ╦ü╝[E\x02ü" b"§\x10i»Å[@FØþhºÅR1w" b"õm1¢ÜèL\x10—€\x1DÀàù²ï" b"õÙûD¢*@É€åèômäÖÿ" b"¸\x11\x18ß+ÅBÁ░éá9├╩7¤" b"÷ He$þOúž\x04Þ\x14õˆ!" b"ø·:`\x17\x17J\x08¥\x1CDˈÜIÂ" b"úó\x1A&X\x1DAΦwa[«€‡á" b"û^'^$ÙNý‘P\r3 Ï‘Â" b"¹e¡▀ßÎNÉ¥ı║\║aZi" b"ûµ1qÆàG¯½4Œ\x19B\x17ƒ$" b"üŇóúÁDެ¤ÿr;%ñ©" b" \x05\x18ÎÅ╗Otç6=·X═¤\x01" b"ÿ\x1Aª§øÞD£»SçÛ,U‚" ] |
||||||||||||||||||||||||
| 41 | 0.44 ms |
# product-detail-route::association::mainCategories::read SELECT `main_category`.`id` as `main_category.id`, `main_category`.`product_id` as `main_category.productId`, `main_category`.`product_version_id` as `main_category.productVersionId`, `main_category`.`category_id` as `main_category.categoryId`, `main_category`.`category_version_id` as `main_category.categoryVersionId`, `main_category`.`sales_channel_id` as `main_category.salesChannelId`, `main_category`.`created_at` as `main_category.createdAt`, `main_category`.`updated_at` as `main_category.updatedAt`, `main_category.category`.`id` as `main_category.category.id`, `main_category.category`.`version_id` as `main_category.category.versionId`, `main_category.category`.`parent_id` as `main_category.category.parentId`, `main_category.category`.`parent_version_id` as `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` as `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` as `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` as `main_category.category.mediaId`, `main_category.category`.`display_nested_products` as `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` as `main_category.category.autoIncrement`, `main_category.category`.`level` as `main_category.category.level`, `main_category.category`.`path` as `main_category.category.path`, `main_category.category`.`child_count` as `main_category.category.childCount`, `main_category.category`.`type` as `main_category.category.type`, `main_category.category`.`product_assignment_type` as `main_category.category.productAssignmentType`, `main_category.category`.`visible` as `main_category.category.visible`, `main_category.category`.`active` as `main_category.category.active`, `main_category.category`.`cms_page_id` as `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` as `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` as `main_category.category.productStreamId`, `main_category.category`.`custom_entity_type_id` as `main_category.category.customEntityTypeId`, `main_category.category`.`created_at` as `main_category.category.createdAt`, `main_category.category`.`updated_at` as `main_category.category.updatedAt`, `main_category.category.translation.name`, `main_category.category.translation.name` as `main_category.category.name`, `main_category.category.translation.breadcrumb`, `main_category.category.translation.breadcrumb` as `main_category.category.breadcrumb`, `main_category.category.translation.slotConfig`, `main_category.category.translation.slotConfig` as `main_category.category.slotConfig`, `main_category.category.translation.linkType`, `main_category.category.translation.linkType` as `main_category.category.linkType`, `main_category.category.translation.internalLink`, `main_category.category.translation.internalLink` as `main_category.category.internalLink`, `main_category.category.translation.externalLink`, `main_category.category.translation.externalLink` as `main_category.category.externalLink`, `main_category.category.translation.linkNewTab`, `main_category.category.translation.linkNewTab` as `main_category.category.linkNewTab`, `main_category.category.translation.description`, `main_category.category.translation.description` as `main_category.category.description`, `main_category.category.translation.metaTitle`, `main_category.category.translation.metaTitle` as `main_category.category.metaTitle`, `main_category.category.translation.metaDescription`, `main_category.category.translation.metaDescription` as `main_category.category.metaDescription`, `main_category.category.translation.keywords`, `main_category.category.translation.keywords` as `main_category.category.keywords`, `main_category.category.translation.customFields`, `main_category.category.translation.customFields` as `main_category.category.customFields` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` AND `main_category`.`category_version_id` = `main_category.category`.`version_id` LEFT JOIN (SELECT `main_category.category.translation`.`category_id`, `main_category.category.translation`.`category_version_id`, `main_category.category.translation`.`breadcrumb` as `main_category.category.translation.breadcrumb`, `main_category.category.translation`.`name` as `main_category.category.translation.name`, `main_category.category.translation`.`custom_fields` as `main_category.category.translation.customFields`, `main_category.category.translation`.`slot_config` as `main_category.category.translation.slotConfig`, `main_category.category.translation`.`link_type` as `main_category.category.translation.linkType`, `main_category.category.translation`.`internal_link` as `main_category.category.translation.internalLink`, `main_category.category.translation`.`external_link` as `main_category.category.translation.externalLink`, `main_category.category.translation`.`link_new_tab` as `main_category.category.translation.linkNewTab`, `main_category.category.translation`.`description` as `main_category.category.translation.description`, `main_category.category.translation`.`meta_title` as `main_category.category.translation.metaTitle`, `main_category.category.translation`.`meta_description` as `main_category.category.translation.metaDescription`, `main_category.category.translation`.`keywords` as `main_category.category.translation.keywords` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation`.`language_id` = ?) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.`category_version_id` = `main_category.category`.`version_id` WHERE (`main_category`.`sales_channel_id` = ? AND `main_category`.`product_id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" b"ü\x10Øm\╗D%ë@\x1ET'!,³" ] |
||||||||||||||||||||||||
| 42 | 0.36 ms |
# product-detail-route::association::media::read SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?))) ORDER BY `product_media`.`position` ASC
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"ü\x10Øm\╗D%ë@\x1ET'!,³" ] |
||||||||||||||||||||||||
| 43 | 0.19 ms |
# product-detail-route::association::prices::read SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?)))
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"ü\x10Øm\╗D%ë@\x1ET'!,³" ] |
||||||||||||||||||||||||
| 44 | 0.32 ms |
# product-price-calculator::units::read SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||||||
| 45 | 0.20 ms |
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[] |
||||||||||||||||||||||||
| 46 | 0.20 ms |
SELECT LOWER(HEX(assoc.`sales_channel_id`)) FROM `sales_channel_payment_method` AS assoc LEFT JOIN `payment_method` AS pm ON pm.`id` = assoc.`payment_method_id` WHERE assoc.`payment_method_id` = ? AND pm.`active` = 1
Parameters:
[
b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
|
||||||||||||||||||||||||
| 47 | 0.23 ms |
# breadcrumb-builder::main-category::search-ids SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = ?) AND (((`category.mainCategories`.`product_id` = ? AND `category.mainCategories`.`sales_channel_id` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?)))) LIMIT 1
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" b"ü\x10Øm\╗D%ë@\x1ET'!,³" b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" "%|79a36140a28a4ce6ac6d0e2ced062741|%" "%|dda3ec5fdb8042acb8f8c841f70efe8b|%" ] |
||||||||||||||||||||||||
| 48 | 0.20 ms |
# breadcrumb-builder::search-ids SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?))) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[ b"\x0F©\x1CãéjK¾KÙÎu,4%" true "%|79a36140a28a4ce6ac6d0e2ced062741|%" "%|dda3ec5fdb8042acb8f8c841f70efe8b|%" b"õ•"¨‡ùG؆NBÄëÃ’f" ] |
||||||||||||||||||||||||
| 49 | 0.32 ms |
# breadcrumb-builder::read SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.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 (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` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"õ•"¨‡ùG؆NBÄëÃ’f" ] |
||||||||||||||||||||||||
| 50 | 0.30 ms |
# product::cms-page::read SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"zm%:g @7–oB°\x11—\x04Õ" ] |
||||||||||||||||||||||||
| 51 | 0.33 ms |
# product::cms-page::association::sections::read SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"zm%:g @7–oB°\x11—\x04Õ" ] |
||||||||||||||||||||||||
| 52 | 0.33 ms |
# product::cms-page::association::sections::association::blocks::read SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"▄g\x05@\x0FûO9Ä\x19┬ƒ\x18Ï]ü" ] |
||||||||||||||||||||||||
| 53 | 0.31 ms |
# product::cms-page::association::sections::association::blocks::association::slots::read SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?)))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"\x03ì‘F¦\tL£…Ù\x03Ëí\x18¾²" b"i´;ûÊçC¨Œj‡gæe£\x1C" b"ëF¯åó-L¤›k„¹„eB¦" b""" ìax\x02ÝXJ”›V\n (!&Î\x18 """ ] |
||||||||||||||||||||||||
| 54 | 0.31 ms |
SELECT COUNT(DISTINCT `product_review`.`id`) as `review-count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))
Parameters:
[ true b"ü\x10Øm\╗D%ë@\x1ET'!,³" b"ü\x10Øm\╗D%ë@\x1ET'!,³" ] |
||||||||||||||||||||||||
| 55 | 0.27 ms |
# product-review-route::aggregation::customer-login-filter SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND (((`product_review`.`status` = ?))) GROUP BY `product_review`.`points`
Parameters:
[ true b"ü\x10Øm\╗D%ë@\x1ET'!,³" b"ü\x10Øm\╗D%ë@\x1ET'!,³" true ] |
||||||||||||||||||||||||
| 56 | 0.27 ms |
# product-review-route::aggregation::language-filter SELECT LOWER(HEX(`product_review`.`language_id`)) as `languageMatrix.key`, COUNT(`product_review`.`id`) as `languageMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND ((`product_review`.`language_id` = ? AND (`product_review`.`status` = ?))) GROUP BY `product_review`.`language_id`
Parameters:
[ true b"ü\x10Øm\╗D%ë@\x1ET'!,³" b"ü\x10Øm\╗D%ë@\x1ET'!,³" b"/»_ââšMpªXTÎ|ãâ\v" true ] |
||||||||||||||||||||||||
| 57 | 0.23 ms |
# product-review-route::search-ids SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?))) ORDER BY `product_review`.`created_at` DESC LIMIT 10
Parameters:
[ true b"ü\x10Øm\╗D%ë@\x1ET'!,³" b"ü\x10Øm\╗D%ë@\x1ET'!,³" ] |
||||||||||||||||||||||||
| 58 | 0.28 ms |
SELECT COUNT(*) FROM (# product-review-route::search-ids SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) total
Parameters:
[ true b"ü\x10Øm\╗D%ë@\x1ET'!,³" b"ü\x10Øm\╗D%ë@\x1ET'!,³" ] |
||||||||||||||||||||||||
| 59 | 0.31 ms |
# product-cross-selling-route::search-ids SELECT `product_cross_selling`.`id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling`.`product_id` = `product_cross_selling.product`.`crossSellings` AND `product_cross_selling`.`product_version_id` = `product_cross_selling.product`.`version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product`.`parent_id` = `product_cross_selling.product.parent`.`id` AND `product_cross_selling.product`.`parent_version_id` = `product_cross_selling.product.parent`.`version_id` WHERE (`product_cross_selling.product`.`id` = ? AND `product_cross_selling`.`active` = ?) ORDER BY `product_cross_selling`.`position` ASC
Parameters:
[ b"ü\x10Øm\╗D%ë@\x1ET'!,³" 1 ] |
||||||||||||||||||||||||
| 60 | 0.65 ms |
# navigation-route::meta-information SELECT LOWER(HEX(`id`)), `path`, `level` FROM `category` WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[ b"y£a@¢ŠLæ¬m\x0E,í\x06'A" b"y£a@¢ŠLæ¬m\x0E,í\x06'A" b"y£a@¢ŠLæ¬m\x0E,í\x06'A" ] |
||||||||||||||||||||||||
| 61 | 3.40 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%" "%|79a36140a28a4ce6ac6d0e2ced062741|%" 1 12 ] |
||||||||||||||||||||||||
| 62 | 0.51 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%" "%|79a36140a28a4ce6ac6d0e2ced062741|%" 12 true true ] |
||||||||||||||||||||||||
| 63 | 0.55 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"y£a@¢ŠLæ¬m\x0E,í\x06'A" ] |
||||||||||||||||||||||||
| 64 | 1.04 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \" b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" ] |
||||||||||||||||||||||||
| 65 | 0.37 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" ] |
||||||||||||||||||||||||
| 66 | 0.39 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
|
||||||||||||||||||||||||
| 67 | 0.29 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"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ" ] |
||||||||||||||||||||||||
| 68 | 0.58 ms |
# navigation-route::meta-information SELECT LOWER(HEX(`id`)), `path`, `level` FROM `category` WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[ b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹" b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹" b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹" ] |
||||||||||||||||||||||||
| 69 | 1.80 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%" "%|dda3ec5fdb8042acb8f8c841f70efe8b|%" 1 4 ] |
||||||||||||||||||||||||
| 70 | 0.97 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%" "%|dda3ec5fdb8042acb8f8c841f70efe8b|%" 4 true true ] |
||||||||||||||||||||||||
| 71 | 0.53 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"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹" ] |
||||||||||||||||||||||||
| 72 | 0.53 ms |
# footer-pagelet::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"'F\x05Î\x1D+Dyúê-ÅÍ+ \" ] |
||||||||||||||||||||||||
| 73 | 0.72 ms |
# footer-pagelet::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"p\x7F´/rJEGá$Ø\x18\eFy▀" b"$)v‹Ì\x04Eüƒð?·Í2\x02%" b"=\x16uıã;O\x13©1\eì}:\x1D×" b"E;|™\x7FVO¾¼HZ4ä(r¡" b"iŒØ\e’•Hæ³JkΧ¸v‘" b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er" b"W}╗p/ìG\r®x\x12\x1D7╔B-" b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A" b"±¶ƒi‹\x11@E±¢¿T½\x16Õ," ] |
||||||||||||||||||||||||
| 74 | 0.66 ms |
# footer-pagelet::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"'F\x05Î\x1D+Dyúê-ÅÍ+ \" ] |
||||||||||||||||||||||||
| 75 | 0.73 ms |
# footer-pagelet::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"ÇÑ6îÚ\vHtŸc{l9ØPÉ" b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ" b"•t`\x05zaJ<“@½¸ô\*ø" b"'´º•òHÁH°ð·^ÇY" ] |
||||||||||||||||||||||||
| 76 | 0.35 ms |
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id` WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[ b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" b"¸©Å╔└\x10G\x02®ofM½■&V" true ] |
||||||||||||||||||||||||
| 77 | 0.31 ms |
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||||||
| 78 | 0.32 ms |
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"/»_ââšMpªXTÎ|ãâ\v" ] |
||||||||||||||||||||||||
| 79 | 0.40 ms |
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id` WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[ b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" b"¸©Å╔└\x10G\x02®ofM½■&V" true ] |
||||||||||||||||||||||||
| 80 | 0.25 ms |
# sales-channel::load-analytics::read SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
b"³µÝl3BJŃÏ×%÷3Á÷"
]
|
||||||||||||||||||||||||
| 81 | 0.41 ms |
SELECT `domain`.`language_id` AS languageId, `domain`.`id` AS id, `domain`.`url` AS url, `domain`.`hreflang_use_only_locale` AS onlyLocale, `locale`.`code` AS locale FROM `sales_channel_domain` AS `domain` INNER JOIN `language` ON `language`.`id` = `domain`.`language_id` INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id` WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
|
||||||||||||||||||||||||
| 82 | 0.73 ms |
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId FROM `seo_url` WHERE `path_info` = ? AND `is_canonical` = 1 AND `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[ "/detail/81109d6d5cbb442589401e5427212cfc" b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" b"/»_ââšMpªXTÎ|ãâ\v" ] |
||||||||||||||||||||||||
| 83 | 0.46 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
"VerignDvAccessibilitySw6.%"
]
|
||||||||||||||||||||||||
| 84 | 0.21 ms |
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[ b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" "VerignDvAccessibilitySw6.%" ] |
||||||||||||||||||||||||
| 85 | 0.26 ms |
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||||||
| 86 | 0.27 ms |
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"VÞGÀŽÊMT“*¸Æ³Qqƒ" ] |
||||||||||||||||||||||||
| 87 | 1.44 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:
[] |
||||||||||||||||||||||||
| 88 | 2.09 ms |
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
"de-DE"
]
|
||||||||||||||||||||||||
| 89 | 0.24 ms |
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
|
||||||||||||||||||||||||
| 90 | 0.36 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
|
||||||||||||||||||||||||
| 91 | 2.34 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" "SwagGmvReporting" ] |
||||||||||||||||||||||||
| 92 | 0.79 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" "SwagAnalytics" ] |
||||||||||||||||||||||||
| 93 | 1.34 ms |
SELECT `base_class` AS `baseClass`, `author` FROM `plugin`
Parameters:
[] |
||||||||||||||||||||||||
| 94 | 0.63 ms |
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
|
||||||||||||||||||||||||
| 95 | 0.49 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:
[] |
||||||||||||||||||||||||
| 96 | 0.38 ms |
SELECT path FROM category WHERE id = ?
Parameters:
[
b"õ•"¨‡ùG؆NBÄëÃ’f"
]
|
||||||||||||||||||||||||
| 97 | 0.23 ms |
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
b"/»_ââšMpªXTÎ|ãâ\v"
]
|
||||||||||||||||||||||||
| 98 | 0.76 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"
]
|
||||||||||||||||||||||||
| 99 | 0.60 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"─g]ì?=LÚëµÚ╬│\x12\x02\x18" b"óÞ…À@sL\t‰±jæ´ª¦" b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð" ] |
||||||||||||||||||||||||
| 100 | 0.97 ms |
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` WHERE `theme`.`id` IN (?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s" ] |
||||||||||||||||||||||||
| 101 | 0.90 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"
]
|
||||||||||||||||||||||||
| 102 | 0.58 ms |
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `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"─g]ì?=LÚëµÚ╬│\x12\x02\x18" b"─g]ì?=LÚëµÚ╬│\x12\x02\x18" b"─g]ì?=LÚëµÚ╬│\x12\x02\x18" b"óÞ…À@sL\t‰±jæ´ª¦" b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð" ] |
||||||||||||||||||||||||
| 103 | 0.60 ms |
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" "SwagAnalytics" ] |
||||||||||||||||||||||||
| 104 | 0.64 ms |
# breadcrumb-extension::read SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.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 (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` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[ b"/»_ââšMpªXTÎ|ãâ\v" b"\x0F©\x1CãéjK¾KÙÎu,4%" b"%\x14H╣\eÃBÌàd?_╠ÏÉQ" b"õ•"¨‡ùG؆NBÄëÃ’f" ] |
||||||||||||||||||||||||
| 105 | 8.53 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:
[ "/detail/81109d6d5cbb442589401e5427212cfc" "/navigation/251448b91bc742de85643f5fccd89051" "/navigation/ec2a4d4fb4474b5088b03df523675f08" "/navigation/859156a63cc442008cc67aa14505a8ca" "/navigation/4851ecc7788447bfb1e74f488e708249" "/navigation/2350ba14e89143198d72042128b8519f" "/navigation/f3f47b57953b40afb23cd462dda41731" "/navigation/075251ee45644d14bfeae2fce50073a0" "/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58" "/navigation/07d6d4c2753d4315814435763a756eb6" "/navigation/4784c622e7b34b139d9852ed9fb53adb" "/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c" "/navigation/7ca22766fd2846b39712928cd77b169b" "/navigation/cc590dbc44b740169864cd7c989ddad0" "/navigation/275477acc6364fcbb3d3bfbe17317800" "/navigation/57e065cd29a24cb3b2d9fc39fc2abf50" "/navigation/aefcfa1180634bb98635452ad2dcdbf7" "/navigation/bda1448fb6f1449eae78e06d3dd07df3" "/navigation/2c38112820554a9598f0c8e77373625c" "/navigation/310cbec927954c1ca5d68a3a49b532c7" "/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa" "/navigation/c7643e90932e42f594f15a536998ed66" "/navigation/3abc5229293848c9b2fc1b27fd3d8421" "/navigation/514a31209c6e45c5b7f05cf2ce9205fb" "/navigation/8539a768e5ce4f168833f890bae1d0a6" "/navigation/0923017eea79437bb043b5b0673e115f" "/navigation/c6f322e9a6294eb896f7bb669251f305" "/navigation/8cfeb9558d524e17827ec792492c9122" "/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3" "/navigation/a3668172f857425f9bfe53224046ba51" "/navigation/505fcc508c4e47eb99d8e4627fe8bd32" "/navigation/82738af02a084bbdb851e11e8ec598dc" "/navigation/aab03d74404b481ba120fb9530426d47" "/navigation/018c9125ea874ae287429a2cefd1f2d0" "/navigation/1a5c6210666443f19920fa7686428657" "/navigation/76780ee5e68042aab5f6574d7e25dcd3" "/navigation/bef74106cc0b4125978553246ff16ad6" "/navigation/c4aa5e8624d24b30b0312e22701162d6" "/navigation/c6dc84aee6e1469696ac2299c312fde9" "/navigation/d62f763a8391413b81a164ea482db739" "/navigation/dfdf2340aca14881a6652d08e7656163" "/navigation/ab1de20b216545318a6cdad2ee7e2a82" "/navigation/afed1ddda6d849c49d00ca0932a75b70" "/navigation/b55d905661614a2fa7f585ef697d6cfe" "/navigation/c7156d3692b345c69d8c93126625814e" "/navigation/004440dd20754671ada9bf79a2b75fbc" "/navigation/0b73a534bf5044ed9dd6af4e301fc006" "/navigation/c9d1a6f276f24c67b7c66222804db52c" "/navigation/f57dc8356f054004b0b2ae82257e6ab4" "/navigation/cd3cfa833d6046b89a14935aee1a7f8f" "/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af" "/navigation/a316e8972e0041bfa756d6f7acc23e7d" "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6" "/navigation/eeadca367c544275ac141449b234e23b" "/navigation/0efa889b062a423c8fd11a73b02e28f4" "/navigation/52daaaf1c14242d699b579aa2eadba48" "/navigation/8537420f2eb44ac297adf8c04e163b3d" "/navigation/d9db2acbb0ef4cfab89a07bc122d204c" "/navigation/f501cdbc9c1c4609a8a519e227fc2bef" "/navigation/f59522a887f947d8864e42c4ebc39266" "/navigation/f9e2050944fc498ea0537fdb55cba37d" "/navigation/882667d91b2d4ab5a8cb33bcce661e38" "/navigation/35da856933d947239055eaf099933e29" "/navigation/4e2522fa9ec04f46bcab12cd36925cb6" "/navigation/552f1d0a97d7418d822959705696a65d" "/navigation/7623cc38e1154a2797227b05b7d74503" "/navigation/78c4ca0a6208486cb940907b1298f747" "/navigation/37476b928c114f0692ad5a37af14e66b" "/navigation/d3000e05adbf41ccb0952539c25cb21c" "/navigation/1b15b427e9cb40b28d537a893668f15a" "/navigation/43c83d522870493a8ab2df8abb5d556c" "/navigation/49f823826b384871aec230ae7ee2f154" "/navigation/e5a13fc2f1c542cd9057c9488b5c559a" "/navigation/01fb819fa75744c8a56fdc0981381ba9" "/navigation/7182c23f1e214e85adba25d65afe398a" "/navigation/73045f602ad1421fadf76dcecc9ca960" "/navigation/89a9b23c1a8b41c2bb4a66032fda3981" "/navigation/a585c54285844d1ebd1a64392ed3ee8c" "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f" "/navigation/c76f09f24f1942b1822fb275e0080db3" "/navigation/e10596ecd9474c998247ceb3e50921c6" "/navigation/01797e0437b3448db94e690f14f43e5f" "/navigation/7b34af3a47cb4c3ba3188ed1cee83967" "/navigation/7758ea41858d4231ad3623921c73e531" "/navigation/68376253ee4542d7aa4d93ac4958eb0a" "/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e" "/navigation/d867ffee71f646f09b1c069b267201e0" "/navigation/4fed7b490a09439dbe58747fe74f3e5d" "/navigation/cf5a0b4136834eac88874e7ff81b8ba5" "/navigation/f19faba35fa04f30a1bdd354b051f625" "/navigation/4bc032eef6364672a0d09b8abe93d55e" "/navigation/33b309eb71bc4c2a9976970795d500fa" "/navigation/6dba75696b5148139136de033ffc6382" "/navigation/be2f3ca764534022a2ba79f972c9679d" "/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6" "/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef" "/navigation/7b7970e14b87448fb41d825fcec350d0" "/navigation/7d34ea33ebd2430b84ca71a999e7b708" "/navigation/abfa97de640b48c7a6afa067b88812bc" "/navigation/1f423e85c6eb494980b22dde93e64a9c" "/navigation/876b21ae9d7c41498115b90823beeb7b" "/navigation/2b29710e5f0f44a8825513b4e6e2a98d" "/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8" "/navigation/671bb3d9919346a1a0187fba6835a133" "/navigation/dfe70840626a4a9a88c56999fb42852b" "/navigation/e4ae50f24b8d4d6483cbea48cedb146b" "/navigation/73e9c784d8c448d8a7e304117eed2293" "/navigation/8fa76c45c7a14b1ca93353f7b1f85411" "/navigation/f2e70390e9e34ceda7549b53800c1e08" "/navigation/0bc41cae5ab441458dce00de02107388" "/navigation/5f149c7e1b2b48f9ae6364de8ce288fe" "/navigation/903d01af296c4a2391205affb24423c2" "/navigation/89364c27afac40fa9ead1ec3136ec684" "/navigation/aecbd0f4de0742199dd75fadddec2013" "/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0" "/navigation/bccc5c020811472196379229044dc7fd" "/navigation/2db3c8aa857a4bc6a6d11e3438350063" "/navigation/068567f45f424e389167089941c407ec" "/navigation/165d387e909249889e89cd6584e6c81c" "/navigation/20e44a7345fa48468f3d0e2298b4f067" "/navigation/224193720c2a4a45bc96cb2d055655ba" "/navigation/3c24eab57c3d445698f26534ea18e660" "/navigation/444424ff93914a27a401e920bb33976e" "/navigation/72202b824a384e9a8c11ae6afe2a9d75" "/navigation/7b182711a1294f69ae2266b5e37b5bc4" "/navigation/83868e2e81b340bfa067343e71965085" "/navigation/89d46426d44c4442993d4b524afc59a4" "/navigation/a16abde2699547c2b823b86c6b48d0d7" "/navigation/a3025fff20374024b907cddab6c39d43" "/navigation/d14cb43cbcf245eea471b31b87876e6d" "/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d" "/navigation/e5c66ca00fd140229735738d20618e8c" "/navigation/b613bcea17d94cd68c0f1b01c96a843f" "/navigation/f65330b5335b43a8ba39baec7d44aa54" "/navigation/fb3986cb89834cf3a3b42c5a651034a5" "/navigation/9eb6e1f2d32e4679aa85298c3e2fd678" "/navigation/a5d30272319c4e6f8577b8f344013d34" "/navigation/5be3b86f12b94044a39420702328fe79" "/navigation/e40c020ad4b74db7bc3e2e88c4c27be8" "/navigation/ab078ca87be74c748a7e971e766ceaf3" "/navigation/efef8f302349446dac0f0d67631b70cf" "/navigation/f5e01e9054514b68a8653c5a4f2e5ee1" "/navigation/e485c99ca374414e851e1bae3f10af8e" "/navigation/2fb093f95507419987f178312f1a3159" "/navigation/4823a61385b44ff1acf4e6382ddc6ed4" "/navigation/a6abb398e64e45f1895b6666ef5c48d1" "/navigation/00f37e830a0348d09705a9612c8c8cba" "/navigation/71ca1150915f49e5a1f2fd538909d05a" "/navigation/1c5e979155a844539448db12fd5ee768" "/navigation/8880adde82fa414eb680521ec3b57c4a" "/navigation/edd74ffcfbd44ba9904d355f05d440a6" "/navigation/29bbfc2eb6d444f08a34e46f60b76e17" "/navigation/9228dba7d8ff47a897c5e6125f40dae0" "/navigation/500fe37e8fab4ec686d79803e58a8133" "/navigation/defbeb767ca44c1b970ab994d662a6a2" "/navigation/5d1b4c4fdc094289932a615f81db335b" "/navigation/b3fcd7cc2e684a8b96f82adbb8615f55" "/navigation/1f6fc0d096e4433f847169a8653f9872" "/navigation/cdf0a23d5d72433783ef241128a9b070" "/navigation/273527558c5e4e2cb3168fbfbbf6db0e" "/navigation/0fc49a5d23ec4742845d4d31898f67f2" "/navigation/9870b54fef794c4b87791c9dbc9b83b9" "/navigation/91314c7682154e58a203d7deb3c46e25" "/navigation/0198a84419397e96ae8527630cef7f63" "/navigation/019c03b8fcaa72dc9e2c6dd03b04916d" "/navigation/5fdbefa88b0942d28155aa77fb9d1ef2" "/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27" "/navigation/6abcc304f8c84933a719a126f42a6651" "/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3" "/navigation/ea2fc00d192244b3b852128b45d74842" "/navigation/2a5c8fc96ef04011aef499b2fb4faca4" "/navigation/01971690d7e97455bdb6a13033fc4bea" "/navigation/01971691bb387f7f8d6fa68ac5bc78b0" "/navigation/019a7cc2c0ed7c48bfd77766e7197c67" "/navigation/019841caba81739d847aaec4495335dd" "/navigation/c760008290d84dbaae3f6f4b83269ddd" "/navigation/019aea2480627a599fd1d0db6122e224" "/navigation/0197169587bc7ef2832928391108aef6" "/navigation/01992f21513c7fca831141b67a0ba2a6" "/navigation/0199288800f87feaabd6d217f0254df0" "/navigation/01983b68543b7476b25d1ed5006cd884" "/navigation/572804a509e74ad58d18d52ef0cfeb3c" "/navigation/0199772279547efd8f94e76789b316b3" "/account/recover" "/navigation/d1c8e7fd3f514b16a7c7c457c438b93f" "/navigation/585d71242fa54b0fba56e331ed5adbe1" "/navigation/0199576db2937bbe9a41fb6156449782" "/navigation/08014c102bba43b09e93a823de238da1" "/navigation/04ac33f9be48438ba185ce8585682c3c" "/navigation/ba9f9e3fd094425392c838f151773526" "/navigation/cda441a37060455fa34c8ce371928eb3" "/navigation/52242d7c7a3349359001e1b7b2c3df80" "/navigation/83586831f5bc43d6824ec80864e9314e" "/navigation/0196d8a825c27a7e93a4b07323c246d6" "/navigation/ccd140695dc643408838c39c838a0a51" b"/»_ââšMpªXTÎ|ãâ\v" b"'F\x05Î\x1D+Dyúê-ÅÍ+ \" ] |
||||||||||||||||||||||||
| 106 | 0.78 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"†;orw>Jj²»Úï\x06бQ" b"8X•p\x16dMä®HÀP\vóÌÈ" b"K‡Øl1ÄL\x03®Îy¥±HÃ_" b"“ª'KùøMN–ÎQ\rbÝ\x03¤" b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI" b"│ì╔╝¶c@\eî╦²4É\rÎó" b"ß7ìÀÇèGÅæ×\rt\r]l\x1A" b"(Ê®u¥bO\r˜Z½\x0E³*¡`" b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý" b"äNg‚ÆBG·–¸‘Ï%®8÷" ] |
Database Connections
| Name | Service |
|---|---|
| 0 | default |
Entity Managers
There are no configured entity managers.
Second Level Cache
Second Level Cache is not enabled.